aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/config/config-global/config-global.component.scss
blob: 955c54e48a88d34b0e4cdc1e772c8d0ab82d9cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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;
}

#theme-switcher {
  align-items: left;
}