From 716c01d3a5003b94fcbb7d4286597517fe4d06a1 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 9 Oct 2014 21:47:19 -0300 Subject: UI redesign - Hiding header (only function now is to show notifications) --- web-ui/app/index.html | 3 +-- web-ui/app/scss/main.scss | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 284ac4e9..3687bc77 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -16,9 +16,7 @@
-
-
@@ -35,6 +33,7 @@
+
diff --git a/web-ui/app/scss/main.scss b/web-ui/app/scss/main.scss index 23de32be..57e9858d 100644 --- a/web-ui/app/scss/main.scss +++ b/web-ui/app/scss/main.scss @@ -17,11 +17,8 @@ header#main { overflow: hidden; position: fixed; top: 0; - padding: 5px 0; width: 100%; position: relative; - background: $secondary; - border-bottom: 1px solid lighten($secondary, 5%); margin-bottom: 0; } -- cgit v1.2.3