52a62f2b8d
UI to accompany the new ACLs APIs
14 lines
255 B
SCSS
14 lines
255 B
SCSS
%progress-native {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
%progress-native::-webkit-progress-bar,
|
|
%progress-native::-webkit-progress-value {
|
|
display: none;
|
|
}
|
|
%progress-indeterminate {
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|