From 02c8caab7b66d2ccef35023b398a7c00c7ff906e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Fri, 6 Jul 2018 17:26:12 +0100 Subject: [PATCH] Remove border from terminal top --- src/app/dashboard/dashboard.component.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 5f346fa..ede0093 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -82,10 +82,6 @@ overflow-y: hidden; background-color: $tao-gray-800; padding-bottom: 2.2em; - - div[class*="web"] & { - border-top: 1px solid $tao-plum-100; - } } hr {