]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.scss
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / create-cluster / create-cluster.component.scss
CommitLineData
a4b75251
TL
1.container-fluid {
2 align-items: flex-start;
3 display: flex;
4 padding-left: 0;
5 width: 100%;
6}
7
a4b75251
TL
8cd-hosts {
9 ::ng-deep .nav {
10 display: none;
11 }
12}
13
2a845540
TL
14cd-osd-form {
15 ::ng-deep .card {
16 border: 0;
17 }
18
19 ::ng-deep .accordion {
20 margin-left: -1.5rem;
21 }
a4b75251 22}