publik-base-theme/static/est-ensemble/_custom.scss

71 lines
1.0 KiB
SCSS

body {
border-left: 0;
&.has-header-background {
#header {
height: 241px;
background-position: center;
}
}
}
div#main-content-wrapper {
@media ($max-mobile-viewport) {
margin-top: 5px;
}
h1 {
color: $ee-red;
padding-left: 20px;
border-left: solid 3px #d0043c;
font-size: 2em;
}
}
div.gru-nav {
.gru-nav-button {
position: absolute;
&.toggled {
position: fixed;
}
}
.menu {
@media (min-width: $nav-mobile-limit + 1) {
margin-top: 3px;
border-bottom: solid 5px #D1D3D4;
}
&--link {
text-transform: uppercase;
font-size: 22px;
font-weight: normal;
}
}
.submenu {
&--item {
border-top: solid 1px #fff;
}
&--link:hover {
background: $ee-red-1;
}
}
}
/* 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;
}
}
}