Replace 5px directional margins with vars.$space-s (2 files)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
}
|
||||
|
||||
&__icon {
|
||||
margin-right: 5px;
|
||||
margin-right: vars.$space-s;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
color: colors.$extra-blue;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
width: 100%;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 5px;
|
||||
margin-top: vars.$space-s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user