mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Add Font Awesome icon support
This commit is contained in:
parent
2f1d7a62b0
commit
14a4da8a71
4 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
@import "jquery-ui/dialog";
|
||||
@import "jquery-ui/sortable";
|
||||
|
||||
@import "icons";
|
||||
|
||||
.legacy-ui {
|
||||
@import "../../../vendor/assets/stylesheets/superfish-navbar";
|
||||
@import "../../../vendor/assets/stylesheets/superfish-vertical";
|
||||
|
|
|
|||
2
app/assets/stylesheets/icons.scss
Normal file
2
app/assets/stylesheets/icons.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
||||
Loading…
Add table
Add a link
Reference in a new issue