Fix padding & font size on labels

This commit is contained in:
Annabel Dunstone Gray 2018-01-30 13:36:27 -07:00
parent 659e6f32d3
commit f610a0cc17
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 4 additions and 3 deletions

View file

@ -5,8 +5,9 @@
.page-title {
margin-top: 0;
.label {
font-size: initial;
.color-label {
font-size: 14px;
padding: 6px 10px;
}
}
}

View file

@ -105,7 +105,7 @@
}
.label {
padding: 8px 9px 9px;
padding: 8px 12px;
font-size: 14px;
}
}