]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/modal/welcome-modal.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / welcome-modal.component.scss
CommitLineData
8cbc40b2
C
1@use '_mixins' as *;
2@use '_variables' as *;
43d0ea7f
C
3
4.modal-body {
5 font-size: 15px;
6}
7
006b8392
C
8.two-columns {
9 display: flex;
10 align-items: center;
11 justify-content: center;
12 margin-top: 50px;
13}
14
80c7779e
RK
15.mascot-fw {
16 width: 170px;
17}
18
006b8392 19.mascot {
27bc9586
C
20 @include margin-right(2rem);
21
006b8392
C
22 display: block;
23 min-width: 170px;
24}
25
43d0ea7f
C
26.subtitle {
27 font-weight: $font-semibold;
28 margin-bottom: 10px;
29 font-size: 16px;
30}
31
006b8392
C
32.block-documentation {
33 .subtitle {
34 margin-bottom: 20px;
35 }
43d0ea7f
C
36}
37
38li {
39 margin-bottom: 10px;
40}
41
42.configure-instance {
43 text-align: center;
44 font-weight: 600;
45 font-size: 18px;
931d3430 46 margin: 20px 0 40px;
592c735c
C
47}
48
49.columns {
50 display: flex;
266947e5 51}
592c735c 52
266947e5
C
53.link-block {
54 @include disable-default-a-behaviour;
592c735c 55
266947e5
C
56 color: pvar(--mainForegroundColor);
57 padding: 10px;
58 transition: background-color 0.2s ease-in;
59 flex-basis: 33%;
006b8392 60
266947e5
C
61 &:hover {
62 background-color: rgba(0, 0, 0, 0.05);
592c735c 63 }
006b8392 64
266947e5
C
65 .link-title {
66 font-size: 16px;
67 font-weight: $font-semibold;
68 display: flex;
69 justify-content: center;
70 margin-bottom: 5px;
71 }
006b8392 72
266947e5
C
73 .link-title,
74 div {
75 text-align: center;
76 }
006b8392 77}