]> 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
unify inputs requiring buttons like password inputs
[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 my-input-toggle-hidden {
10 width: 340px;
11 display: block;
12 }
13
14 #new-password,
15 #new-confirmed-password {
16 margin-top: 15px;
17 }
18
19 input[type=submit] {
20 @include peertube-button;
21 @include orange-button;
22
23 margin-top: 15px;
24 }