Use em for controls

This commit is contained in:
Jeremy Thomas
2016-10-29 18:53:30 +01:00
parent 6012880751
commit a2afb61ffe
16 changed files with 542 additions and 1476 deletions

View File

@@ -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