mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Run just as fast as I can
To the middle of nowhere To the middle of my frustrated fears And I swear you're just like a pill Instead of makin' me better, You keep makin' me ill You keep makin' me ill adds .label-pill to replace .badge
This commit is contained in:
@@ -36,6 +36,16 @@ a.label {
|
||||
}
|
||||
}
|
||||
|
||||
// Pill labels
|
||||
//
|
||||
// Make them extra rounded with a modifier to replace v3's badges.
|
||||
|
||||
.label-pill {
|
||||
padding-left: .6em;
|
||||
padding-right: .6em;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
|
||||
// Colors
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user