We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473359e commit e8d6b91Copy full SHA for e8d6b91
app/components/stats-value.module.css
@@ -6,26 +6,26 @@
6
}
7
8
.value {
9
- font-size: 30px;
+ font-size: var(--space-m-l);
10
font-weight: bold;
11
- line-height: 30px;
+ line-height: 1em;
12
13
14
.label {
15
grid-column: 1;
16
grid-row: 2;
17
color: #76838a;
18
- font-size: 16px;
+ font-size: var(--space-s);
19
font-weight: normal;
20
- line-height: 27px;
+ line-height: 1.6;
21
22
23
.icon {
24
grid-column: 2;
25
grid-row: 1 / 3;
26
- width: 40px;
27
- height: 40px;
28
- margin-left: 16px;
29
- margin-top: 4px;
+ width: var(--space-l-xl);
+ height: var(--space-l-xl);
+ margin-left: var(--space-s);
+ margin-top: var(--space-3xs);
30
31
0 commit comments