correction maud

This commit is contained in:
armansansd
2021-08-27 23:38:40 +02:00
parent d4ab459ac2
commit 7bb4d86582
5 changed files with 55 additions and 37 deletions

View File

@@ -431,6 +431,9 @@
align-items: flex-start;
align-content: center;
padding: 1rem;
.views-field{
flex-basis: 100%;
}
.views-field:not(.views-field-field-logo){
font-size: $font-medium;
font-weight: 600;
@@ -446,7 +449,7 @@
display: block;
color: white;
text-align: center;
flex-basis: 100%;
a{
text-decoration: none;
@@ -470,7 +473,7 @@
.programme-1{
// background: center / 60% no-repeat url(../images/POPSU_1.svg) white;
img{
width: 50%;
width: 60%;
}
&:hover{
background: $col-1;
@@ -496,7 +499,7 @@
.programme-3{
// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
img{
width: 50%;
width: 60%;
}
&:hover{
background: $col-eur;
@@ -508,7 +511,7 @@
.programme-5{
// background: center / 45% no-repeat url(../images/POPSU_monde.svg) white;
img{
width: 50%;
width: 46%;
}
&:hover{
background: $col-mond;

View File

@@ -439,15 +439,19 @@
font-weight: 600;
text-transform: initial;
cursor: pointer;
display: grid;
grid-template-columns: 95% 5%;
align-content: center;
// margin-top: 1rem;
}
.field_titre:after{
content: '';
float: right;
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
align-self: center;
justify-self: center;
}
.rotate:after{
transform: rotate(180deg);

View File

@@ -10,7 +10,7 @@
.views-field{
color: $col-1;
}
.views-field-title{
.views-field-title > span{
color: $col-1;
&:hover{
background: $col-1;
@@ -29,7 +29,7 @@
.views-field{
color: $col-2;
}
.views-field-title{
.views-field-title > span{
color: $col-2;
&:hover{
background: $col-2;
@@ -47,7 +47,7 @@
.views-field{
color: $col-eur;
}
.views-field-title{
.views-field-title > span{
color: $col-eur;
&:hover{
background: $col-eur;
@@ -65,7 +65,7 @@
.views-field{
color: $col-2;
}
.views-field-title{
.views-field-title > span{
color: $col-2;
&:hover{
background: $col-2;
@@ -83,7 +83,7 @@
.views-field{
color: $col-mond;
}
.views-field-title{
.views-field-title > span{
color: $col-mond;
&:hover{
background: $col-mond;
@@ -100,7 +100,7 @@
.views-field{
color: $col-ter;
}
.views-field-title{
.views-field-title > span{
color: $col-ter;
&:hover{
background: $col-ter;
@@ -117,7 +117,7 @@
.views-field{
color: $col-met;
}
.views-field-title{
.views-field-title > span{
color: $col-met;
&:hover{
background: $col-met;
@@ -183,14 +183,18 @@
// a, span{
// }
.views-field-title a, .views-field-title span{
.views-field-title>span{
display: inline-block;
width: auto;
padding: .2rem .5rem;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
a{
text-decoration: none;
}
}
}