| 1234567891011121314151617181920212223 | 
							- .label {
 
-     @include border-radius(0);
 
- }
 
- .label-primary {
 
-     background-color: #1f91f3;
 
- }
 
- .label-success {
 
-     background-color: #2b982b;
 
- }
 
- .label-info {
 
-     background-color: #00b0e4;
 
- }
 
- .label-warning {
 
-     background-color: #ff9600;
 
- }
 
- .label-danger {
 
-     background-color: #fb483a;
 
- }
 
 
  |