]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/+register/register.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 3
4c8a0991
C
4my-signup-step-title strong {
5 font-weight: $font-bold;
6}
7
bd898dd7
C
8.signup-disabled {
9 padding-top: 30vh;
10}
11
11056966 12.title-page-v2 {
6f03f944 13 background-color: pvar(--mainColorVeryLight);
6f03f944 14 margin: 0;
4c8a0991 15 padding-bottom: 10px;
6f03f944
C
16}
17
6f03f944
C
18my-instance-about-accordion {
19 display: block;
4c8a0991 20 margin-bottom: 30px;
6f03f944
C
21}
22
23.step-buttons {
1d5342ab 24 display: flex;
6f03f944
C
25 flex-wrap: wrap;
26 align-items: center;
421d935d 27
6f03f944
C
28 .skip-step {
29 @include margin-right(30px);
30
31 display: inline-block;
40360c17 32 }
832a12b0 33
6f03f944
C
34 .skip-step-description {
35 margin-top: 5px;
36 font-size: 14px;
40360c17 37 }
421d935d 38
6f03f944
C
39 .underline-orange {
40 color: pvar(--mainForegroundColor);
41
42 &:hover {
43 opacity: 0.8;
44 }
1d5342ab 45 }
1d5342ab 46
d0fbc9fd
C
47 > button {
48 @include peertube-button-big;
49
50 &[cdkStepperNext] {
51 @include orange-button;
52 }
53
54 &[cdkStepperPrevious] {
55 @include grey-button;
56 }
57 }
58
59 > button,
6f03f944
C
60 .skip-step {
61 margin-top: 20px;
62 margin-bottom: 20px;
63 }
8a19bee1 64
6f03f944
C
65 .skip-step,
66 button[cdkStepperNext] {
67 @include margin-left(auto);
68 }
69
70 .skip-step + button[cdkStepperNext] {
71 @include margin-left(0);
8a19bee1 72 }
d235f6b0
C
73}
74
1f20622f
C
75.done-loader {
76 display: flex;
77 justify-content: center;
78 flex-direction: column;
79 align-items: center;
80
81 my-loader {
82 margin-bottom: 20px;
6f03f944
C
83 }
84}
1f20622f 85
6f03f944
C
86@media screen and (max-width: $small-view) {
87 .step-buttons {
88 justify-content: space-between;
1f20622f 89
6f03f944
C
90 .skip-step,
91 button[cdkStepperNext] {
92 @include margin-left(0);
1f20622f
C
93 }
94 }
95}