From 98b01bac2c2c4536aa97d826b61516657f4d15f5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Mar 2016 22:16:43 +0100 Subject: Angular 2 : draft 2 --- client/stylesheets/application.scss | 1 - client/stylesheets/index.scss | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 client/stylesheets/index.scss (limited to 'client/stylesheets') diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss index d1b309907..b91698056 100644 --- a/client/stylesheets/application.scss +++ b/client/stylesheets/application.scss @@ -3,4 +3,3 @@ $icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/"; @import "bootstrap-variables"; @import "_bootstrap"; @import "base.scss"; -@import "index.scss"; diff --git a/client/stylesheets/index.scss b/client/stylesheets/index.scss deleted file mode 100644 index 5cba54705..000000000 --- a/client/stylesheets/index.scss +++ /dev/null @@ -1,5 +0,0 @@ -header div { - height: 50px; - line-height: 25px; - margin-bottom: 50px; -} -- cgit v1.2.3