This commit is contained in:
parent
c62cb0f0a7
commit
d930549df9
File diff suppressed because one or more lines are too long
@ -101,19 +101,32 @@
|
|||||||
}
|
}
|
||||||
.last-news{
|
.last-news{
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
height: auto;
|
||||||
|
.slick-list{
|
||||||
|
// display: flex;
|
||||||
|
// align-items: start;
|
||||||
|
}
|
||||||
.views-field-field-image{
|
.views-field-field-image{
|
||||||
height: 20rem;
|
margin-top: 1rem;
|
||||||
|
// position: absolute;
|
||||||
|
grid-column: 1;
|
||||||
|
grid-row: 1;
|
||||||
|
grid-row: 1 / span 5;
|
||||||
|
z-index: -1;
|
||||||
|
.field-content{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
img{
|
img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.views-field-field-image{
|
|
||||||
grid-column: 1;
|
|
||||||
grid-row: auto;
|
|
||||||
z-index: -1;
|
|
||||||
margin-top: -15%;
|
|
||||||
}
|
|
||||||
.views-field:not(.views-field-field-image){
|
.views-field:not(.views-field-field-image){
|
||||||
|
grid-column: 1;
|
||||||
|
|
||||||
padding-right: .5rem;
|
padding-right: .5rem;
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
@ -134,7 +147,7 @@
|
|||||||
// grid-row: 4;
|
// grid-row: 4;
|
||||||
// }
|
// }
|
||||||
.views-field-title{
|
.views-field-title{
|
||||||
// grid-row: 5;
|
grid-row: 2;
|
||||||
font-size: $font-big !important;
|
font-size: $font-big !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
@ -143,6 +156,10 @@
|
|||||||
}
|
}
|
||||||
.views-field-field-sous-titre{
|
.views-field-field-sous-titre{
|
||||||
padding: .5rem 0 1rem 0;
|
padding: .5rem 0 1rem 0;
|
||||||
|
grid-row: 4;
|
||||||
|
}
|
||||||
|
.views-field-field-date,.views-field-field-dates-actu{
|
||||||
|
grid-row: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.views-field-field-programme{
|
.views-field-field-programme{
|
||||||
@ -288,8 +305,8 @@
|
|||||||
background: $trame;
|
background: $trame;
|
||||||
font-size: $font-medium;
|
font-size: $font-medium;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 18rem 0 3rem 0;
|
padding: 1rem 0 3rem 0;
|
||||||
margin-top: -16rem;
|
// margin-top: -16rem;
|
||||||
.views-row{
|
.views-row{
|
||||||
.views-field-title{
|
.views-field-title{
|
||||||
font-family: "duke" !important;
|
font-family: "duke" !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user