]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.scss
provide specific engine boundaries for nodejs and yarn
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-interface / my-account-interface-settings.component.scss
CommitLineData
7cd4d2ba
C
1@import '_variables';
2@import '_mixins';
3
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
7cd4d2ba
C
9input[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}