mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
7d89e519a2
UI to accompany the new ACLs APIs
7 lines
158 B
SCSS
7 lines
158 B
SCSS
%progress-indeterminate {
|
|
background-image: $loading-svg;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
}
|