Import variables.scss in scss files used in shadow DOM

This commit is contained in:
Gabor PEK
2018-03-12 14:12:50 +01:00
parent 5e0e55eb16
commit fcb5d6ecf0
6 changed files with 8 additions and 56 deletions

View File

@ -1,17 +1,8 @@
$space: 24px;
$small: 0.75 * $space;
$tao-navbar-height: 67px;
$tao-plum-900: #272F4C;
$tao-gray-50: #FAFAFA;
$tao-gray-100: #F2F2F2;
$tao-gray-500: #555555;
@import "../../assets/scss/variables.scss";
// Change this to switch template. Options: 'default', 'vraw', 'hraw'
$layout-template: 'hraw';
$layout-template: 'default';
$default-layout: (
'header': (1, 2, 1, 2),
@ -79,7 +70,6 @@ $layout: (
.tfw-header {
padding: $small;
background-color: $tao-gray-50;
height: $tao-navbar-height;
}
.tfw-messages {
@ -104,7 +94,7 @@ $layout: (
}
.tfw-terminal {
border: 1px solid $tao-plum-900;
border: 1px solid $tao-gray-500;
border-left: 0;
border-right: 0;
border-bottom: 0;