]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / workbench-layout / workbench-layout.component.scss
CommitLineData
f67539c2 1@use './src/styles/vendor/variables' as vv;
9f95a23c
TL
2
3.dashboard {
f67539c2 4 background-color: vv.$body-bg-alt;
9f95a23c
TL
5 margin: 0;
6 padding: 0;
7}
8
9.container-fluid {
10 overflow: auto;
11}