430250b87590ec10a5383c6685647fecb782871d
[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 }
21
22 .form-group-select {
23   margin-bottom: 30px;
24 }