popsu 1 2 europe

This commit is contained in:
armansansd
2021-09-22 15:50:56 +02:00
parent c2f47158ce
commit f03974e29d
11 changed files with 53 additions and 34 deletions

View File

@@ -87,9 +87,9 @@
}
.programme-4{
article{
background: black;
background: $col-1;
.field_programme{
color: black;
color: $col-1;
}
}
@@ -204,11 +204,11 @@
}
.programme-4{
article, h2{
color: black;
color: $col-1;
}
.field_programme{
a{
background: black;
background: $col-1;
}
}

View File

@@ -83,7 +83,7 @@
}
.last-news .programme-4{
.views-field:not(.views-field-field-image){
background: black;
background: $col-1;
}
}
@@ -249,11 +249,11 @@
}
.programme-4{
.views-field{
color: black;
color: $col-1;
}
.views-field-field-programme{
.field-content{
background:black ;
background:$col-1 ;
}
}
}
@@ -591,6 +591,18 @@
}
}
}
.programme-4{
// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
img{
width: 60%;
}
&:hover{
background: $col-1;
img{
display: none;
}
}
}
.programme-5{
// background: center / 45% no-repeat url(../images/POPSU_monde.svg) white;
img{

View File

@@ -16,7 +16,7 @@
}
&.programme-4{
.field_programme{
background-color: $col-met;
background-color: $col-1;
}
}
&.programme-5{

View File

@@ -39,7 +39,7 @@
.programme-1{
.views-field{
background: $col-1 !important;
background: $col-2 !important;
}
}
.programme-2{
@@ -54,7 +54,7 @@
}
.programme-4{
.views-field{
background: black;
background: $col-1;
}
}
@@ -155,7 +155,7 @@
&.programme-1{
article{
h2,h3,h4,h5,h6,.field_titre{
color: $col-1;
color: $col-2;
}
}
.main_logo{
@@ -169,7 +169,7 @@
}
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_2.svg);
background: center / contain no-repeat url(../../images/POPSU_1.svg);
}
}
&.programme-3{
@@ -186,12 +186,12 @@
&.programme-4{
article{
h2,h3,h4,h5,h6,.field_titre{
color: $col-met;
color: $col-1;
}
}
.main_logo{
background: center / contain no-repeat url(../../images/POPSU_logo.svg);
background: center / contain no-repeat url(../../images/POPSU_2.svg);
}
}
&.programme-5{
@@ -325,7 +325,7 @@
}
.programme-4{
background: $col-met;
background: $col-1;
}
.programme-5{
@@ -656,11 +656,11 @@
}
.programme-4{
.views-field{
color: black;
color: $col-1;
}
.views-field-field-programme, .views-field-title-1{
.field-content{
background:black ;
background:$col-1 ;
}
}
}

View File

@@ -34,10 +34,10 @@
}
}
.programme-4{
color: $col-met;
color: $col-1;
.views-field-field-programme{
.field-content{
background: $col-met;
background: $col-1;
color:white;
}
}

View File

@@ -21,7 +21,7 @@
}
&.programme-4{
.field_programme{
background: $col-met;
background: $col-1;
}
}
&.programme-5{
@@ -440,7 +440,7 @@
&.programme-4{
.block-region-second{
h2,h3,h4,h5,h6,.field_titre{
color: $col-met;
color: $col-1;
}
}
@@ -588,10 +588,10 @@
}
&.programme-4{
h2{
color: black;
color: $col-1;
}
.field_programme{
background:black ;
background:$col-1 ;
}
}

View File

@@ -59,16 +59,16 @@
.programme-4{
.views-field-field-programme{
.field-content{
background: $col-2;
background: $col-1;
}
}
.views-field{
color: $col-2;
color: $col-1;
}
.views-field-title > span{
color: $col-2;
color: $col-1;
&:hover{
background: $col-2;
background: $col-1;
color:white;
}
}