Replace 5px directional margins with vars.$space-s (2 files)

This commit is contained in:
2026-04-20 18:56:34 +03:00
parent 0b84974c7a
commit 933407832a
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@
}
&__icon {
margin-right: 5px;
margin-right: vars.$space-s;
width: 19px;
height: 19px;
color: colors.$extra-blue;
+1 -1
View File
@@ -8,7 +8,7 @@
width: 100%;
&:not(:first-child) {
margin-top: 5px;
margin-top: vars.$space-s;
}
}