]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/+register/register.component.scss
Increase max log size for test instances
[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
6f03f944
C
47 button,
48 .skip-step {
49 margin-top: 20px;
50 margin-bottom: 20px;
51 }
8a19bee1 52
6f03f944
C
53 .skip-step,
54 button[cdkStepperNext] {
55 @include margin-left(auto);
56 }
57
58 .skip-step + button[cdkStepperNext] {
59 @include margin-left(0);
8a19bee1 60 }
d235f6b0
C
61}
62
1d5342ab 63button {
6f03f944 64 @include peertube-button-big;
e0fea785
RK
65
66 &[cdkStepperNext] {
67 @include orange-button;
e0fea785
RK
68 }
69
70 &[cdkStepperPrevious] {
71 @include grey-button;
e0fea785 72 }
d235f6b0 73}
1f20622f 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}