Mercurial > piecrust2
comparison piecrust/admin/assets/sass/foodtruck.scss @ 1069:dff873f11541
admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Feb 2018 23:22:27 -0800 |
parents | 1952e2caeb64 |
children |
comparison
equal
deleted
inserted
replaced
1068:137c9b41edd2 | 1069:dff873f11541 |
---|---|
1 // Bootstrap (the whole thing for now 'cause I'm lazy) | |
2 @import "bootstrap"; | |
1 | 3 |
2 // Overrides | 4 // Open-Iconic |
3 $icon-font-path: '../fonts/'; | 5 @import "open-iconic-bootstrap.scss"; |
4 | |
5 // Core variables and mixins | |
6 @import "bootstrap/variables"; | |
7 @import "bootstrap/mixins"; | |
8 | |
9 // Reset and dependencies | |
10 @import "bootstrap/normalize"; | |
11 @import "bootstrap/print"; | |
12 @import "bootstrap/glyphicons"; | |
13 | |
14 // Core CSS | |
15 @import "bootstrap/scaffolding"; | |
16 @import "bootstrap/type"; | |
17 @import "bootstrap/code"; | |
18 @import "bootstrap/grid"; | |
19 @import "bootstrap/tables"; | |
20 @import "bootstrap/forms"; | |
21 @import "bootstrap/buttons"; | |
22 | |
23 // Components | |
24 @import "bootstrap/alerts"; | |
25 @import "bootstrap/button-groups"; | |
26 @import "bootstrap/close"; | |
27 @import "bootstrap/component-animations"; | |
28 @import "bootstrap/dropdowns"; | |
29 @import "bootstrap/input-groups"; | |
30 @import "bootstrap/modals"; | |
31 | |
32 // Utility classes | |
33 @import "bootstrap/utilities"; | |
34 @import "bootstrap/responsive-utilities"; | |
35 | |
36 // Ionicons | |
37 @import "ionicons"; | |
38 | 6 |
39 // Foodtruck | 7 // Foodtruck |
40 @import "foodtruck/base"; | 8 @import "foodtruck/base"; |
41 @import "foodtruck/sidebar"; | 9 @import "foodtruck/sidebar"; |
42 @import "foodtruck/dashboard"; | 10 @import "foodtruck/dashboard"; |