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/welcome-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/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 | } |