ed59e4689b7338e2394ebde65cd232b8a0afa5af
[oweals/peertube.git] /
1 @import '_variables';
2 @import '_mixins';
3
4 input[type=checkbox] {
5   @include peertube-checkbox(1px);
6 }
7
8 input[type=submit] {
9   @include peertube-button;
10   @include orange-button;
11
12   display: block;
13   margin-top: 15px;
14 }
15
16 .peertube-select-container {
17   @include peertube-select-container(340px);
18
19   margin-bottom: 30px;
20 }