mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
fix(ui): use rem as unit for badge-pill in the group header
This commit is contained in:
@@ -20,9 +20,18 @@
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
/* badge class uses em and we modify font sizes a bit, so switch to rem */
|
||||
span.badge.components-label:not(.badge-pill) {
|
||||
/* badge class uses em and we modify font sizes a bit, so switch to rem */
|
||||
padding: 0.25rem 0.4rem;
|
||||
padding-left: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
span.badge.components-label.badge-pill {
|
||||
padding-right: 0.6rem;
|
||||
padding-left: 0.6rem;
|
||||
}
|
||||
span.badge.components-label {
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.components-label-bright {
|
||||
|
||||
Reference in New Issue
Block a user