mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
30 lines
207 B
SCSS
30 lines
207 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;
|
||
|
}
|