est-ensemble: customize nav entry redirecting to Est-Ensemble website (#77830)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-05-30 14:38:56 +02:00
parent d8533d5020
commit c0b2be16bd
1 changed files with 19 additions and 0 deletions

View File

@ -49,3 +49,22 @@ div.gru-nav {
}
}
}
/* custom est-ensemble menu entry */
li.menu-est-ensemble a {
background: $ee-red;
span {
font-size: 80%;
color: white;
text-transform: none;
font-weight: 600;
&:hover {
text-decoration: underline;
}
&::before {
content: '\f015';
font-family: FontAwesome;
margin-right: 5px;
}
}
}