]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-user-settings/user-video-settings.component.scss
Fix ng-select width
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-user-settings / user-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 margin-top: 15px;
14 }
15
16 .peertube-select-container {
17 @include peertube-select-container(340px);
18
19 margin-bottom: 30px;
20 }
21
22 my-select-checkbox {
23 @include responsive-width(340px);
24
25 display: block;
26 }
27
28 .form-group-select {
29 margin-bottom: 30px;
30 }