This commit is contained in:
parent
5a9ebab4cc
commit
ce91a21c4c
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user