mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Restructure controls, Remove vertical padding from controls, Fix panel
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
margin-top: -20px
|
||||
|
||||
.card-footer
|
||||
background: $background
|
||||
border-top: 1px solid $border
|
||||
align-items: stretch
|
||||
display: flex
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user