]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
78884d1a4b9acb69936450a934946138894717e2
[ceph.git] /
1 @import 'defaults';
2
3 .dashboard {
4   background-color: $color-whitesmoke-gray;
5   margin: 0;
6   padding: 0;
7 }
8
9 .container-fluid {
10   overflow: auto;
11 }
12
13 ::ng-deep #toast-container {
14   margin-top: 2vw;
15
16   @media (max-width: 1600px) {
17     margin-top: 2.5vw;
18   }
19
20   @media (max-width: $screen-md-max) {
21     margin-top: 9vw;
22   }
23
24   @media (max-width: 900px) {
25     margin-top: 10vw;
26   }
27
28   @media (max-width: 319px) {
29     margin-top: 11vw;
30   }
31
32   @media (max-width: 260px) {
33     margin-top: 14vw;
34   }
35 }