]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
321f684da291545642187e042a660abff6a03199
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 .dashboard {
4   background-color: vv.$body-bg-alt;
5   margin: 0;
6   padding: 0;
7 }
8
9 .container-fluid {
10   overflow: auto;
11   padding-bottom: 48px;
12   position: absolute;
13   top: 48px;
14 }
15
16 .rgw-dashboard {
17   background-color: vv.$body-bg-alt;
18 }
19
20 .cd-alert-container {
21   display: flex;
22   flex-direction: column;
23 }