]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss
import ceph octopus 15.2.17
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / workbench-layout / workbench-layout.component.scss
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 position: absolute;
12 }
13
14 ::ng-deep #toast-container {
15 margin-top: 2vw;
16
17 @media (max-width: 1600px) {
18 margin-top: 2.5vw;
19 }
20
21 @media (max-width: $screen-md-max) {
22 margin-top: 9vw;
23 }
24
25 @media (max-width: 900px) {
26 margin-top: 10vw;
27 }
28
29 @media (max-width: 319px) {
30 margin-top: 11vw;
31 }
32
33 @media (max-width: 260px) {
34 margin-top: 14vw;
35 }
36 }