]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/account/account-settings/account-change-password/account-change-password.component.scss
Begin videos of an account
[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;
4 margin-bottom: 10px;
5}
6
7input[type=submit] {
8 @include peertube-button;
9}