website/assets/sass/pages/_music.sass

57 lines
773 B
Sass
Raw Normal View History

#music-header
text-align: center
2016-11-28 11:40:08 -05:00
h1
color: white
font:
size: 34px
weight: bold
2015-10-02 10:28:28 -04:00
#music-list-section
.music-list
position: relative
2015-10-02 01:33:10 -04:00
+transition(background, 200ms)
&:hover
cursor: pointer
2015-10-02 01:30:45 -04:00
background: #f0f0f0
.music-list-header
margin: 10px 0
.now-playing-list,
.music-list ol
margin-left: 15px
margin-right: 15px
color: $text-color
li
+transition(background, 200ms)
&:hover
background: #f0f0f0
a
color: $main-color
&.selected
background: #e0e0e0
li,
a
display: block
+size(100% 100%)
padding: 8px 5px
color: $text-color
text-decoration: none
+transition(color, 200ms)
2016-11-28 11:40:08 -05:00
2016-11-28 11:41:41 -05:00
#music-player-card
.mejs-container
width: 100%
.mejs-container,
.mejs-mediaelement,
.mejs-controls
background: transparent