mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Add dark sidebar
This commit is contained in:
parent
a01a419a7d
commit
45d5a4bd04
4 changed files with 40 additions and 13 deletions
|
|
@ -1,5 +1,19 @@
|
|||
@import "../../node_modules/bulma/bulma"
|
||||
|
||||
// navi on the left side
|
||||
.sidebar
|
||||
background: $dark
|
||||
a
|
||||
color: $light
|
||||
|
||||
// bottom bar
|
||||
.playback-area
|
||||
background: $dark
|
||||
color: $light
|
||||
|
||||
.navbar-menu
|
||||
align-items: center
|
||||
|
||||
.progress.is-tiny
|
||||
height: 0.25rem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue