1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/assets/css/library.css.sass
2013-12-12 11:46:09 +00:00

19 lines
287 B
Sass

#library
background: white
display: none
position: absolute
top: 0
padding: 2.5em 0 0
height: 100%
width: 100%
z-index: 2
&.show
display: block
header
@extend .header
a.close
position: absolute
right: 10px
top: 8px
@include button