2021-07-05 13:24:49 +02:00

40 lines
604 B
SCSS

body{
font-family: "trueno";
font-size: $font-normal ;
font-weight: 300;
line-height: 1.5;
background: $bck-col;
}
main{
h2{
text-transform: uppercase;
font-family: 'duke';
font-size: $font-extra;
}
}
a{
color:inherit;
}
.ext{
display: none;
}
strong{
font-weight: 600;
}
//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);
}