summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-26 18:02:20 +0100
committerAzul <azul@riseup.net>2016-05-02 08:31:17 -0300
commita0d9fbc4bcbd2f37e8d86d99c2e01753eecb14d7 (patch)
tree5ecd30f9ab33648cf19b98bae7abf79a24187fbf /app/assets
parentde8f3e532d857ec64a9ba17bf9e5a4de272a6cbd (diff)
upgrade bootstrap3 icons work now
import bootstrap-sprockets; before importing bootstrap in the scss. bootstrap now uses glyphicons which are based on fonts. So we always should use a span. Not sure what to do with big and huge icons yet.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index e6eeda2..856a559 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -9,6 +9,7 @@
//
// import bootstrap.
//
+@import "bootstrap-sprockets";
@import "bootstrap";
//