1
0
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:
Dan Barber 2013-10-18 13:00:10 +01:00
parent 4143c8d46f
commit 7c73da211a
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
*
@include box-sizing(border-box)

View File

@ -1,2 +1,6 @@
#controls button
@extend .icon
font-size: 2em
width: 2em
padding: 0.5em
text-align: center

View File

@ -1,3 +1,5 @@
@import 'bourbon/bourbon'
@import 'includes/fonts'
@import 'common'
@import 'controls'