]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/login/login.component.scss
Better responsive design on many comment children
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
2b084d70
C
4label {
5 display: block;
6}
7
d235f6b0
C
8input:not([type=submit]) {
9 @include peertube-input-text(340px);
2b084d70
C
10 display: inline-block;
11 margin-right: 5px;
12
d235f6b0
C
13}
14
15input[type=submit] {
16 @include peertube-button;
7b272fd7 17 @include orange-button;
d235f6b0 18}
ecb4e35f 19
ecb4e35f
C
20.forgot-password-button {
21 display: inline-block;
22 cursor: pointer;
23}
2b084d70
C
24
25.create-an-account {
26 @include disable-default-a-behaviour;
27
28 color: #000;
29}