aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/config/config-xds/config-xds.component.scss
blob: 42e04ee053bd5069865e54b1eef6c708f72f2d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.full-width {
  flex: 1;
  min-width: 220px;
}

nb-checkbox {
  margin-bottom: 1rem;
}

.form-inline > * {
  margin: 0 1.5rem 1.5rem 0;
}

nb-card.inline-form-card nb-card-body {
  padding-bottom: 0;
}

.fa-size-x2 {
  font-size: 22px;
}

.vcenter {
  //display: inline-block;
  //vertical-align: middle;
  margin-top: 33%;
}

.form-control:disabled {
  font-weight: lighter;
}