56cef0398c781461ae38b0c9a4767908487021e0
[oweals/peertube.git] / client / src / app / +my-account / my-account-settings / my-account-video-settings / my-account-video-settings.component.scss
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 }