css block phase 1 home
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
footer{
|
||||
background-color: $white;
|
||||
background-color: $white-header;
|
||||
padding-top: 3rem;
|
||||
font-family: "Marianne";
|
||||
font-weight: 800;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
header{
|
||||
display: block;
|
||||
height: $header-height;
|
||||
background-color: white;
|
||||
background-color: $white-header;
|
||||
// position: fixed;
|
||||
z-index: 99;
|
||||
width: 100vw;
|
||||
@@ -62,7 +62,7 @@ header{
|
||||
right:-235px;
|
||||
top: 36px; // Positionnez-les sous les boutons
|
||||
position: absolute;
|
||||
background-color: $white;
|
||||
background-color: $white-header;
|
||||
width: 30vw;
|
||||
height: 100vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
@@ -90,7 +90,7 @@ header{
|
||||
width: 100%;
|
||||
.field--type-text-long {
|
||||
display: none;
|
||||
background-color: $white;
|
||||
background-color: $white-header;
|
||||
position: absolute;
|
||||
right:0px;
|
||||
top: 100%;
|
||||
|
||||
Reference in New Issue
Block a user