summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.scss
blob: 313f3193bfbabe24f1b02b38c75fbf866f70dc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.container-fluid {
  align-items: flex-start;
  display: flex;
  padding-left: 0;
  width: 100%;
}

cd-hosts {
  ::ng-deep .nav {
    display: none;
  }
}

cd-osd-form {
  ::ng-deep .card {
    border: 0;
  }

  ::ng-deep .accordion {
    margin-left: -1.5rem;
  }
}