publik-base-theme/static/landes-cd40/_custom.scss

32 lines
341 B
SCSS

#header-wrapper {
background: #fff;
}
#header {
height: 60px;
}
#logo {
padding: 0.25em 0;
}
#nav {
ul {
margin-top: 0;
}
}
#nav-button {
margin-top: 0.5em;
}
a.logout::before {
content: '\f08b'; /* fa-signout */
font-family: FontAwesome;
margin-right: 0.15em;
margin-left: 0.25em;
}
div.textcell h1 {
padding: 0 0.7rem;
}