misc, text & toc display
This commit is contained in:
@@ -27,3 +27,19 @@ footer[role="tools"] .row>header,
|
||||
footer[role="tools"] .row>nav{
|
||||
@include fontsans;
|
||||
}
|
||||
|
||||
@mixin title1blue {
|
||||
@include fontserif;
|
||||
font-size: 2.268em;
|
||||
color: $bleuroi;
|
||||
font-weight: 400;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
@mixin title2black {
|
||||
@include fontserif;
|
||||
font-size: 1.134em;
|
||||
color: $grisfonce;
|
||||
font-weight: 400;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
@@ -34,8 +34,8 @@ body{
|
||||
overflow: hidden;
|
||||
>.wrapper{
|
||||
padding:0 $side-padding 0 $side-padding;
|
||||
height:100%;
|
||||
overflow-y: auto;
|
||||
height:100%; max-height:100%;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user