improved index lists #1259
This commit is contained in:
@@ -43,6 +43,7 @@ footer[role="tools"] .row>nav{
|
||||
color: $grisfonce;
|
||||
font-weight: 400;
|
||||
margin:0;
|
||||
line-height: $base-line;
|
||||
}
|
||||
|
||||
@mixin title2black {
|
||||
@@ -69,6 +70,7 @@ footer[role="tools"] .row>nav{
|
||||
color: $grisfonce;
|
||||
font-weight: 400;
|
||||
margin:0;
|
||||
line-height: $base-line / 2;
|
||||
}
|
||||
|
||||
@mixin title4grey {
|
||||
@@ -100,6 +102,13 @@ footer[role="tools"] .row>nav{
|
||||
line-height: $base-line;
|
||||
}
|
||||
|
||||
@mixin titleSansRed {
|
||||
font-family: "noto_sans";
|
||||
color: $rouge;
|
||||
font-weight: 400;
|
||||
line-height: $base-line;
|
||||
}
|
||||
|
||||
@mixin fontcaption {
|
||||
@include fontsans;
|
||||
font-size: 0.643em;
|
||||
|
||||
Reference in New Issue
Block a user