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