This commit is contained in:
armansansd 2021-11-25 12:37:51 +01:00
parent 5c99995c8c
commit 41e3740b6d
2 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -546,9 +546,9 @@
.programme-1{ .programme-1{
// background: center / 60% no-repeat url(../images/POPSU_1.svg) white; // background: center / 45% no-repeat url(../images/POPSU_1.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
background: $col-1; background: $col-1;
@ -559,9 +559,9 @@
} }
.programme-2{ .programme-2{
// background: center / 60% no-repeat url(../images/POPSU_2.svg) white; // background: center / 45% no-repeat url(../images/POPSU_2.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
@ -574,7 +574,7 @@
.programme-3{ .programme-3{
// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white; // background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
background: $col-eur; background: $col-eur;
@ -586,7 +586,7 @@
.programme-4{ .programme-4{
// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white; // background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
background: $col-1; background: $col-1;
@ -608,9 +608,9 @@
} }
} }
.programme-6{ .programme-6{
// background: center / 60% no-repeat url(../images/POPSU_territoires.svg) white; // background: center / 45% no-repeat url(../images/POPSU_territoires.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
background: $col-ter; background: $col-ter;
@ -620,9 +620,9 @@
} }
} }
.programme-7{ .programme-7{
// background: center / 60% no-repeat url(../images/POPSU_metropoles.svg) white; // background: center / 45% no-repeat url(../images/POPSU_metropoles.svg) white;
img{ img{
width: 60%; width: 45%;
} }
&:hover{ &:hover{
background: $col-met; background: $col-met;