aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/instance-config-warning-modal.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/modal/instance-config-warning-modal.component.scss')
-rw-r--r--client/src/app/modal/instance-config-warning-modal.component.scss10
1 files changed, 2 insertions, 8 deletions
diff --git a/client/src/app/modal/instance-config-warning-modal.component.scss b/client/src/app/modal/instance-config-warning-modal.component.scss
index 4a76a1319..cc97d64e4 100644
--- a/client/src/app/modal/instance-config-warning-modal.component.scss
+++ b/client/src/app/modal/instance-config-warning-modal.component.scss
@@ -13,17 +13,10 @@ li {
13 margin-bottom: 10px; 13 margin-bottom: 10px;
14} 14}
15 15
16.configure-instance {
17 text-align: center;
18 font-weight: 600;
19 font-size: 18px;
20 margin-top: 40px;
21 margin-bottom: 10px;
22}
23
24.mascot { 16.mascot {
25 display: block; 17 display: block;
26 margin: 0 auto 50px; 18 margin: 0 auto 50px;
19 width: 25%;
27} 20}
28 21
29.action-button-configure { 22.action-button-configure {
@@ -31,4 +24,5 @@ li {
31 24
32 @include peertube-button; 25 @include peertube-button;
33 @include orange-button; 26 @include orange-button;
27 @include disable-default-a-behaviour;
34} 28}