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

21 lines
222 B
SCSS
Raw Permalink Normal View History

2020-04-21 10:50:26 +02:00
@charset "UTF-8";
2021-11-18 14:57:07 +01:00
body,
html {
background: $white;
2021-11-30 11:17:44 +01:00
color: $font_color;
2021-11-18 14:57:07 +01:00
}
2020-04-21 10:50:26 +02:00
main {
display: block;
width: 100%;
margin: 0 auto;
}
2022-02-09 11:30:22 +01:00
.icon {
width: 1.5rem;
height: 1.5rem;
&.is-big {
width: 3rem;
height: 3rem;
}
}