summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/components/critical-confirmation-modal/critical-confirmation-modal.component.scss
blob: 979cb13fe228fddd5c9d0c7a5639cb1b00519240 (plain)
1
2
3
4
5
6
7
8
9
10
11
.modal-body .question {
  margin-top: 1em;
}

.modal-body label {
  font-weight: bold;
}

.modal-body .question .form-check {
  padding-top: 7px;
}