]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 form {
5 max-width: 340px;
6 }
7
8 my-input-text {
9 display: block;
10 width: 100%;
11 }
12
13 my-input-text + my-input-text {
14 margin-top: 15px;
15 }
16
17 input[type=submit] {
18 @include peertube-button;
19 @include orange-button;
20
21 margin-top: 15px;
22 }