]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.scss
add previous button to registration form, with alignment
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.scss
index d22d58c4a4f598644d35b7bdb134d3dcd6d5bd5b..16ba9e2c0e2f595ab53decf0d32a11cd37154f61 100644 (file)
@@ -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 {