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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 {

View File

@@ -1,21 +1,21 @@
<div class="lang-change">
<div class="over"> Polska <i class="fa fa-angle-down" aria-hidden="true"></i></div>
<div class="over">PL<i class="fa fa-angle-down" aria-hidden="true"></i></div>
<ul>
<li>
<a href="https://de.vidok.com/" target="_blank">Deutschland</a>
<a href="https://de.vidok.com/" target="_blank">DE</a>
</li>
<li>
<a href="https://eng.vidok.com/" target="_blank">United Kingdom</a>
<a href="https://eng.vidok.com/" target="_blank">UK</a>
</li>
<li>
<a href="https://fr.vidok.com/" target="_blank">France</a>
<a href="https://fr.vidok.com/" target="_blank">FR</a>
</li>
<li>
<a href="https://it.vidok.com/" target="_blank">Italia</a>
<a href="https://it.vidok.com/" target="_blank">IT</a>
</li>
<li>
<a href="https://sk.vidok.com/" target="_blank">Slovensko</a>
<a href="https://sk.vidok.com/" target="_blank">SK</a>
</li>
</ul>
</div>