_label.scss 390 B

1234567891011121314151617181920212223
  1. .label {
  2. display: inline;
  3. padding: .24em .6em .34em;
  4. font-size: 87%;
  5. font-weight: 600;
  6. line-height: 1;
  7. color: $white;
  8. text-align: center;
  9. white-space: nowrap;
  10. vertical-align: baseline;
  11. border-radius: .25em;
  12. cursor: pointer;
  13. margin-bottom: 4px;
  14. }
  15. .label.bg-default {
  16. color: $font-color;
  17. font-weight: 700;
  18. }
  19. .badge {
  20. margin-bottom: 4px;
  21. }