]> git.proxmox.com Git - ceph.git/blobdiff - 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
index a2e88899a66e261ca6682178fd0c3be7b0c8f56f..313f3193bfbabe24f1b02b38c75fbf866f70dc45 100644 (file)
@@ -1,5 +1,3 @@
-@use './src/styles/vendor/variables' as vv;
-
 .container-fluid {
   align-items: flex-start;
   display: flex;
@@ -7,24 +5,18 @@
   width: 100%;
 }
 
-.card-body {
-  max-width: 85%;
-}
-
-.vertical-line {
-  border-left: 1px solid vv.$gray-400;
-}
-
-cd-wizard {
-  width: 15%;
-}
-
 cd-hosts {
   ::ng-deep .nav {
     display: none;
   }
 }
 
-.alignForm {
-  margin-left: -1%;
+cd-osd-form {
+  ::ng-deep .card {
+    border: 0;
+  }
+
+  ::ng-deep .accordion {
+    margin-left: -1.5rem;
+  }
 }