]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.scss
Form validators refractoring
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
c30745f3
C
4input[type=password] {
5 @include peertube-input-text(340px);
6 display: block;
a2b817d3
C
7
8 &#new-confirmed-password {
9 margin-top: 15px;
10 }
c30745f3
C
11}
12
13input[type=submit] {
14 @include peertube-button;
7b272fd7
C
15 @include orange-button;
16
a2b817d3 17 margin-top: 15px;
c30745f3 18}
a2b817d3 19