ref(scss) Variables cleanup (#13521)

Remove some unused variables
Replace variables that are only used once with their value
This commit is contained in:
Robert Pintilii
2023-07-04 12:34:41 +03:00
committed by GitHub
parent f950dc90b9
commit 2c8dedcb85
24 changed files with 49 additions and 212 deletions

View File

@@ -25,11 +25,11 @@
}
&__link {
color: $linkFontColor;
color: #489afe;
@include transition(color .1s ease-out);
&:hover {
color: $linkHoverFontColor;
color: #287ade;
cursor: pointer;
text-decoration: none;