Tokenize font-weight: normal → fonts.$font-regular across 3 SCSS files

This commit is contained in:
2026-04-20 20:48:27 +03:00
parent c9ee0e9043
commit 9f5ebae747
3 changed files with 3 additions and 3 deletions
@@ -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;
+1 -1
View File
@@ -72,7 +72,7 @@
&__aircraft {
font-size: 11px;
color: colors.$light-gray;
font-weight: normal;
font-weight: fonts.$font-regular;
margin-top: 4px;
}