Add left border to preview and bg

This commit is contained in:
Paul Clarke 2016-10-25 12:09:22 +13:00
parent d761075fd3
commit 3fd5a6d4e6

View File

@ -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;
}
}