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

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

li {
  margin-bottom: 10px;
}

.mascot {
  display: block;
  margin: 0 auto 50px;
  width: 25%;
}