diff options
Diffstat (limited to 'client/src/standalone/videos/test-embed.scss')
-rw-r--r-- | client/src/standalone/videos/test-embed.scss | 11 |
1 files changed, 8 insertions, 3 deletions
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 @@ | |||
1 | @import '_variables'; | ||
2 | @import '_mixins'; | ||
1 | 3 | ||
2 | * { | 4 | * { |
3 | font-family: sans-serif; | 5 | font-family: sans-serif; |
@@ -30,21 +32,23 @@ aside { | |||
30 | } | 32 | } |
31 | 33 | ||
32 | .logo { | 34 | .logo { |
35 | @include margin-right(0.5em); | ||
36 | |||
33 | font-size: 150%; | 37 | font-size: 150%; |
34 | height: 100%; | 38 | height: 100%; |
35 | font-weight: bold; | 39 | font-weight: bold; |
36 | display: flex; | 40 | display: flex; |
37 | flex-direction: row; | 41 | flex-direction: row; |
38 | align-items: center; | 42 | align-items: center; |
39 | margin-right: 0.5em; | ||
40 | 43 | ||
41 | .icon { | 44 | .icon { |
45 | @include margin-right(0.5em); | ||
46 | |||
42 | height: 100%; | 47 | height: 100%; |
43 | padding: 0 18px 0 32px; | 48 | padding: 0 18px 0 32px; |
44 | background: #fff; | 49 | background: #fff; |
45 | display: flex; | 50 | display: flex; |
46 | align-items: center; | 51 | align-items: center; |
47 | margin-right: 0.5em; | ||
48 | } | 52 | } |
49 | } | 53 | } |
50 | 54 | ||
@@ -59,6 +63,8 @@ main { | |||
59 | } | 63 | } |
60 | 64 | ||
61 | header { | 65 | header { |
66 | @include padding-right(1em); | ||
67 | |||
62 | width: 100%; | 68 | width: 100%; |
63 | height: 3.2em; | 69 | height: 3.2em; |
64 | background-color: #F1680D; | 70 | background-color: #F1680D; |
@@ -71,7 +77,6 @@ header { | |||
71 | box-shadow: 1px 0 10px rgba(0, 0, 0, 0.6); | 77 | box-shadow: 1px 0 10px rgba(0, 0, 0, 0.6); |
72 | background-size: 50%; | 78 | background-size: 50%; |
73 | background-position: top left; | 79 | background-position: top left; |
74 | padding-right: 1em; | ||
75 | 80 | ||
76 | h1 { | 81 | h1 { |
77 | margin: 0; | 82 | margin: 0; |