mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Use loading indicator provided by bulma
This commit is contained in:
parent
a8646aef6b
commit
058b8377a8
3 changed files with 7 additions and 24 deletions
|
|
@ -17,6 +17,11 @@
|
|||
.loader
|
||||
+loader
|
||||
|
||||
// small loading indicator at top of content
|
||||
.breadcrumb
|
||||
.loader
|
||||
margin-left: .5em
|
||||
|
||||
// bottom bar
|
||||
.has-navbar-fixed-bottom
|
||||
padding-bottom: 64px
|
||||
|
|
@ -189,7 +194,6 @@
|
|||
.media-content
|
||||
align-self: center
|
||||
|
||||
|
||||
// floating notifications
|
||||
.notifications:not(:empty)
|
||||
@extend .container
|
||||
|
|
@ -199,21 +203,6 @@
|
|||
right: 0
|
||||
padding-top: 3.2rem
|
||||
|
||||
// loading indicator
|
||||
@keyframes you-spin-my-head-right-round
|
||||
from
|
||||
transform: rotate(0deg)
|
||||
transform-origin: 50% 46%
|
||||
|
||||
to
|
||||
transform: rotate(359deg)
|
||||
transform-origin: 50% 46%
|
||||
|
||||
.loading-spinner
|
||||
.icon
|
||||
animation: 1s infinite you-spin-my-head-right-round
|
||||
|
||||
|
||||
// route specific styling
|
||||
.search
|
||||
.content .section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue