projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
81eba3ec9c7d7af7ecc41db6d6687333aaf37d93
[oweals/peertube.git]
/
1
@import '_variables';
2
@import '_mixins';
3
4
input[type=password],
5
input[type=email] {
6
@include peertube-input-text(340px);
7
8
display: block;
9
}
10
11
input[type=submit] {
12
@include peertube-button;
13
@include orange-button;
14
}
15
16
.current-email,
17
.pending-email {
18
font-size: 16px;
19
margin: 15px 0;
20
21
.email {
22
font-weight: $font-semibold;
23
}
24
}