diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 10:15:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 10:15:55 +0200 |
commit | 8f581725651c4b2c213d75fc028e306bbf239d3e (patch) | |
tree | 8deb842327c2a227d8e302d9a84bd9f8f9f7affa /client/src/app/modal/account-setup-warning-modal.component.scss | |
parent | 1ff15061b31245df4248e47228d0a90b07ab3f01 (diff) | |
download | PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.tar.gz PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.tar.zst PeerTube-8f581725651c4b2c213d75fc028e306bbf239d3e.zip |
Allow accounts to skip account setup modal
Diffstat (limited to 'client/src/app/modal/account-setup-warning-modal.component.scss')
-rw-r--r-- | client/src/app/modal/account-setup-warning-modal.component.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/client/src/app/modal/account-setup-warning-modal.component.scss b/client/src/app/modal/account-setup-warning-modal.component.scss new file mode 100644 index 000000000..d99edaf7a --- /dev/null +++ b/client/src/app/modal/account-setup-warning-modal.component.scss | |||
@@ -0,0 +1,32 @@ | |||
1 | @use '_mixins' as *; | ||
2 | @use '_variables' as *; | ||
3 | |||
4 | .modal-body { | ||
5 | font-size: 15px; | ||
6 | display: flex; | ||
7 | flex-direction: column; | ||
8 | align-items: center; | ||
9 | justify-content: center; | ||
10 | } | ||
11 | |||
12 | .mascot-fw { | ||
13 | width: 170px; | ||
14 | } | ||
15 | |||
16 | .mascot { | ||
17 | @include margin-right(2rem); | ||
18 | |||
19 | display: block; | ||
20 | width: 170px; | ||
21 | height: 220px; | ||
22 | } | ||
23 | |||
24 | .subtitle { | ||
25 | font-weight: $font-semibold; | ||
26 | margin-bottom: 10px; | ||
27 | font-size: 16px; | ||
28 | } | ||
29 | |||
30 | li { | ||
31 | margin-bottom: 10px; | ||
32 | } | ||