mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-04 12:57:23 +02:00
Spinner tweaks
This commit is contained in:
1
dist/mini-default.css
vendored
1
dist/mini-default.css
vendored
@@ -1198,6 +1198,7 @@ progress {
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-animation: spinner-donut-anim 1.2s linear infinite;
|
||||
animation: spinner-donut-anim 1.2s linear infinite; }
|
||||
|
||||
.hidden {
|
||||
|
2
dist/mini-default.min.css
vendored
2
dist/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -544,3 +544,4 @@
|
||||
- Tweaks in the `core` module to use a `px`-based root in the `html` element.
|
||||
- Tweaks in the `core` module to use the "native font stack" - See here: https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
|
||||
- Documented basic `progress` module's `progress` element structure.
|
||||
- Added `spinner` support for older `webkit`-based browsers.
|
||||
|
@@ -164,7 +164,8 @@ progress {
|
||||
border-radius: 50%;
|
||||
width: $spinner-donut-size;
|
||||
height: $spinner-donut-size;
|
||||
animation: spinner-donut-anim 1.2s linear infinite;
|
||||
-webkit-animation: spinner-donut-anim 1.2s linear infinite;
|
||||
animation: spinner-donut-anim 1.2s linear infinite;
|
||||
}
|
||||
// Mixin for alternate donut spinner colors (spinner donut color variants).
|
||||
// Variables:
|
||||
|
Reference in New Issue
Block a user