aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/instance-config-warning-modal.component.scss
blob: cc97d64e404b2b0d1c8d422f657c7600c10c7c39 (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
@import '_mixins';
@import '_variables';

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

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

li {
  margin-bottom: 10px;
}

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

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

  @include peertube-button;
  @include orange-button;
  @include disable-default-a-behaviour;
}