Skip to content
Snippets Groups Projects
Commit 8b314ebb authored by Alexander Rose's avatar Alexander Rose
Browse files

add border to .msp-layout-standard

parent 4dc0791a
No related branches found
No related tags found
No related merge requests found
...@@ -16,29 +16,29 @@ ...@@ -16,29 +16,29 @@
font-family: "Helvetica Neue", "Source Sans Pro", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", "Source Sans Pro", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
@import 'variables'; @import 'variables';
// for bootstrap // for bootstrap
$border-radius-base: 0; $border-radius-base: 0;
$border-radius-large: 0; $border-radius-large: 0;
$border-radius-small: 0; $border-radius-small: 0;
@import 'bootstrap/bootstrap'; @import 'bootstrap/bootstrap';
@import 'icons'; @import 'icons';
@import 'layout'; @import 'layout';
@import 'ui'; @import 'ui';
@import 'logo'; @import 'logo';
.msp-plugin-content { .msp-plugin-content {
color: $font-color; color: $font-color;
} }
background: $default-background; background: $default-background;
} }
\ No newline at end of file
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
bottom: 0; bottom: 0;
} }
.msp-layout-standard {
border: 1px solid $border-color;
}
.msp-layout-region { .msp-layout-region {
overflow: hidden; overflow: hidden;
background: $default-background; background: $default-background;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment