add background color on header and enlargen menu toggle a bit
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
grid-gap: 1em;
|
grid-gap: 1em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
background-color: $primary;
|
||||||
|
-webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);
|
||||||
|
-moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);
|
||||||
|
box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-logo{
|
.company-logo{
|
||||||
@@ -19,9 +23,9 @@
|
|||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
border-radius: 50% 50%;
|
border-radius: 50% 50%;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
width: 36px;
|
width: 42px;
|
||||||
height: 36px;
|
height: 42px;
|
||||||
background: $primary;
|
background: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user