]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
3de3264f199f638a3a01e37f0a9c60c8dd5eaa7f
[ceph-ci.git] /
1 @use './src/styles/defaults/bootstrap-defaults' as bd;
2
3 .dashboard {
4   background-color: bd.$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: bd.$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 }