slider color and adjustement

This commit is contained in:
armansansd
2021-08-06 11:55:06 +02:00
parent 8b01ed0f6b
commit de700b385f
6 changed files with 521 additions and 152 deletions

View File

@@ -20,7 +20,7 @@
}
article{
h2{
color: white;
// color: white;
padding: 0;
a{
text-decoration: none;
@@ -51,6 +51,51 @@
}
}
#actus_blocks-block_1{
.programme-1{
*{
color: $col-1 !important;
}
}
.programme-2{
*{
color: $col-2 !important;
}
}
.programme-3{
*{
color: $col-eur !important;
}
}
.programme-4{
*{
color: black;
}
}
.programme-5{
*{
color: $col-mond !important;
}
}
.programme-6{
*{
color: $col-ter !important;
}
}
.programme-7{
*{
color: $col-met !important;
}
}
.views-row article{
display: grid !important;
grid-template-columns: repeat( 2, minmax(0, 1fr));
@@ -87,7 +132,7 @@
.slick-slide{
margin: 0 1rem;
background-color: $lightblue;
background-color: white;
padding: 1rem;
}
.slick-arrow{