]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+page-not-found/page-not-found.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +page-not-found / page-not-found.component.scss
index 06c1d758e7bf80f37edbb3b81a66eab4626df5d4..efb81ff004254ee3d80080d142cd7b6674ff1f85 100644 (file)
@@ -1,10 +1,11 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .root {
+  @include margin-left(auto);
+  @include margin-right(auto);
+
   height: 100%;
-  margin-left: auto;
-  margin-right: auto;
   text-align: center;
   padding-top: 150px;
   display: flex;
   flex-direction: column-reverse;
 
   .box {
-    text-align: left;
+    text-align: start;
     font-size: 120%;
     padding: 0 15px;
   }
 
   img {
-    margin-left: auto;
+    @include margin-left(auto);
+
     width: 220px;
     height: auto;
   }
 
   @media screen and (max-width: $mobile-view) {
     img {
-      margin-right: auto;
+      @include margin-right(auto);
     }
   }