funky-framadate-front/src/styles/partials/global.scss

37 lines
366 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
@charset "UTF-8";
html {
font-size: 1rem; /* 10px */
color: $font_color;
}
2020-04-21 10:50:26 +02:00
main {
min-height: 90vh;
}
2021-11-08 10:34:59 +01:00
.min-height {
margin-top: 1em;
margin-bottom: 1em;
min-height: 50vh;
}
2021-11-07 21:08:38 +01:00
.content {
padding: 1em;
}
.main-footer {
background: $primary-color;
color: $white;
.title {
color: $white;
}
.content {
ul {
padding: 0;
margin-left: 0;
}
}
}