Replace margin/padding 20px directional literals with vars.$space-xl tokens (3 files)

This commit is contained in:
2026-04-20 18:19:10 +03:00
parent 8de1f197fd
commit 2134447664
3 changed files with 5 additions and 5 deletions
@@ -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;
}