]>
Commit | Line | Data |
---|---|---|
63c4db6d C |
1 | @import '_variables'; |
2 | @import '_mixins'; | |
3 | ||
2b084d70 C |
4 | label { |
5 | display: block; | |
6 | } | |
7 | ||
d235f6b0 C |
8 | input:not([type=submit]) { |
9 | @include peertube-input-text(340px); | |
2b084d70 C |
10 | display: inline-block; |
11 | margin-right: 5px; | |
12 | ||
d235f6b0 C |
13 | } |
14 | ||
15 | input[type=submit] { | |
16 | @include peertube-button; | |
7b272fd7 | 17 | @include orange-button; |
d235f6b0 | 18 | } |
ecb4e35f | 19 | |
696fa4c0 | 20 | .create-an-account, .forgot-password-button { |
2b084d70 | 21 | color: #000; |
696fa4c0 | 22 | cursor: pointer; |
07872fdf RK |
23 | |
24 | &:hover { | |
25 | text-decoration: underline !important; | |
26 | } | |
2b084d70 | 27 | } |