]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/create-cluster/create-cluster.component.scss
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / create-cluster / create-cluster.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 .container-fluid {
4 align-items: flex-start;
5 display: flex;
6 padding-left: 0;
7 width: 100%;
8 }
9
10 .card-body {
11 max-width: 85%;
12 }
13
14 .vertical-line {
15 border-left: 1px solid vv.$gray-400;
16 }
17
18 cd-wizard {
19 width: 15%;
20 }
21
22 cd-hosts {
23 ::ng-deep .nav {
24 display: none;
25 }
26 }
27
28 .alignForm {
29 margin-left: -1%;
30 }