]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
ff4e21af663e11cf9f1ccef710910ada68dfb116
[ceph-ci.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   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 }