diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:55:25 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:57:10 +0200 |
commit | 80c7779efeab644410dee2f21428322b1f0e3500 (patch) | |
tree | 7b7d84e6f3a5f30189f98d36eaa97eaa9b7ae557 /client/src/app/modal/instance-config-warning-modal.component.scss | |
parent | 4282dafc826f5ca72598aa5446122eb6da3aed27 (diff) | |
download | PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.gz PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.zst PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.zip |
fix mascot sizes, fix tick, delete extraneous .png icons
follows PR #2822
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.scss | 10 |
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 | } |