corection #1304 1305 1307 1308 1311 1315 1316

This commit is contained in:
armansansd
2021-07-05 13:24:49 +02:00
parent 3ae61ffc2d
commit 7c0c5a1673
14 changed files with 379 additions and 95 deletions

View File

@@ -14,11 +14,21 @@
z-index: 10;
width: 25%;
padding: 1rem 1.5rem ;
.prog-ressources-link{
font-family: "duke";
font-size: $font-large;
cursor: pointer;
transition: all 250ms;
text-decoration: none;
&:hover{
padding: 0 0 0 .3rem;
}
}
.views-element-container{
header{
font-family: duke;
font-family: "duke";
font-size: $font-large;
cursor: pointer;
transition: all 250ms;
@@ -47,13 +57,13 @@
position: relative;
#evenements-block_1{
background-color: brown;
background-color: black;
margin-bottom: 3rem;
}
.item-list{
background-color:white;
color: brown;
color: black;
padding: 1rem 0;
li{
margin-bottom: 1rem;
@@ -93,7 +103,7 @@
height: 100%;
cursor: pointer;
z-index: 100;
background-color: white;
// background-color: white;
opacity: 0.2;
transition: opacity 250ms;
width: 10%;
@@ -119,8 +129,8 @@
background-clip: content-box;
}
.views-field-field-image{
grid-row: 3 / span 2;
margin-top: -1.5rem;
grid-row: 1 / span 4;
// margin-top: -3.5rem;
z-index: 0;
padding: .5rem;
}
@@ -131,6 +141,12 @@
padding-left: 0;
}
.views-field-field-sous-titre{
grid-column: 2 / span 1;
}
.views-field-field-type-de-ressource{
grid-column: 2 / span 1;
}
.views-field-title{
font-weight: 600;
grid-row: 3 / span 1;
@@ -147,7 +163,7 @@
.field-content{
display: inline-block;
width: auto;
background-color: blue !important;
background-color: black !important;
padding: .3rem .5rem;
}
padding-left: .5rem !important;
@@ -175,11 +191,11 @@
background: black;
color: white;
font-family: "duke";
font-weight: 400;
font-family: "trueno";
font-weight: 500;
padding: .5rem 1.5rem;
font-size: $font-medium;
font-size: $font-normal;
text-decoration: none;
}