all
This commit is contained in:
23
Productivite/Snipe-IT/resources/assets/less/labels.less
Normal file
23
Productivite/Snipe-IT/resources/assets/less/labels.less
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Component: Label
|
||||
* ----------------
|
||||
*/
|
||||
.label-default {
|
||||
background-color: @gray;
|
||||
color: #444;
|
||||
}
|
||||
.label-danger {
|
||||
&:extend(.bg-red);
|
||||
}
|
||||
.label-info {
|
||||
&:extend(.bg-aqua);
|
||||
}
|
||||
.label-warning {
|
||||
&:extend(.bg-yellow);
|
||||
}
|
||||
.label-primary {
|
||||
&:extend(.bg-light-blue);
|
||||
}
|
||||
.label-success {
|
||||
&:extend(.bg-green);
|
||||
}
|
Reference in New Issue
Block a user