Mercurial > piecrust2
view foodtruckui/assets/sass/foodtruck.scss @ 615:cbb170d9c894
admin: Improve publish logs showing as alerts in the admin panel.
* Don't show stuff that happened before the page was opened.
* Skinning tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 04 Feb 2016 21:50:18 -0800 |
parents | c67dcc0fa80f |
children |
line wrap: on
line source
// Overrides $icon-font-path: '../fonts/'; // Core variables and mixins @import "bootstrap/variables"; @import "bootstrap/mixins"; // Reset and dependencies @import "bootstrap/normalize"; @import "bootstrap/print"; @import "bootstrap/glyphicons"; // Core CSS @import "bootstrap/scaffolding"; @import "bootstrap/type"; @import "bootstrap/code"; @import "bootstrap/grid"; @import "bootstrap/tables"; @import "bootstrap/forms"; @import "bootstrap/buttons"; // Components @import "bootstrap/alerts"; @import "bootstrap/button-groups"; @import "bootstrap/close"; @import "bootstrap/component-animations"; @import "bootstrap/dropdowns"; @import "bootstrap/input-groups"; @import "bootstrap/modals"; // Utility classes @import "bootstrap/utilities"; @import "bootstrap/responsive-utilities"; // Ionicons @import "ionicons"; // Foodtruck @import "foodtruck/base"; @import "foodtruck/sidebar"; @import "foodtruck/editing"; @import "foodtruck/publog";