]>
Commit | Line | Data |
---|---|---|
43d0ea7f C |
1 | @import '_mixins'; |
2 | @import '_variables'; | |
3 | ||
4 | .modal-body { | |
5 | font-size: 15px; | |
6 | } | |
7 | ||
43d0ea7f C |
8 | .subtitle { |
9 | font-weight: $font-semibold; | |
10 | margin-bottom: 10px; | |
11 | font-size: 16px; | |
12 | } | |
13 | ||
14 | .block-configuration, | |
15 | .block-instance { | |
16 | margin-top: 30px; | |
17 | } | |
18 | ||
19 | li { | |
20 | margin-bottom: 10px; | |
21 | } | |
22 | ||
23 | .configure-instance { | |
24 | text-align: center; | |
25 | font-weight: 600; | |
26 | font-size: 18px; | |
27 | } |