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

41 lines
317 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
h1,
h2,
h3,
h4,
h5,
h6 {
@extend .title;
}
h1 {
@extend .is-1;
&::after {
background-color: $primary_color;
height: 2px;
}
}
h2 {
@extend .is-2;
}
h3 {
@extend .is-3;
}
h4 {
@extend .is-4;
}
2021-05-18 10:47:16 +02:00
.nobold {
font-weight: normal;
}
2021-05-20 10:54:28 +02:00
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}