]> 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
Reorganize client shared modules
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-password / my-account-change-password.component.scss
index f8279ffd32f11989db57641998fdb4da15a07353..381afae078f40ad7c2c1236b9612df433a2ae97e 100644 (file)
@@ -1,11 +1,17 @@
 @import '_variables';
 @import '_mixins';
 
+label {
+  font-weight: $font-regular;
+  font-size: 100%;
+}
+
 input[type=password] {
   @include peertube-input-text(340px);
   display: block;
 
-  &#new-confirmed-password {
+  &#new-password,
+  &#new-confirmed-password  {
     margin-top: 15px;
   }
 }