aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'client/stylesheets')
-rw-r--r--client/stylesheets/application.scss1
-rw-r--r--client/stylesheets/index.scss5
2 files changed, 0 insertions, 6 deletions
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/";
3@import "bootstrap-variables"; 3@import "bootstrap-variables";
4@import "_bootstrap"; 4@import "_bootstrap";
5@import "base.scss"; 5@import "base.scss";
6@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 @@
1header div {
2 height: 50px;
3 line-height: 25px;
4 margin-bottom: 50px;
5}