Restructure controls, Remove vertical padding from controls, Fix panel

This commit is contained in:
Jeremy Thomas
2016-05-05 21:54:32 +01:00
parent dc533827a1
commit 53ac20f199
9 changed files with 75 additions and 64 deletions

View File

@@ -29,7 +29,6 @@
margin-top: -20px
.card-footer
background: $background
border-top: 1px solid $border
align-items: stretch
display: flex

View File

@@ -43,11 +43,13 @@
display: block
line-height: 16px
padding: 10px
&:hover
background: $background
&:not(:last-child)
border-bottom: 1px solid $border
a.panel-block
&:hover
background: $background
.panel
border: 1px solid $border
border-radius: 5px