]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/app.component.scss
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / app.component.scss
1 @import '../defaults';
2
3 .dashboard {
4 background-color: $color-whitesmoke-gray;
5 margin: 0;
6 padding: 0;
7 }
8
9 ::ng-deep #toast-container {
10 margin-top: 2vw;
11
12 @media (max-width: 1600px) {
13 margin-top: 2.5vw;
14 }
15
16 @media (max-width: $screen-sm-max) {
17 margin-top: 9vw;
18 }
19
20 @media (max-width: 900px) {
21 margin-top: 10vw;
22 }
23
24 @media (max-width: 319px) {
25 margin-top: 11vw;
26 }
27
28 @media (max-width: 260px) {
29 margin-top: 14vw;
30 }
31 }