1234567891011121314151617181920212223 |
- .label {
- display: inline;
- padding: .24em .6em .34em;
- font-size: 87%;
- font-weight: 600;
- line-height: 1;
- color: $white;
- text-align: center;
- white-space: nowrap;
- vertical-align: baseline;
- border-radius: .25em;
- cursor: pointer;
- margin-bottom: 4px;
- }
- .label.bg-default {
- color: $font-color;
- font-weight: 700;
- }
- .badge {
- margin-bottom: 4px;
- }
|