]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / labels.less
CommitLineData
31f18b77
FG
1/*
2 * Component: Label
3 * ----------------
4 */
5.label-default {
6 background-color: @gray;
7 color: #444;
8}
9
10.label-danger {
11 &:extend(.bg-red);
12}
13
14.label-info {
15 &:extend(.bg-aqua);
16}
17
18.label-warning {
19 &:extend(.bg-yellow);
20}
21
22.label-primary {
23 &:extend(.bg-light-blue);
24}
25
26.label-success {
27 &:extend(.bg-green);
28}