Save
This commit is contained in:
@@ -135,7 +135,7 @@ header#header {
|
||||
|
||||
span {
|
||||
color: $cTxtBlack;
|
||||
font-size: 17px;
|
||||
font-size: 16px;
|
||||
font-family: $font3;
|
||||
font-weight: 600;
|
||||
// letter-spacing: 1px;
|
||||
@@ -292,9 +292,6 @@ header#header {
|
||||
.lvl-4 {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
//! TEST
|
||||
width: 100%;
|
||||
//! TEST
|
||||
}
|
||||
}
|
||||
|
||||
@@ -364,10 +361,6 @@ header#header {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: all 250ms ease-in-out;
|
||||
//! TEST
|
||||
width: 0;
|
||||
max-width: 300px;
|
||||
//! TEST
|
||||
margin-top: 20px;
|
||||
> li {
|
||||
&:not(:last-child) {
|
||||
@@ -541,10 +534,11 @@ header#header {
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
|
||||
padding: 10px 15px 8px;
|
||||
padding: 10px 15px 8px !important;
|
||||
background: #ffed00;
|
||||
border-radius: 10px;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 4px 4px #e9e3de;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.search-item {
|
||||
|
||||
Reference in New Issue
Block a user