]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_basics.scss
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles / ceph-custom / _basics.scss
index 04f365e6daacd253073bda62c1a687573e6eb4b6..5955bcecf058c0561637c4bcc96999fa50eaa0b6 100644 (file)
@@ -35,7 +35,7 @@ option {
   justify-content: center;
 }
 
-.loading {
+.loading:not(cd-api-docs *) {
   left: 50%;
   position: absolute;
   top: 50%;
@@ -74,6 +74,18 @@ option {
   white-space: pre;
 }
 
+.icon-danger-color {
+  color: vv.$danger;
+}
+
+.icon-warning-color {
+  color: vv.$warning;
+}
+
+.border-warning {
+  border-left: 4px solid vv.$warning;
+}
+
 .border-danger {
   border-left: 4px solid vv.$danger;
 }