]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
62417cf10e070dedf6dfb0cb09face2b3f9fa4e7
[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   padding-bottom: 48px;
8 }
9
10 .container-fluid {
11   overflow: auto;
12   padding-bottom: 100px;
13   position: absolute;
14   top: 48px;
15 }
16
17 .rgw-dashboard {
18   background-color: vv.$body-bg-alt;
19 }
20
21 .cd-alert-container {
22   display: flex;
23   flex-direction: column;
24 }