silverstripe-webpack/app/client/src/scss/layout/header.scss

45 lines
588 B
SCSS

#SiteWideMessage {
text-align: center;
.alert {
margin-bottom: 0;
.btn-close {
float: right;
margin-top: -0.5rem;
}
}
}
#Header {
background-color: $header-bg;
color: $header-color;
a {
color: $header-link;
}
.nav-container {
align-items: center;
display: flex;
justify-content: flex-end;
position: static;
}
.logo {
img {
width: 6.5vw;
@media (orientation: portrait) {
width: 20vw;
}
}
}
.tagline {
display: inline-block;
font-size: 1.2rem;
margin-left: 2em;
}
}