mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
6 lines
79 B
CSS
6 lines
79 B
CSS
|
.icon {
|
||
|
fill: currentColor;
|
||
|
border-radius: 50%;
|
||
|
aspect-ratio: 1;
|
||
|
}
|