Tokenize 8px margin literals in ScheduleStartPage + ScheduleFlightBody
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user