From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- client/src/standalone/videos/test-embed.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'client/src/standalone/videos') diff --git a/client/src/standalone/videos/test-embed.scss b/client/src/standalone/videos/test-embed.scss index b9ac3e74e..ea01bf800 100644 --- a/client/src/standalone/videos/test-embed.scss +++ b/client/src/standalone/videos/test-embed.scss @@ -1,3 +1,5 @@ +@import '_variables'; +@import '_mixins'; * { 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; -- cgit v1.2.3