[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 // Strip down core bootstrap for editor. 2 3 // Core variables and mixins. 4 @import "bootstrap/variables.less"; // Modify this for custom colors, font-sizes, etc. 5 @import "bootstrap/mixins.less"; 6 7 // CSS Reset. 8 @import "bootstrap/reset.less"; 9 10 // Base CSS. 11 @import "bootstrap/scaffolding.less"; 12 @import "bootstrap/type.less"; 13 @import "bootstrap/code.less"; 14 @import "bootstrap/tables.less"; 15 16 // Components: common. 17 @import "bootstrap/sprites.less"; 18 @iconSpritePath: ~"[[pix:theme|glyphicons-halflings]]"; 19 @iconWhiteSpritePath: ~"[[pix:theme|glyphicons-halflings-white]]"; 20 21 @import "bootstrap/wells.less"; 22 23 // Components: Buttons & Alerts. 24 @import "bootstrap/buttons.less"; 25 @import "bootstrap/alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less. 26 27 // Components: Misc. 28 @import "bootstrap/thumbnails.less"; 29 @import "bootstrap/labels-badges.less"; 30 31 // Utility classes. 32 @import "bootstrap/utilities.less"; // Has to be last to override when necessary. 33 34 // Moodle override. 35 @import "moodle/editor.less"; // The final override.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |