]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+signup/+register/register.component.scss
WIP plugins: update plugin
[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;
11 justify-content: space-between;
12 flex-wrap: wrap;
13
14 & > div {
15 margin-bottom: 40px;
16 width: 450px;
17
18 @media screen and (max-width: 500px) {
19 width: auto;
20 }
21 }
22}
23
41a676db
C
24my-instance-features-table {
25 display: block;
5afdd0a5 26
41a676db 27 margin-bottom: 40px;
5afdd0a5
C
28}
29
b4a929ac
C
30.form-group-terms {
31 margin: 30px 0;
32}
5afdd0a5 33
8a19bee1 34.input-group {
41a676db 35 @include peertube-input-group(400px);
8a19bee1
C
36}
37
07872fdf
RK
38.input-group-append {
39 height: 30px;
40}
41
d235f6b0 42input:not([type=submit]) {
41a676db 43 @include peertube-input-text(400px);
1d5342ab 44
d235f6b0 45 display: block;
8a19bee1 46
1d5342ab
C
47 &#username,
48 &#name {
49 width: auto !important;
8a19bee1
C
50 flex-grow: 1;
51 }
d235f6b0
C
52}
53
1d5342ab
C
54input[type=submit],
55button {
d235f6b0 56 @include peertube-button;
7b272fd7 57 @include orange-button;
d235f6b0 58}
1f20622f
C
59
60.name-information {
61 margin-top: 10px;
62}
63
64.done-loader {
65 display: flex;
66 justify-content: center;
67 flex-direction: column;
68 align-items: center;
69
70 my-loader {
71 margin-bottom: 20px;
72
73 /deep/ .loader div {
74 border-color: var(--mainColor) transparent transparent transparent;
75 }
76
77 & + div {
78 font-size: 15px;
79 }
80 }
81}