You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
460 B
32 lines
460 B
![]()
2 years ago
|
//
|
||
|
// baz typo
|
||
|
|
||
|
|
||
|
.page__wrapper {
|
||
|
font-family: 'Open Sans', 'Luxi sans', 'Lucida Grande', 'Lucida', 'Lucida Sans Unicode', sans-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;
|
||
|
}
|
||
|
|