This commit is contained in:
2026-02-09 11:04:04 +01:00
parent bb06ddf9af
commit b94617dfc2
4 changed files with 66 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ header#header {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 16px;
column-gap: 18px;
li {
&.top-header-btn {
@@ -34,9 +34,9 @@ header#header {
display: flex;
align-items: center;
column-gap: 8px;
padding: 5px 10px;
border: 0.5px solid #d8d8d8;
border-radius: 5px;
// padding: 5px 10px;
// border: 0.5px solid #d8d8d8;
// border-radius: 5px;
&:hover {
img {
@@ -53,6 +53,23 @@ header#header {
}
}
}
.search-item {
line-height: 0;
a.search {
display: inline-block;
margin-left: 0;
img {
width: 16px;
height: 14px;
}
}
.search {
margin: 0;
}
}
}
}
@@ -192,11 +209,16 @@ header#header {
&:hover {
> a {
span {
text-shadow: 0px 0.2px 0px $cTxtBlack,
0px -0.2px 0px $cTxtBlack, 0.2px 0px 0px $cTxtBlack,
-0.2px 0px 0px $cTxtBlack, -0.2px -0.2px 0px $cTxtBlack,
0.2px 0.2px 0px $cTxtBlack, 0.2px -0.2px 0px $cTxtBlack,
-0.2px 0.2px 0px $cTxtBlack, -0.2px 0.2px 0px $cTxtBlack;
text-shadow:
0px 0.2px 0px $cTxtBlack,
0px -0.2px 0px $cTxtBlack,
0.2px 0px 0px $cTxtBlack,
-0.2px 0px 0px $cTxtBlack,
-0.2px -0.2px 0px $cTxtBlack,
0.2px 0.2px 0px $cTxtBlack,
0.2px -0.2px 0px $cTxtBlack,
-0.2px 0.2px 0px $cTxtBlack,
-0.2px 0.2px 0px $cTxtBlack;
&::before {
width: 100%;
@@ -410,6 +432,16 @@ header#header {
}
}
}
li.nav-btn-1,
li.nav-btn-2,
li.nav-btn-3 {
a {
span {
font-weight: 500;
}
}
}
}
}
@@ -571,11 +603,6 @@ header#header {
}
}
}
.search-item {
.search {
margin: 0;
}
}
}
}