mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Add open-iconic and use icons for playback control buttons
This commit is contained in:
parent
9858cece51
commit
115f5cd3e6
6 changed files with 43 additions and 14 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@import "../../node_modules/bulma/bulma"
|
||||
@import "../../node_modules/open-iconic/font/css/open-iconic.scss"
|
||||
|
||||
// area holding content & side navi
|
||||
#app main
|
||||
|
|
@ -27,9 +28,12 @@
|
|||
.level-right
|
||||
flex-grow: 0
|
||||
flex-shrink: 1
|
||||
padding-left: .5rem
|
||||
padding-left: .5rem
|
||||
padding-right: .5rem
|
||||
|
||||
.progress.is-tiny
|
||||
height: 0.25rem
|
||||
height: .25rem
|
||||
|
||||
// cover images
|
||||
.image.is-256x256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue