cleaned & improved scss files

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-04 00:44:09 +02:00
parent 06a1c3bbed
commit 18c7e00843
7 changed files with 106 additions and 117 deletions
+13 -4
View File
@@ -43,13 +43,22 @@
z-index: 500;
}
// .body:before,
// .body:after { bottom: $line-height * -3; }
.body:before{
top:-2em;
width:100%;
text-align: center;
}
.body:after{
bottom:-2em;
width:100%;
text-align: center;
}
/*gauche*/
.paper:nth-child(odd) .body:before { content: "Cascade, default header"; }
.paper:nth-child(odd) .body:before { content: $header-odd; }
/*droite*/
.paper:nth-child(even) .body:before { content: "Cascade, default header"; }
.paper:nth-child(even) .body:before { content: $header-even; }
.body:after { content: counter(folio); z-index: 499;}