]> 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
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
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
c30745f3
C
9input[type=password] {
10 @include peertube-input-text(340px);
11 display: block;
a2b817d3 12
3805ce3f
B
13 &#new-password,
14 &#new-confirmed-password {
a2b817d3
C
15 margin-top: 15px;
16 }
c30745f3
C
17}
18
19input[type=submit] {
20 @include peertube-button;
7b272fd7
C
21 @include orange-button;
22
a2b817d3 23 margin-top: 15px;
c30745f3 24}
a2b817d3 25