]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account-settings/account-change-password/account-change-password.component.scss
Fix dropdown menu in video watch
[github/Chocobozzz/PeerTube.git] / client / src / app / account / account-settings / account-change-password / account-change-password.component.scss
CommitLineData
c30745f3
C
1input[type=password] {
2 @include peertube-input-text(340px);
3 display: block;
a2b817d3
C
4
5 &#new-confirmed-password {
6 margin-top: 15px;
7 }
c30745f3
C
8}
9
10input[type=submit] {
11 @include peertube-button;
7b272fd7
C
12 @include orange-button;
13
a2b817d3 14 margin-top: 15px;
c30745f3 15}
a2b817d3 16