aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/instance-config-warning-modal.component.scss
blob: 4a76a13190d0de702bbbf64d7d8eef8f9b72ee33 (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
32
33
34
@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;
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.action-button-configure {
  display: inline-block;

  @include peertube-button;
  @include orange-button;
}