funky-framadate-front/src/assets/scss/atoms/_headings.scss

17 lines
183 B
SCSS
Raw Normal View History

2019-08-11 17:06:07 +02:00
@charset "UTF-8";
2019-08-12 12:02:27 +02:00
h1,
h2 {
font-family: $title_font;
}
2019-08-12 12:02:27 +02:00
h1 {
font-size: 2.5rem;
font-weight: 600;
2019-09-30 18:48:26 +02:00
}
h1::after {
background-color: $primary_color;
height: 2px;
2019-09-30 18:48:26 +02:00
}