Replace margin/padding 20px directional literals with vars.$space-xl tokens (3 files)
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
&__days-section {
|
||||
margin-top: 20px;
|
||||
margin-top: vars.$space-xl;
|
||||
}
|
||||
|
||||
// 'Дни выполнения рейса' label — Angular shows it in sentence case at
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
h2 {
|
||||
padding: 50px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: vars.$space-xl;
|
||||
}
|
||||
|
||||
.titles-container {
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
h2 {
|
||||
padding: 50px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: vars.$space-xl;
|
||||
}
|
||||
|
||||
.titles-container {
|
||||
@@ -270,7 +270,7 @@
|
||||
// color override on the text block, no link restyling (Angular leaves
|
||||
// `a` unstyled here so the global link mixin takes over).
|
||||
.bottom-description-frame {
|
||||
margin-top: 20px;
|
||||
margin-top: vars.$space-xl;
|
||||
}
|
||||
|
||||
.bottom-description-container {
|
||||
@@ -283,7 +283,7 @@
|
||||
}
|
||||
|
||||
.bottom-description-text {
|
||||
margin-top: 20px;
|
||||
margin-top: vars.$space-xl;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user