This commit is contained in:
Roman Pyrih
2024-12-03 12:53:24 +01:00
parent a82320242c
commit 9476c5a1cb
4 changed files with 36 additions and 4 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

@@ -2602,7 +2602,7 @@ footer {
font-size: 20px; font-size: 20px;
text-transform: uppercase; text-transform: uppercase;
display: flex; display: flex;
align-items: center; // align-items: center;
max-width: 500px; max-width: 500px;
font-weight: 300; font-weight: 300;
@@ -6502,3 +6502,35 @@ footer {
} }
} }
} }
#scontainer-48,
#scontainer-51,
#scontainer-74 {
a {
text-transform: uppercase;
font-size: 18px;
font-weight: 300;
color: #000;
display: inline-flex;
align-items: center;
// height: 24px;
margin-top: 25px;
padding: 16px 25px;
background: transparent;
&::after {
content: url('/upload/filemanager/Icons/arrow_right_black.svg');
display: inline-block;
line-height: 0;
margin-left: 20px;
margin-top: -3px;
transition: all 250ms ease-in-out;
}
&:hover {
&::after {
filter: invert(1);
}
}
}
}

View File

@@ -11,7 +11,7 @@
<div class="header__wrapper"> <div class="header__wrapper">
<div class="header_left"> <div class="header_left">
<a href="/"> <a href="/">
<img src="/upload/filemanager/Logos/Logo_white.svg" alt="logo" class="nowebp" /> <img src="/upload/filemanager/Logos/vidok-com_DE-bialy.svg" alt="logo" class="nowebp" />
</a> </a>
</div> </div>
<div class="header_right"> <div class="header_right">