blob: 4a37ee961b4e3ac92a0edcb23f75088f9cb85c3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
@import '_variables';
@import '_mixins';
label {
display: block;
}
input:not([type=submit]) {
@include peertube-input-text(340px);
display: inline-block;
margin-right: 5px;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
}
.forgot-password-button {
display: inline-block;
cursor: pointer;
}
.create-an-account {
@include disable-default-a-behaviour;
color: #000;
}
|