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

35 lines
256 B
SCSS

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;
}
// icons font awesome
.fa {
margin: 0.25rem;
}