]> 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
Move to sass @use
[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';
2 @use '_mixins';
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 my-input-toggle-hidden {
10 width: 340px;
11 display: block;
12 }
13
14 my-input-toggle-hidden + my-input-toggle-hidden {
15 margin-top: 15px;
16 }
17
18 input[type=submit] {
19 @include peertube-button;
20 @include orange-button;
21
22 margin-top: 15px;
23 }