mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Import variables.scss in scss files used in shadow DOM
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user