32 lines
395 B
SCSS
Executable File
32 lines
395 B
SCSS
Executable File
//
|
|
// baz typo
|
|
|
|
|
|
.page__wrapper {
|
|
font-family: 'Merriweather', serif;
|
|
line-height:1.3;
|
|
}
|
|
|
|
h1, .h1,
|
|
h2, .h2 {
|
|
line-height: 1.2;
|
|
font-weight:700;
|
|
}
|
|
h1, .h1 {
|
|
font-weight:900;
|
|
}
|
|
|
|
.periode {
|
|
a, span {
|
|
&:not(.mois_archives):after {
|
|
content:$fa-var-chevron-right; font-size:0.7em; font-family: 'Fontawesome';
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
font-family:'Fontawesome';
|
|
font-weight:900;
|
|
}
|
|
|