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

View File

@@ -2602,7 +2602,7 @@ footer {
font-size: 20px;
text-transform: uppercase;
display: flex;
align-items: center;
// align-items: center;
max-width: 500px;
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);
}
}
}
}