]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/login/login.component.scss
Add link to register in login form
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 label {
5 display: block;
6 }
7
8 input:not([type=submit]) {
9 @include peertube-input-text(340px);
10 display: inline-block;
11 margin-right: 5px;
12
13 }
14
15 input[type=submit] {
16 @include peertube-button;
17 @include orange-button;
18 }
19
20 .forgot-password-button {
21 display: inline-block;
22 cursor: pointer;
23 }
24
25 .create-an-account {
26 @include disable-default-a-behaviour;
27
28 color: #000;
29 }