mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Style transport controls.
This commit is contained in:
parent
4143c8d46f
commit
7c73da211a
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
@include box-sizing(border-box)
|
||||||
@ -1,2 +1,6 @@
|
|||||||
#controls button
|
#controls button
|
||||||
@extend .icon
|
@extend .icon
|
||||||
|
font-size: 2em
|
||||||
|
width: 2em
|
||||||
|
padding: 0.5em
|
||||||
|
text-align: center
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
@import 'bourbon/bourbon'
|
||||||
|
|
||||||
@import 'includes/fonts'
|
@import 'includes/fonts'
|
||||||
@import 'common'
|
@import 'common'
|
||||||
@import 'controls'
|
@import 'controls'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user