diff options
author | Azul <azul@riseup.net> | 2016-03-26 18:02:20 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:31:17 -0300 |
commit | a0d9fbc4bcbd2f37e8d86d99c2e01753eecb14d7 (patch) | |
tree | 5ecd30f9ab33648cf19b98bae7abf79a24187fbf /app/assets/stylesheets | |
parent | de8f3e532d857ec64a9ba17bf9e5a4de272a6cbd (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/stylesheets')
-rw-r--r-- | app/assets/stylesheets/application.scss | 1 |
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"; // |