font-size: 10px → fonts.$font-size-xs across 5 feature SCSS files

This commit is contained in:
2026-04-20 17:35:44 +03:00
parent 2037ba0141
commit 42e595cb16
5 changed files with 7 additions and 7 deletions
@@ -166,7 +166,7 @@
justify-content: flex-end;
align-items: center;
text-align: center;
font-size: 10px;
font-size: fonts.$font-size-xs;
color: colors.$blue;
width: 60px;
height: 55px;
@@ -216,13 +216,13 @@
&-offset {
font-weight: normal;
font-size: 10px;
font-size: fonts.$font-size-xs;
color: colors.$light-gray;
margin-left: 4px;
}
&-date {
font-size: 10px;
font-size: fonts.$font-size-xs;
color: colors.$text-color;
}
}
@@ -102,7 +102,7 @@
align-items: flex-start;
.sort-note {
font-size: 10px;
font-size: fonts.$font-size-xs;
margin-right: 3px;
margin-top: -1px;
}
@@ -176,14 +176,14 @@
// superscript) with a slightly softer blue.
&__day-change {
margin-left: 4px;
font-size: 10px;
font-size: fonts.$font-size-xs;
font-weight: fonts.$font-regular;
color: colors.$blue-light;
vertical-align: baseline;
}
&__time-date {
font-size: 10px;
font-size: fonts.$font-size-xs;
color: colors.$text-color;
}
}
@@ -125,7 +125,7 @@
align-items: flex-start;
.sort-note {
font-size: 10px;
font-size: fonts.$font-size-xs;
margin-right: 3px;
margin-top: -1px;
}