]>
Commit | Line | Data |
---|---|---|
43d0ea7f C |
1 | @import '_mixins'; |
2 | @import '_variables'; | |
3 | ||
4 | .action-button-cancel { | |
5 | margin-right: 0 !important; | |
6 | } | |
589d9f55 C |
7 | |
8 | .modal-body { | |
9 | font-size: 15px; | |
10 | } | |
11 | ||
12 | li { | |
13 | margin-bottom: 10px; | |
14 | } | |
15 | ||
16 | .configure-instance { | |
17 | text-align: center; | |
18 | font-weight: 600; | |
19 | font-size: 18px; | |
592c735c C |
20 | margin-top: 40px; |
21 | margin-bottom: 10px; | |
589d9f55 | 22 | } |
2377a7f3 C |
23 | |
24 | .mascot { | |
25 | display: block; | |
26 | margin: 0 auto 50px; | |
27 | } | |
28 | ||
29 | .action-button-configure { | |
30 | display: inline-block; | |
31 | ||
32 | @include peertube-button; | |
33 | @include orange-button; | |
34 | } |