Add tests for emails
[oweals/peertube.git] / client / src / app / login / login.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 input:not([type=submit]) {
5   @include peertube-input-text(340px);
6   display: block;
7 }
8
9 input[type=submit] {
10   @include peertube-button;
11   @include orange-button;
12 }
13
14 input[type=password] {
15   display: inline-block;
16   margin-right: 5px;
17 }
18
19 .forgot-password-button {
20   display: inline-block;
21   cursor: pointer;
22 }