1
0
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:
Angelos Chalaris
2016-11-25 14:32:50 +02:00
parent 2a0d9c3fff
commit 4f30eba776
4 changed files with 5 additions and 2 deletions

View File

@@ -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 {

File diff suppressed because one or more lines are too long

View File

@@ -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.

View File

@@ -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: