aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/welcome-modal.component.scss
blob: ab57bb99350a3a9984d13b5fa8169f88d837a46f (plain) (blame)
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
31
@import '_mixins';
@import '_variables';

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

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

.subtitle {
  font-weight: $font-semibold;
  margin-bottom: 10px;
  font-size: 16px;
}

.block-configuration,
.block-instance {
  margin-top: 30px;
}

li {
  margin-bottom: 10px;
}

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