Add NSFW info in about page
[oweals/peertube.git] / client / src / app / signup / signup.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 my-instance-features-table {
5   display: block;
6
7   margin-bottom: 40px;
8 }
9
10 form {
11   margin: 0 60px 40px 0;
12 }
13
14 .form-group-terms {
15   margin: 30px 0;
16 }
17
18 .input-group {
19   @include peertube-input-group(400px);
20 }
21
22 .input-group-append {
23   height: 30px;
24 }
25
26 input:not([type=submit]) {
27   @include peertube-input-text(400px);
28   display: block;
29
30   &#username {
31     width: auto;
32     flex-grow: 1;
33   }
34 }
35
36 input[type=submit] {
37   @include peertube-button;
38   @include orange-button;
39 }