fix(dashboard): rebalance type scale
This commit is contained in:
parent
bf6e7c0cc9
commit
ff4e6c6d36
9 changed files with 48 additions and 15 deletions
|
|
@ -90,10 +90,10 @@
|
|||
max-width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
font-family: var(--ui-font-display);
|
||||
font-size: clamp(2.35rem, 3.65vw, 3.25rem);
|
||||
font-size: clamp(2.2rem, 3.3vw, 2.95rem);
|
||||
font-weight: 850;
|
||||
letter-spacing: 0;
|
||||
line-height: 0.78;
|
||||
line-height: 0.8;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
h2 {
|
||||
color: var(--ui-color-muted);
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.56rem;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
display: block;
|
||||
margin-top: 0.15rem;
|
||||
font-family: var(--ui-font-display);
|
||||
font-size: clamp(1.45rem, 2vw, 2rem);
|
||||
font-size: clamp(1.25rem, 1.75vw, 1.72rem);
|
||||
line-height: 0.82;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
p {
|
||||
margin-top: 0.2rem;
|
||||
color: var(--ui-color-muted);
|
||||
font-size: 0.52rem;
|
||||
font-size: 0.49rem;
|
||||
line-height: 1.05;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
|
|
@ -62,10 +62,10 @@
|
|||
h2 {
|
||||
margin: 0;
|
||||
font-family: var(--ui-font-display);
|
||||
font-size: clamp(1.45rem, 2.05vw, 1.95rem);
|
||||
font-size: clamp(1.25rem, 1.8vw, 1.75rem);
|
||||
font-weight: 800;
|
||||
letter-spacing: 0;
|
||||
line-height: 0.9;
|
||||
line-height: 0.92;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
h3 {
|
||||
overflow: hidden;
|
||||
font-size: 0.66rem;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 850;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.05;
|
||||
|
|
@ -92,10 +92,10 @@
|
|||
}
|
||||
|
||||
p {
|
||||
margin-top: 0.16rem;
|
||||
margin-top: 0.12rem;
|
||||
overflow: hidden;
|
||||
color: var(--ui-color-muted);
|
||||
font-size: 0.5rem;
|
||||
font-size: 0.56rem;
|
||||
line-height: 1.08;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@
|
|||
min-height: 1.12rem;
|
||||
align-items: center;
|
||||
border: var(--ui-border);
|
||||
padding: 0 0.34rem;
|
||||
padding: 0 0.3rem;
|
||||
color: var(--ui-color-muted);
|
||||
font-size: 0.52rem;
|
||||
font-size: 0.55rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
h3 {
|
||||
overflow-wrap: anywhere;
|
||||
color: inherit;
|
||||
font-size: 0.62rem;
|
||||
font-size: 0.58rem;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.02;
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
strong {
|
||||
font-family: var(--ui-font-display);
|
||||
font-size: clamp(1.75rem, 2.75vw, 2.4rem);
|
||||
font-size: clamp(1.55rem, 2.45vw, 2.22rem);
|
||||
font-weight: 800;
|
||||
letter-spacing: 0;
|
||||
line-height: 0.76;
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
p {
|
||||
overflow: hidden;
|
||||
color: var(--ui-color-muted);
|
||||
font-size: 0.53rem;
|
||||
font-size: 0.49rem;
|
||||
line-height: 1.05;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue