]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-user-settings/user-video-settings.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-user-settings / user-video-settings.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 3
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
c30745f3
C
9input[type=submit] {
10 @include peertube-button;
7b272fd7 11 @include orange-button;
c30745f3 12
a2b817d3 13 margin-top: 15px;
c30745f3 14}
0883b324
C
15
16.peertube-select-container {
17 @include peertube-select-container(340px);
18
19 margin-bottom: 30px;
6a4c30de
RK
20}
21
52c4976f 22my-select-checkbox {
48586fe0
C
23 @include responsive-width(340px);
24
25 display: block;
52c4976f
C
26}
27
6a4c30de
RK
28.form-group-select {
29 margin-bottom: 30px;
30}