home page - sliders

This commit is contained in:
armansansd
2021-07-01 16:59:41 +02:00
parent bccbd6e279
commit 85696e31d7
10 changed files with 459 additions and 32 deletions

View File

@@ -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{