mirror of https://github.com/hashicorp/consul
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;
|
||
|
}
|