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{
|
.path-frontpage{
|
||||||
|
.home{
|
||||||
|
background-color: $bck-col;
|
||||||
|
}
|
||||||
.header_top_left_container{
|
.header_top_left_container{
|
||||||
|
|
||||||
div:nth-child(2){
|
div:nth-child(2){
|
||||||
@ -301,7 +304,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.about{
|
.about{
|
||||||
box-shadow: inset 0 17rem 18rem white;
|
box-shadow: inset 0 5rem 4rem $bck-col;
|
||||||
background: $trame;
|
background: $trame;
|
||||||
font-size: $font-medium;
|
font-size: $font-medium;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -14,7 +14,7 @@ $col-1: #61ab32;
|
|||||||
|
|
||||||
$bck-col: #eff2f9;
|
$bck-col: #eff2f9;
|
||||||
$lightblue: #98d0d9;
|
$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) {
|
@media (min-width: 48rem) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user