#2503 z-index image cliquable page acceuil programmes

This commit is contained in:
Ouidade Soussi Chiadmi 2024-02-05 09:09:30 +01:00
parent cef79dc5a3
commit 51b48a2d29
4 changed files with 12 additions and 5 deletions

6
web/themes/custom/package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "custom",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

File diff suppressed because one or more lines are too long

View File

@ -110,7 +110,7 @@
// position: absolute;
grid-column: 1;
grid-row: 1 / span 7;
z-index: -1;
z-index: auto;
.field-content{
width: 100%;
height: 100%;
@ -138,6 +138,7 @@
font-size: $font-normal;
text-transform: uppercase;
z-index: 0;
}
@ -183,7 +184,7 @@
.views-field-field-image{
grid-column: 1;
grid-row: 1 / span 4;
z-index: -1;
z-index: auto;
// padding-top: 1rem;
}

View File

@ -208,7 +208,7 @@
.views-field-field-image{
grid-column: 1;
grid-row: auto;
z-index: -1;
z-index: auto;
grid-column: 1;
grid-row: 1 / span 7;
margin-top: 1rem;
@ -236,7 +236,7 @@
font-size: $font-normal;
text-transform: uppercase;
z-index: 0;
}
// .views-field-field-type-evenement{