Fix i18n in components
[oweals/peertube.git] / client / src / app / signup / signup.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .initial-user-quota {
5   font-size: 15px;
6   margin-bottom: 20px;
7
8   .initial-user-quota-label {
9     font-weight: $font-semibold;
10   }
11
12   my-help {
13     margin-left: 5px;
14   }
15 }
16
17
18 input:not([type=submit]) {
19   @include peertube-input-text(340px);
20   display: block;
21 }
22
23 input[type=submit] {
24   @include peertube-button;
25   @include orange-button;
26 }