aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.compass/config.rb30
-rw-r--r--sass/admin.scss26
2 files changed, 0 insertions, 56 deletions
diff --git a/.compass/config.rb b/.compass/config.rb
deleted file mode 100644
index ca08a5afb..000000000
--- a/.compass/config.rb
+++ /dev/null
@@ -1,30 +0,0 @@
-require 'bootstrap-sass'
-# Require any additional compass plugins here.
-
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "public/stylesheets"
-http_css_dir = "/stylesheets"
-sass_dir = "sass"
-images_dir = "public/images"
-http_images_dir = "/images"
-javascripts_dir = "javascripts"
-
-output_style = :expanded
-#output_style = :compressed
-# You can select your preferred output style here (can be overridden via the command line):
-# output_style = :expanded or :nested or :compact or :compressed
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-# relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
diff --git a/sass/admin.scss b/sass/admin.scss
deleted file mode 100644
index bdcc46285..000000000
--- a/sass/admin.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-
-@import "compass/css3";
-
-@import "bootstrap";
-
-#main {
- padding-top: 50px;
-}
-
-table .form {
- display: inline-block;
- margin: 0;
-}
-
-.accordion-heading {
- .btn {
- float: left;
- margin: 6px 15px;
- }
-
-}
-.accordion-toggle {
- &:hover {
- text-decoration: none;
- }
-}