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