font-size 22px/30px → fonts.$font-size-xl2/$font-size-xxl across 4 SCSS files
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
&__code { font-size: fonts.$font-size-s; color: colors.$light-gray; }
|
||||
&__terminal { font-size: 11px; color: colors.$light-gray; }
|
||||
|
||||
&--large { .station__city { font-size: 22px; } }
|
||||
&--large { .station__city { font-size: fonts.$font-size-xl2; } }
|
||||
&--small { .station__city { font-size: fonts.$font-size-s; } }
|
||||
}
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
&__flight-number {
|
||||
font-size: 22px;
|
||||
font-size: fonts.$font-size-xl2;
|
||||
font-weight: fonts.$font-medium;
|
||||
color: colors.$text-color;
|
||||
margin: 0;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
&__date {
|
||||
font-size: 22px;
|
||||
font-size: fonts.$font-size-xl2;
|
||||
font-weight: fonts.$font-medium;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// spans so callers don't need to override font-size.
|
||||
&__actual,
|
||||
&__scheduled {
|
||||
font-size: 30px;
|
||||
font-size: fonts.$font-size-xxl;
|
||||
font-weight: 300;
|
||||
color: colors.$text-color;
|
||||
line-height: 1.15;
|
||||
|
||||
Reference in New Issue
Block a user