]> 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
Auto add https:// in import script URLs
[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 7
3805ce3f
B
8 &#new-password,
9 &#new-confirmed-password {
a2b817d3
C
10 margin-top: 15px;
11 }
c30745f3
C
12}
13
14input[type=submit] {
15 @include peertube-button;
7b272fd7
C
16 @include orange-button;
17
a2b817d3 18 margin-top: 15px;
c30745f3 19}
a2b817d3 20