]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+signup/+register/register.component.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +signup / +register / register.component.scss
index af277d1821d3b2ad6b654f674f3c08dd01ad0f6f..ae0fdbb6ea658a8980e5706e0c8a197b62633870 100644 (file)
@@ -1,30 +1,23 @@
 @use '_variables' as *;
 @use '_mixins' as *;
 
-.alert {
-  font-size: 16px;
-  text-align: center;
+my-signup-step-title strong {
+  font-weight: $font-bold;
 }
 
 .signup-disabled {
   padding-top: 30vh;
 }
 
-.header-title {
-  font-weight: normal;
-  font-size: 15px;
+.title-page-v2 {
   background-color: pvar(--mainColorVeryLight);
-  padding: 35px 25px 15px;
   margin: 0;
-}
-
-.register-content {
-  font-size: 16px;
+  padding-bottom: 10px;
 }
 
 my-instance-about-accordion {
   display: block;
-  margin-bottom: 25px;
+  margin-bottom: 30px;
 }
 
 .step-buttons {
@@ -51,7 +44,19 @@ my-instance-about-accordion {
     }
   }
 
-  button,
+  > button {
+    @include peertube-button-big;
+
+    &[cdkStepperNext] {
+      @include orange-button;
+    }
+
+    &[cdkStepperPrevious] {
+      @include grey-button;
+    }
+  }
+
+  > button,
   .skip-step {
     margin-top: 20px;
     margin-bottom: 20px;
@@ -67,18 +72,6 @@ my-instance-about-accordion {
   }
 }
 
-button {
-  @include peertube-button-big;
-
-  &[cdkStepperNext] {
-    @include orange-button;
-  }
-
-  &[cdkStepperPrevious] {
-    @include grey-button;
-  }
-}
-
 .done-loader {
   display: flex;
   justify-content: center;