]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/test-embed.scss
Add ability for plugins to register client routes
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / test-embed.scss
index b9ac3e74e608015f0b2afc473a989c7a71e2b532..be1f9414aed1e2ee24443e053490a0802a9da8f4 100644 (file)
@@ -1,3 +1,5 @@
+@use '_variables' as *;
+@use '_mixins' as *;
 
 * {
   font-family: sans-serif;
@@ -30,21 +32,23 @@ aside {
 }
 
 .logo {
+  @include margin-right(0.5em);
+
   font-size: 150%;
   height: 100%;
   font-weight: bold;
   display: flex;
   flex-direction: row;
   align-items: center;
-  margin-right: 0.5em;
 
   .icon {
+    @include margin-right(0.5em);
+
     height: 100%;
     padding: 0 18px 0 32px;
     background: #fff;
     display: flex;
     align-items: center;
-    margin-right: 0.5em;
   }
 }
 
@@ -59,6 +63,8 @@ main {
 }
 
 header {
+  @include padding-right(1em);
+
   width: 100%;
   height: 3.2em;
   background-color: #F1680D;
@@ -71,7 +77,6 @@ header {
   box-shadow: 1px 0 10px rgba(0, 0, 0, 0.6);
   background-size: 50%;
   background-position: top left;
-  padding-right: 1em;
 
   h1 {
     margin: 0;