From 3fd5a6d4e6b138d6538a767ab550ace6f9412688 Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Tue, 25 Oct 2016 12:09:22 +1300 Subject: [PATCH] Add left border to preview and bg --- admin/client/src/components/Preview/Preview.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/client/src/components/Preview/Preview.scss b/admin/client/src/components/Preview/Preview.scss index eca89d338..d7a29ca2f 100644 --- a/admin/client/src/components/Preview/Preview.scss +++ b/admin/client/src/components/Preview/Preview.scss @@ -1,5 +1,7 @@ .preview { position: relative; + background-color: $tab-panel-texture-color; + border-left: 1px solid $border-color-dark; // Overlay preview at smaller sizes @include media-breakpoint-down(md) { @@ -7,6 +9,7 @@ right: 0; z-index: 2; width: 100%; + border-left: 0; } }