]> 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
e641482f059eb48d5a7f52bcbe9e7ecad812ea61
[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 input[type=password] {
5 @include peertube-input-text(340px);
6 display: block;
7
8 &#new-password,
9 &#new-confirmed-password {
10 margin-top: 15px;
11 }
12 }
13
14 input[type=submit] {
15 @include peertube-button;
16 @include orange-button;
17
18 margin-top: 15px;
19 }
20