mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Use em for controls
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.message-body
|
||||
border: 1px solid $border
|
||||
border-radius: $radius
|
||||
padding: 12px 15px
|
||||
padding: 0.8rem 1rem
|
||||
strong
|
||||
color: inherit
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
background-color: $text
|
||||
border-radius: $radius $radius 0 0
|
||||
color: $text-invert
|
||||
padding: 7px 10px
|
||||
padding: 0.4rem 0.8rem
|
||||
strong
|
||||
color: inherit
|
||||
& + .message-body
|
||||
|
||||
Reference in New Issue
Block a user