_labels.scss 296 B

1234567891011121314151617181920212223
  1. .label {
  2. @include border-radius(0);
  3. }
  4. .label-primary {
  5. background-color: #1f91f3;
  6. }
  7. .label-success {
  8. background-color: #2b982b;
  9. }
  10. .label-info {
  11. background-color: #00b0e4;
  12. }
  13. .label-warning {
  14. background-color: #ff9600;
  15. }
  16. .label-danger {
  17. background-color: #fb483a;
  18. }