]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
index 0d1f3094ad12843e7c10f524543c3d443a09f048..a29f04c36eded37b58a2e9455c1796f05ad7377b 100644 (file)
@@ -1,18 +1,16 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
+form {
+  max-width: 340px;
 }
 
-my-input-toggle-hidden {
-  width: 340px;
+my-input-text {
   display: block;
+  width: 100%;
 }
 
-#new-password,
-#new-confirmed-password  {
+my-input-text + my-input-text {
   margin-top: 15px;
 }