]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/styles.scss
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles.scss
index 6253ec6cf46dc1511519c1a6d2831e73c7b802a2..fc6a9a25446780f6e8b53f3866b3a1a53ba0a494 100644 (file)
@@ -217,3 +217,24 @@ a.btn-light {
 .badge-dark {
   @extend .badge, .bg-dark;
 }
+
+formly-form {
+  .ng-touched.ng-invalid {
+    @extend .is-invalid;
+  }
+
+  .ng-touched.ng-valid {
+    @extend .is-valid;
+  }
+
+  .form-label {
+    @extend .cd-col-form-label;
+    text-align: start;
+    white-space: nowrap;
+    width: fit-content;
+
+    span[aria-hidden='true'] {
+      color: $danger;
+    }
+  }
+}