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