This commit is contained in:
armansansd 2021-09-21 13:41:38 +02:00
parent 5a9ebab4cc
commit ce91a21c4c
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,7 @@
.path-frontpage{
.home{
background-color: $bck-col;
}
.header_top_left_container{
div:nth-child(2){
@ -301,7 +304,7 @@
}
}
.about{
box-shadow: inset 0 17rem 18rem white;
box-shadow: inset 0 5rem 4rem $bck-col;
background: $trame;
font-size: $font-medium;
text-align: center;

View File

@ -14,7 +14,7 @@ $col-1: #61ab32;
$bck-col: #eff2f9;
$lightblue: #98d0d9;
$trame: center/80% linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../../images/motif_croix.svg) ;
$trame: center/80% linear-gradient(rgba(239,242,249,.5), rgba(239,242,249,.5)), url(../../images/motif_croix.svg) ;
@media (min-width: 48rem) {