1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Use loading indicator provided by bulma

This commit is contained in:
heyarne 2019-02-20 15:06:15 +01:00
commit 058b8377a8
3 changed files with 7 additions and 24 deletions

View file

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