mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Fix #403
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
* Fix #512 nav grouped buttons
|
* Fix #512 nav grouped buttons
|
||||||
* Fix #605 container example
|
* Fix #605 container example
|
||||||
* Fix #458 select expanded
|
* Fix #458 select expanded
|
||||||
|
* Fix #403 separate animations
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
@import "functions.sass"
|
@import "functions.sass"
|
||||||
@import "variables.sass"
|
@import "variables.sass"
|
||||||
|
@import "animations.sass"
|
||||||
@import "mixins.sass"
|
@import "mixins.sass"
|
||||||
@import "controls.sass"
|
@import "controls.sass"
|
||||||
|
|||||||
5
sass/utilities/animations.sass
Normal file
5
sass/utilities/animations.sass
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
@keyframes spinAround
|
||||||
|
from
|
||||||
|
transform: rotate(0deg)
|
||||||
|
to
|
||||||
|
transform: rotate(359deg)
|
||||||
@@ -125,12 +125,6 @@
|
|||||||
transform: rotate(-45deg)
|
transform: rotate(-45deg)
|
||||||
transform-origin: left bottom
|
transform-origin: left bottom
|
||||||
|
|
||||||
@keyframes spinAround
|
|
||||||
from
|
|
||||||
transform: rotate(0deg)
|
|
||||||
to
|
|
||||||
transform: rotate(359deg)
|
|
||||||
|
|
||||||
=loader
|
=loader
|
||||||
animation: spinAround 500ms infinite linear
|
animation: spinAround 500ms infinite linear
|
||||||
border: 2px solid $border
|
border: 2px solid $border
|
||||||
|
|||||||
Reference in New Issue
Block a user