mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
8 lines
193 B
SCSS
8 lines
193 B
SCSS
%progress-indeterminate {
|
|
@extend %loading-svg-prop;
|
|
background-image: var(--loading-svg);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|