est-ensemble: customize nav entry redirecting to Est-Ensemble website (#77830) #287

Merged
smihai merged 1 commits from wip/77830-est-ensemble-customize-nav-entry-to-ee-website into main 2023-05-30 14:57:21 +02:00
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;
}
}
}