corection #1304 1305 1307 1308 1311 1315 1316
This commit is contained in:
@@ -3,6 +3,7 @@ body{
|
||||
font-size: $font-normal ;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
background: $bck-col;
|
||||
}
|
||||
main{
|
||||
h2{
|
||||
@@ -14,7 +15,9 @@ main{
|
||||
a{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
.ext{
|
||||
display: none;
|
||||
}
|
||||
strong{
|
||||
font-weight: 600;
|
||||
}
|
||||
@@ -22,4 +25,16 @@ strong{
|
||||
//TEMP
|
||||
iframe{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.slick-arrow{
|
||||
font-size: 0;
|
||||
background: center / 40% no-repeat url(../images/fleche.svg);;
|
||||
}
|
||||
.slick-prev{
|
||||
-moz-transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
-o-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
Reference in New Issue
Block a user