#2503 z-index image cliquable page acceuil programmes
This commit is contained in:
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{
|
||||
|
Reference in New Issue
Block a user