diff options
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.scss')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index 6214f3b9d..c04772546 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss | |||
@@ -12,9 +12,14 @@ | |||
12 | margin-top: 50px; | 12 | margin-top: 50px; |
13 | } | 13 | } |
14 | 14 | ||
15 | .mascot-fw { | ||
16 | width: 170px; | ||
17 | } | ||
18 | |||
15 | .mascot { | 19 | .mascot { |
16 | display: block; | 20 | display: block; |
17 | min-width: 170px; | 21 | min-width: 170px; |
22 | margin-right: 2rem; | ||
18 | } | 23 | } |
19 | 24 | ||
20 | .subtitle { | 25 | .subtitle { |
@@ -73,6 +78,7 @@ li { | |||
73 | .configure-instance-button { | 78 | .configure-instance-button { |
74 | @include peertube-button; | 79 | @include peertube-button; |
75 | @include orange-button; | 80 | @include orange-button; |
81 | @include disable-default-a-behaviour; | ||
76 | 82 | ||
77 | display: inline-block; | 83 | display: inline-block; |
78 | } | 84 | } |