From 822b65462d6596d056abdb57165ca2cdd7300fa4 Mon Sep 17 00:00:00 2001 From: Gabor PEK Date: Fri, 9 Mar 2018 18:14:40 +0100 Subject: [PATCH] Cleanup variables in Shadow DOM --- src/app/dashboard/dashboard.component.html | 2 +- src/app/dashboard/dashboard.component.scss | 17 +- src/app/header/header.component.html | 8 +- src/app/header/header.component.scss | 42 +--- src/app/messages/messages.component.html | 6 +- src/app/messages/messages.component.scss | 142 +------------- src/app/terminal/terminal.component.scss | 217 --------------------- src/app/webide/webide.component.html | 8 +- src/app/webide/webide.component.scss | 134 +------------ 9 files changed, 33 insertions(+), 543 deletions(-) diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 77a906f..8522578 100755 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -1,5 +1,5 @@ -
+
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 202ae6b..54934be 100755 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -1,6 +1,3 @@ -// -// Variables -// $space: 24px; $tao-plum-900: #272F4C; @@ -8,17 +5,13 @@ $tao-gray-50: #FAFAFA; $tao-navbar-height: 67px; - -// -// Layouts -// -$layout-template: "raw"; // Change this to switch template +$layout-template: "default"; // Change this to switch template $default-layout: ( 'messages': (1, 2, 1, 4), 'webide': (4, -1, 1, -1), - 'terminal': (1, 4, 4, -1), - 'web': (2, 4, 1, 4) + 'terminal': (1, 4, 4, -1), + 'web': (2, 4, 1, 4) ); $raw-layout: ( @@ -34,7 +27,6 @@ $layout: ( ); @mixin position-grid-items($map, $sel) { - $sel: if($sel == '' and &, &, $sel); @debug $sel; @@ -55,8 +47,7 @@ $layout: ( } } -.tao-grid-main-components { - +.tfw-grid-main-components { overflow-y: hidden; display: grid; padding-top: $tao-navbar-height; diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html index bb24607..51cec9c 100755 --- a/src/app/header/header.component.html +++ b/src/app/header/header.component.html @@ -1,11 +1,11 @@ -