funky-framadate-front/src/assets/scss/themes/_light.scss

21 lines
255 B
SCSS

#big_container {
background: $primary;
&.theme-light-watermelon {
.big-header {
.container {
.column:last-of-type {
text-align: right;
}
}
}
main {
.container {
background: #fff;
padding-bottom: 10em;
}
}
}
}