]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+login/login.component.scss
Support studio transcoding in peertube runner
[github/Chocobozzz/PeerTube.git] / client / src / app / +login / login.component.scss
index f5c909bdbbeaa5931a408a48241a79d1b941894b..c588c425a0c07b7a2cf486ec37e79fc58d941997 100644 (file)
@@ -2,7 +2,7 @@
 @use '_mixins' as *;
 
 label {
-  @include font-size(1.125rem);
+  @include font-size(18px);
 
   display: block;
   margin-bottom: 5px;
@@ -13,14 +13,13 @@ input[type=email] {
   @include peertube-input-text(100%);
 }
 
-//garder ça ou deux flex-grow-1 flex-shrink-1 lignes 39 et 104
 .wrapper {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin: auto;
 
-  >div {
+  > div {
     flex: 1 1;
   }
 }
@@ -31,7 +30,7 @@ input[type=email] {
 }
 
 .alert {
-  @include rfs(0 auto 2rem, margin);
+  @include margin(0, auto, 2rem);
 }
 
 .login-form-and-externals {
@@ -115,4 +114,4 @@ input[type=email] {
       display: inline;
     }
   }
-}
\ No newline at end of file
+}