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

43 lines
848 B
Sass

#transport
position: fixed
bottom: 0
width: $interface-width
background: rgba(248, 248, 248, 0.95)
border-top: 1px solid rgba(0, 0, 0, 0.1)
text-align: center
button
@extend .icon
font-size: 2em
width: 23%
padding: 0.5em
text-align: center
border: none
background: none
color: black
&:hover, &:focus
text-shadow: 0 0 10px rgba(255, 255, 255, 1)
.scrubber
@include clearfix
padding: 0.5em 25px 0
.time
font-size: 0.75em
.elapsed
float: left
.total
float: right
.track
position: relative
width: calc(100% - 4.5rem)
margin: 0.25em auto
height: 7px
background: rgba(127, 127, 127, 0.2)
.marker
position: absolute
background: #FD2D57
margin-left: -1px
margin-top: -4px
width: 2px
height: 15px