Tokenize 8px margin literals in ScheduleStartPage + ScheduleFlightBody

This commit is contained in:
2026-04-20 20:16:22 +03:00
parent 9250b5633a
commit 93926dedb8
2 changed files with 3 additions and 3 deletions
@@ -85,8 +85,8 @@
background: colors.$white;
border-left: 1px dashed colors.$border;
border-right: 1px dashed colors.$border;
margin-top: -8px;
margin-bottom: -8px;
margin-top: -(vars.$space-s2);
margin-bottom: -(vars.$space-s2);
font-size: fonts.$font-size-s;
color: colors.$text-color;
@@ -288,7 +288,7 @@
}
.bottom-description-text p {
margin: 0 0 8px;
margin: 0 0 vars.$space-s2;
}
.bottom-description-text p:last-child {