aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/instance-config-warning-modal.component.scss
blob: 5888736c184f9db1d5b910204af0b8fd57207d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '_mixins';
@import '_variables';

.action-button-cancel {
  margin-right: 0 !important;
}

.modal-body {
  font-size: 15px;
}

li {
  margin-bottom: 10px;
}

.configure-instance {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}