remove ceph code
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / less / labels.less
diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less
deleted file mode 100644 (file)
index 902ca00..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * 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);
-}