home page - sliders
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
.content_container{
|
||||
&>div>h2:first-child{
|
||||
text-align: center;
|
||||
background-color: #98d0d9;
|
||||
background-color: $lightblue;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
form{
|
||||
background-color: #98d0d9;
|
||||
background-color: $lightblue;
|
||||
display: grid;
|
||||
padding: 0 0 5rem 0;
|
||||
column-gap: 1rem;
|
||||
@@ -67,6 +67,7 @@
|
||||
column-gap: 1rem;
|
||||
row-gap: 1rem;
|
||||
grid-template-columns: calc(10% - 3em) repeat(3, 27.3%);
|
||||
align-items: flex-start;
|
||||
.views-col:first-child{
|
||||
grid-column-start: 2;
|
||||
}
|
||||
@@ -83,14 +84,15 @@
|
||||
}
|
||||
}
|
||||
background-color: rgb(255, 255, 255);
|
||||
background-clip: content-box;
|
||||
// background-clip: content-box;
|
||||
width: 100% !important;
|
||||
padding: .3rem;
|
||||
.views-field:not(:first-child){
|
||||
padding: 0 0 0 .4rem;
|
||||
}
|
||||
.views-field-field-image{
|
||||
grid-row: 2 / span 2;
|
||||
grid-row: 3 / span 2;
|
||||
margin-top: -1.5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -102,12 +104,16 @@
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
color: white;
|
||||
background: red;
|
||||
padding: .15rem .3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
.views-field-field-theme{
|
||||
.field-content{
|
||||
color:black;
|
||||
}
|
||||
}
|
||||
.views-field-field-type-de-ressource{
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
@@ -136,6 +142,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.js-pager__items{
|
||||
|
Reference in New Issue
Block a user