]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/+register/register.component.scss
improvements to login and sign-up pages (#3357)
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
1d5342ab
C
4.alert {
5 font-size: 15px;
6 text-align: center;
7}
8
9.wrapper {
10 display: flex;
40360c17 11 flex-direction: column;
421d935d 12
40360c17
K
13 .register-form {
14 max-width: 600px;
15 align-self: center;
16 }
832a12b0 17
40360c17
K
18 .register-form,
19 .instance-information {
20 width: 100%;
21 }
421d935d 22
40360c17
K
23 .instance-information {
24 margin-bottom: 15px;
1d5342ab
C
25 }
26}
27
b4a929ac
C
28.form-group-terms {
29 margin: 30px 0;
30}
5afdd0a5 31
8a19bee1 32.input-group {
40360c17 33 @include peertube-input-group(100%);
8a19bee1
C
34}
35
25a42e29
RK
36.input-group-append {
37 height: 30px;
38}
39
40360c17
K
40.form-group-terms {
41 width: 100% !important;
42}
43
d235f6b0 44input:not([type=submit]) {
40360c17 45 @include peertube-input-text(100%);
d235f6b0 46 display: block;
8a19bee1 47
1d5342ab
C
48 &#username,
49 &#name {
50 width: auto !important;
8a19bee1
C
51 flex-grow: 1;
52 }
d235f6b0
C
53}
54
1d5342ab
C
55input[type=submit],
56button {
d235f6b0 57 @include peertube-button;
7b272fd7 58 @include orange-button;
d235f6b0 59}
1f20622f
C
60
61.name-information {
62 margin-top: 10px;
63}
64
65.done-loader {
66 display: flex;
67 justify-content: center;
68 flex-direction: column;
69 align-items: center;
70
71 my-loader {
72 margin-bottom: 20px;
73
03652b31 74 ::ng-deep .loader div {
e66883b3 75 border-color: pvar(--mainColor) transparent transparent transparent;
1f20622f
C
76 }
77
78 & + div {
79 font-size: 15px;
80 }
81 }
82}