projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
50da3ff377b53bce0d794da1a03d60e14e2ae481
[oweals/peertube.git]
/
1
@import '_variables';
2
@import '_mixins';
3
4
label {
5
font-weight: $font-regular;
6
font-size: 100%;
7
}
8
9
input[type=submit] {
10
@include peertube-button;
11
@include orange-button;
12
13
margin-top: 15px;
14
}
15
16
.peertube-select-container {
17
@include peertube-select-container(340px);
18
19
margin-bottom: 30px;
20
}