mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Add left border to preview and bg
This commit is contained in:
parent
d761075fd3
commit
3fd5a6d4e6
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user