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

62 lines
858 B
SCSS

body {
border-left: 0;
&.has-header-background {
#header {
height: 241px;
background-position: center;
}
}
}
#header {
display: flex;
align-items: center;
@media ($min-desktop-viewport) {
h1.has-logo {
margin-left: 20px;
}
}
}
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;
}
}
}