mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
refactor(Echo): ♻️ use CSS variable for border radius
This commit is contained in:
parent
fdc6eaee20
commit
164d79ff32
|
@ -19,6 +19,6 @@
|
|||
content: '';
|
||||
background: var( --color-progressive );
|
||||
border: 4px solid var( --color-surface-0 );
|
||||
border-radius: 100%;
|
||||
border-radius: var( --border-radius-circle );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue