You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/styles/components/progress/layout.scss

14 lines
255 B

%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;
}