]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.scss
index d22d58c4a4f598644d35b7bdb134d3dcd6d5bd5b..1e9f0062978917cfab5e12a4e4e4fe49f850f76c 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables';
+@use '_mixins';
 
 .alert {
   font-size: 15px;
@@ -55,7 +55,16 @@ input:not([type=submit]) {
 input[type=submit],
 button {
   @include peertube-button;
-  @include orange-button;
+
+  &[cdkStepperNext] {
+    @include orange-button;
+    float: inline-end;
+  }
+
+  &[cdkStepperPrevious] {
+    @include grey-button;
+    float: inline-start;
+  }
 }
 
 .name-information {
@@ -75,7 +84,7 @@ button {
       border-color: pvar(--mainColor) transparent transparent transparent;
     }
 
-    + div {
+    + div {
       font-size: 15px;
     }
   }