ajustement page home et programme
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
.views-field:not(.views-field-field-image){
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
padding-bottom: 1rem;
|
||||
// padding-bottom: 1rem;
|
||||
background-color: black;
|
||||
width: 60%;
|
||||
margin-left: 30%;
|
||||
@@ -394,7 +394,7 @@
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
|
||||
padding: .5rem 1rem;
|
||||
padding: .3rem .5rem;
|
||||
font-size: $font-small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
@@ -485,7 +485,7 @@
|
||||
h2{
|
||||
text-align: center;
|
||||
}
|
||||
.item-list{
|
||||
#centre_de_ressources-block_2{
|
||||
.slick-slide{
|
||||
margin: 0 1rem;
|
||||
}
|
||||
@@ -509,7 +509,7 @@
|
||||
.views-field:not(.views-field-field-image){
|
||||
width: 80%;
|
||||
}
|
||||
li{
|
||||
.views-row{
|
||||
display: grid !important;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
align-items: center;
|
||||
@@ -520,10 +520,10 @@
|
||||
background-clip: content-box;
|
||||
}
|
||||
.views-field-field-image{
|
||||
grid-row: 1 / span 4;
|
||||
// margin-top: -3.5rem;
|
||||
z-index: 0;
|
||||
grid-row: 2 / span 4;
|
||||
z-index: 0;
|
||||
padding: .5rem;
|
||||
grid-column: 1;
|
||||
}
|
||||
.views-field:not(.views-field-field-image){
|
||||
background: transparent;
|
||||
@@ -550,11 +550,11 @@
|
||||
grid-row: 2 / span 1;
|
||||
grid-column: 2 / span 1;
|
||||
}
|
||||
.views-field-field-programme{
|
||||
.views-field-field-programme,.views-field-title-1{
|
||||
.field-content{
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
background-color: black !important;
|
||||
background-color: black;
|
||||
padding: .3rem .5rem;
|
||||
}
|
||||
padding-left: .5rem !important;
|
||||
@@ -571,6 +571,78 @@
|
||||
// margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
.programme-1{
|
||||
.views-field{
|
||||
color: $col-1 !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-1 ;
|
||||
}
|
||||
}
|
||||
}
|
||||
.programme-2{
|
||||
.views-field{
|
||||
color: $col-2 !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-2 ;
|
||||
}
|
||||
}
|
||||
}
|
||||
.programme-3{
|
||||
.views-field{
|
||||
color: $col-eur !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-eur ;
|
||||
}
|
||||
}
|
||||
}
|
||||
.programme-4{
|
||||
.views-field{
|
||||
color: black;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background:black ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.programme-5{
|
||||
.views-field{
|
||||
color: $col-mond !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-mond ;
|
||||
}
|
||||
}
|
||||
}
|
||||
.programme-6{
|
||||
.views-field{
|
||||
color: $col-ter !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-ter ;
|
||||
}
|
||||
}
|
||||
}
|
||||
.programme-7{
|
||||
.views-field{
|
||||
color: $col-met !important;
|
||||
}
|
||||
.views-field-field-programme, .views-field-title-1{
|
||||
.field-content{
|
||||
background: $col-met ;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
footer{
|
||||
background-color: transparent;
|
||||
@@ -585,7 +657,7 @@
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
|
||||
padding: .5rem 1rem;
|
||||
padding: .3rem .7rem;
|
||||
font-size: $font-small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user