publik-base-theme/static/mincult-2023/_custom.scss

93 lines
1.3 KiB
SCSS

%button {
box-shadow: none;
&:hover {
box-shadow: none;
}
}
h1, h2, h3, h4, h5, h6 {
color: $title-color;
text-transform: uppercase;
}
#header {
color: $white;
height: 240px;
display: flex;
flex-direction: column;
justify-content: flex-end;
@media screen and ($min-desktop-viewport) {
height: 150px;
}
#logo {
padding-left: 0;
}
#logo a {
line-height: 1;
background-size: auto 150px;
width: 100%;
margin-bottom: 0.5em;
text-indent: 0;
text-transform: none;
color: $purple-dark;
&:hover {
text-decoration: none;
}
}
.site-title {
display: block;
text-indent: 0;
font-size: 2.5em;
margin-left: -0.08em;
}
.site-subtitle {
display: block;
font-size: 0.7em;
margin-top: 0.5em;
line-height: 1.3;
}
}
#toplinks {
padding: 0.5em 1em;
a {
color: $white;
}
.sep, .registration {
display: none;
}
}
a#publik-portal-agent {
background: $toplinks-background;
border-radius: $toplinks-border-radius;
box-shadow: $toplinks-box-shadow;
color: $white;
border: none;
padding: 0.5em;
}
#nav {
ul {
margin-top: 0;
}
}
div.gru-nav .gru-nav-button {
top: -170px;
left: 3px;
}
div.gru-nav .gru-nav-button + ul {
border-top: none;
}
div.column:last-child.account-management {
display: none;
}
main {
margin-top: 0.5em;
}
div.searchcell form input {
margin-right: 0;
}
#footer a {
text-decoration: underline;
}