]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-bar.component.scss
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / usage-bar / usage-bar.component.scss
1 @import 'defaults';
2
3 .bg-info {
4 background-color: $color-progress-bar-info-bg !important;
5 }
6
7 .bg-freespace {
8 background-color: $color-progress-bar-freespace-bg !important;
9 }
10
11 .progress {
12 height: 20px;
13 position: relative;
14 margin-bottom: 0;
15
16 div.progress-bar {
17 position: static;
18 }
19
20 span {
21 position: absolute;
22 display: block;
23 width: 100%;
24 color: $color-progress-text;
25 font-weight: normal;
26 }
27 }