#2503 z-index image cliquable page acceuil programmes
This commit is contained in:
parent
cef79dc5a3
commit
51b48a2d29
6
web/themes/custom/package-lock.json
generated
Normal file
6
web/themes/custom/package-lock.json
generated
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "custom",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user