aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/welcome-modal.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-30 11:00:08 +0100
committerChocobozzz <me@florianbigard.com>2019-10-30 11:00:08 +0100
commit006b83927b62b4471a1ce8fd2e59282e89dccd6c (patch)
tree23c1e72d2d084f6d5c76ed7dfd8f8aeac05160ed /client/src/app/modal/welcome-modal.component.scss
parent767619f639180d28532ffb4f7919668f3e5b5772 (diff)
downloadPeerTube-006b83927b62b4471a1ce8fd2e59282e89dccd6c.tar.gz
PeerTube-006b83927b62b4471a1ce8fd2e59282e89dccd6c.tar.zst
PeerTube-006b83927b62b4471a1ce8fd2e59282e89dccd6c.zip
Add mascot in welcome modal
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.scss')
-rw-r--r--client/src/app/modal/welcome-modal.component.scss40
1 files changed, 33 insertions, 7 deletions
diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss
index 8bb6973f4..b9200115e 100644
--- a/client/src/app/modal/welcome-modal.component.scss
+++ b/client/src/app/modal/welcome-modal.component.scss
@@ -5,19 +5,28 @@
5 font-size: 15px; 5 font-size: 15px;
6} 6}
7 7
8.two-columns {
9 display: flex;
10 align-items: center;
11 justify-content: center;
12 margin-top: 50px;
13}
14
15.mascot {
16 display: block;
17 min-width: 170px;
18}
19
8.subtitle { 20.subtitle {
9 font-weight: $font-semibold; 21 font-weight: $font-semibold;
10 margin-bottom: 10px; 22 margin-bottom: 10px;
11 font-size: 16px; 23 font-size: 16px;
12} 24}
13 25
14.block-documentation .subtitle { 26.block-documentation {
15 margin-bottom: 20px; 27 .subtitle {
16} 28 margin-bottom: 20px;
17 29 }
18.block-configuration,
19.block-instance {
20 margin-top: 30px;
21} 30}
22 31
23li { 32li {
@@ -52,5 +61,22 @@ li {
52 justify-content: center; 61 justify-content: center;
53 margin-bottom: 5px; 62 margin-bottom: 5px;
54 } 63 }
64
65 .link-title,
66 div {
67 text-align: center;
68 }
55 } 69 }
56} 70}
71
72.configure-instance-button {
73 @include peertube-button;
74 @include orange-button;
75
76 display: inline-block;
77}
78
79.action-button-understood {
80 @include peertube-button;
81 @include grey-button;
82}