funky-framadate-front/src/assets/scss/default.scss

12 lines
161 B
SCSS
Raw Normal View History

2019-08-12 12:43:53 +02:00
@charset "UTF-8";
html {
2019-08-12 12:43:53 +02:00
font-size: 62.5%; /* 10px */
font-size: calc(1em * 0.625); /* fix */
2019-08-12 17:39:47 +02:00
color: $font_color;
2019-08-12 12:43:53 +02:00
}
.text-right {
text-align: right;
}