1
0

Update CSS guidelines + Prefer rem

This commit is contained in:
venashial
2022-06-07 14:00:53 -07:00
parent c9ec9f14de
commit eb171ecb21
52 changed files with 768 additions and 606 deletions

View File

@@ -13,8 +13,8 @@
font-weight: var(--font-weight-bold);
display: inline;
position: relative;
padding-left: 0.9rem;
line-height: 1rem;
padding-left: 1rem;
line-height: 1em;
&--color-green {
color: var(--color-badge-green-text);
@@ -40,7 +40,7 @@
content: '';
display: inline-block;
width: 0.5rem;
height: 0.5rem;
aspect-ratio: 1 / 1;
border-radius: 50%;
background-color: var(--color-dot);
position: absolute;