summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-07 18:00:24 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-09 16:11:38 +0100
commit3621742b1bbd5c96c10f15a66043bbec238ba7c1 (patch)
treecffba3faa70476096d49d04a1f71c09b1faad06a
parentd4822d8923c6e4535ee09eafb035f1b15742c637 (diff)
Issue #620: Remove former main css file
-rw-r--r--web-ui/app/scss/_main.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/web-ui/app/scss/_main.scss b/web-ui/app/scss/_main.scss
deleted file mode 100644
index b582a5d5..00000000
--- a/web-ui/app/scss/_main.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-@import "compass/css3";
-@import "reset";
-@import "foundation";
-@import "colors";
-@import "mixins";
-@import "alerts";
-@import "read";
-@import "reply";
-@import "compose";
-@import "security";
-@import "mascot";
-@import "styles";
-
-html {
- height:100%;
-}
-body {
- min-height:100%;
- overflow: hidden;
- background: $white;
-}
-header#main {
- overflow: hidden;
- position: fixed;
- top: 0;
- width: 100%;
- position: relative;
- margin-bottom: 0;
-}
-
-.no-padding {
- padding: 0;
-}
-
-.text-right {
- text-align: right;
-}