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