projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7818dfc02deecfd24e5133590e701d7ac4c34f60
[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
display: block;
14
margin-top: 15px;
15
}
16
17
.peertube-select-container {
18
@include peertube-select-container(340px);
19
20
margin-bottom: 30px;
21
}