summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/crud-form.component.scss
blob: 6d21e4c2d89e35b66b9220f21f0e3db24e563176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@use './src/styles/vendor/variables' as vv;

::ng-deep json-schema-form {
  label.control-label.hidden {
    display: none;
  }

  .form-group.schema-form-submit p {
    display: none;
  }

  legend {
    font-weight: 100 !important;
  }

  .card-footer {
    border: 1px solid rgba(0, 0, 0, 0.125);
    left: -1px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
}