carousel programme

This commit is contained in:
armansansd 2021-10-20 12:36:41 +02:00
parent bf0dca7dc3
commit 9a14f09902
4 changed files with 32 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -114,7 +114,6 @@
margin-top: 1rem;
// position: absolute;
grid-column: 1;
grid-row: 1;
grid-row: 1 / span 6;
z-index: -1;
.field-content{

View File

@ -31,6 +31,15 @@
opacity: .5;
}
}
.slick-track{
height: 40vw;
}
.slick-slide > div{
height: 100%;
}
.views-row{
height: 100%;
}
.slick-next{
right: 0;
top: 0;
@ -96,7 +105,14 @@
grid-column: 1;
grid-row: auto;
z-index: -1;
margin-top: -15%;
grid-column: 1;
grid-row: 1 / span 6;
margin-top: 1rem;
height: 100%;
.field-content{
height: 100%;
width: 100%;
}
}
.views-field-view-node{
visibility: hidden;
@ -123,16 +139,26 @@
// grid-row: 4;
// }
.views-field-title{
// grid-row: 5;
grid-row: 2;
font-size: $font-big !important;
font-weight: 500;
line-height: 1.2;
padding-top: .3rem;
}
.views-field-field-sous-titre{
grid-row: 4;
}
.views-field-field-sous-titre{
padding: .5rem 0 1rem 0;
}
.views-field-field-type-evenement{
grid-row: 5;
}
.views-field-field-date,.views-field-field-dates-actu{
grid-row: 3;
}
.views-field-field-programme{
text-transform: uppercase;

View File

@ -627,5 +627,8 @@
h2{
text-align: center;
}
article{
}
}
}