publik-base-theme/static/eurelien-cd28/_custom.scss

108 lines
1.9 KiB
SCSS

@import '../includes/fonts/titillium';
@import '../includes/fonts/krub';
#logo {
@media screen and ($min-desktop-viewport) {
a {
margin-top: 50px;
line-height: 80px;
font-size: 16px;
font-family: $title-font-family;
color: black;
text-indent: 500px;
text-decoration: none;
}
}
@media screen and ($max-mobile-viewport) {
padding-top: 30px;
a {
display: block;
height: 60px;
}
}
}
div.gru-nav-wrapper {
margin: auto;
max-width: 1316px;
margin-top: 25px;
margin-bottom: 45px;
background-color: $nav-background;
div.gru-nav {
ul {
> li {
@media (min-width: $nav-mobile-limit + 1) {
border-left: 2px solid white;
border-right: 2px solid white;
}
> a {
font-size: 19px;
font-weight: 400;
padding-top: 0.33em;
padding-bottom: 0.33em;
@media (min-width: $nav-mobile-limit + 1) {
line-height: 36px;
padding: 0 15px;
}
}
}
}
}
}
div.gru-nav .gru-nav-button {
background-color: $secondary-color;
}
.gru-content div.cell h2:first-child {
font-size: 30px;
margin: 0px;
}
input, input[type="search"], textarea, select, div.file-upload-widget div.file-button {
box-shadow: inset 1px 2px 3px 0 #c5c5c5;
}
.required {
color: #c00;
}
div.buttons {
font-size: $title-font-size;
.cancel-button button, .previous-button button{
background: $nav-background;
}
}
.pk-information {
@include notification-message($notification_info_color, "\f164");
}
#columns {
div.wcs-forms-of-category-cell {
img {
border-radius: 10px;
}
h2 {
background: transparent center left no-repeat;
height: 50px;
margin: 0;
margin-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 65px;
text-align: left;
span {
font-size: 30px;
}
}
ul > li:not(:last-child) {
border: 0px;
}
}
@media screen and ($max-mobile-viewport) {
text-align: center;
}
}