]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.scss
Fix total videos stats
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-video-settings / my-account-video-settings.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
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
C
12
13 display: block;
a2b817d3 14 margin-top: 15px;
c30745f3 15}
0883b324
C
16
17.peertube-select-container {
18 @include peertube-select-container(340px);
19
20 margin-bottom: 30px;
21}