]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+signup/+register/steps/step.component.scss
Improve wait transcoding help
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / steps / step.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 input:not([type=submit]) {
5 @include peertube-input-text(100%);
6 display: block;
7
8 &#username,
9 &#name {
10 width: auto !important;
11 flex-grow: 1;
12 }
13 }
14
15 input[type=submit],
16 button {
17 @include peertube-button;
18 }
19
20 label {
21 font-size: 18px;
22 margin-bottom: 5px;
23 }
24
25 .row {
26 margin-bottom: 30px;
27 }