showcar-ui
Version:
Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.
16 lines (12 loc) • 564 B
Markdown
<h2>Spinner with percentage value<span class="status approved">Approved</span></h2>
#### How to choose spinner?
We suggest you these simple rules:
1) On blue or orange background use the semi-transparent version - `sc-spinner`
2) On white background use orange version - `sc-spinner orange`
3) On light grey background use grey version - `sc-spinner grey`
Note that background-color and `sc-absolute-center` to the div wrapper in example are added only for example styling
<style>
#spinner-percentage .sample{
background-color: #808080;
}
</style>