This commit is contained in:
2025-09-11 10:19:58 +02:00
parent 19564974a2
commit 5da3531c5e
4 changed files with 12 additions and 18 deletions

View File

@@ -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 {