]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.scss
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.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=password] {
10 @include peertube-input-text(340px);
11 display: block;
12
13 &#new-password,
14 &#new-confirmed-password {
15 margin-top: 15px;
16 }
17 }
18
19 input[type=submit] {
20 @include peertube-button;
21 @include orange-button;
22
23 margin-top: 15px;
24 }
25