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