]> 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
Fix some accessibility issues
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
f8b530e0
RK
9my-input-toggle-hidden {
10 width: 340px;
c30745f3 11 display: block;
f8b530e0 12}
a2b817d3 13
1916c966 14my-input-toggle-hidden + my-input-toggle-hidden {
f8b530e0 15 margin-top: 15px;
c30745f3
C
16}
17
18input[type=submit] {
19 @include peertube-button;
7b272fd7
C
20 @include orange-button;
21
a2b817d3 22 margin-top: 15px;
c30745f3 23}