]> 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
Increase global font size
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 3
5b0ec7cd
C
4form {
5 max-width: 340px;
482fa503
RK
6}
7
a70bf3bd 8my-input-text {
c30745f3 9 display: block;
5b0ec7cd 10 width: 100%;
f8b530e0 11}
a2b817d3 12
a70bf3bd 13my-input-text + my-input-text {
f8b530e0 14 margin-top: 15px;
c30745f3
C
15}
16
17input[type=submit] {
18 @include peertube-button;
7b272fd7
C
19 @include orange-button;
20
a2b817d3 21 margin-top: 15px;
c30745f3 22}