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

21 lines
255 B
SCSS
Raw Normal View History

2020-04-02 16:36:09 +02:00
#big_container {
2020-04-21 10:50:26 +02:00
background: $primary;
&.theme-light-watermelon {
.big-header {
.container {
.column:last-of-type {
text-align: right;
}
}
}
main {
.container {
background: #fff;
padding-bottom: 10em;
}
}
}
2020-04-02 16:36:09 +02:00
}