Save
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user