Tokenize font-weight: normal → fonts.$font-regular across 3 SCSS files
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
}
|
||||
|
||||
&-offset {
|
||||
font-weight: normal;
|
||||
font-weight: fonts.$font-regular;
|
||||
font-size: fonts.$font-size-xs;
|
||||
color: colors.$light-gray;
|
||||
margin-left: 4px;
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: vars.$space-m;
|
||||
font-weight: normal;
|
||||
font-weight: fonts.$font-regular;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
font-size: fonts.$font-size-m;
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
&__aircraft {
|
||||
font-size: 11px;
|
||||
color: colors.$light-gray;
|
||||
font-weight: normal;
|
||||
font-weight: fonts.$font-regular;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user