7 lines
110 B
CSS
7 lines
110 B
CSS
|
|
[data-component="spinner"] {
|
||
|
|
color: var(--text-base);
|
||
|
|
flex-shrink: 0;
|
||
|
|
width: 18px;
|
||
|
|
aspect-ratio: 1;
|
||
|
|
}
|