]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.scss
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / usage-bar / usage-bar.component.scss
CommitLineData
f67539c2 1@use './src/styles/vendor/variables' as vv;
9f95a23c
TL
2
3.bg-info {
f67539c2 4 background-color: vv.$primary !important;
9f95a23c
TL
5}
6
20effc67
TL
7.bg-warning {
8 background-color: vv.$warning !important;
9}
10
11.bg-danger {
12 background-color: vv.$danger !important;
13}
14
9f95a23c 15.bg-freespace {
f67539c2 16 background-color: vv.$gray-400 !important;
9f95a23c
TL
17}
18
19.progress {
20 height: 20px;
9f95a23c 21 margin-bottom: 0;
f67539c2 22 position: relative;
9f95a23c
TL
23
24 div.progress-bar {
25 position: static;
26 }
27
28 span {
aee94f69 29 color: vv.$white;
9f95a23c 30 display: block;
9f95a23c 31 font-weight: normal;
f67539c2
TL
32 position: absolute;
33 width: 100%;
9f95a23c
TL
34 }
35}