2011-04-15 11:27:23 +12:00
|
|
|
/**
|
|
|
|
* This file is the central collection of included modules, links to custom SCSS files,
|
|
|
|
* and any global SCSS variable definitions.
|
|
|
|
*
|
|
|
|
* DO NOT ADD stylesheet rules to this file directly!
|
|
|
|
*
|
|
|
|
* Note: By prefixing files with an underscore, they won't create individual CSS files.
|
2011-08-01 10:54:31 +12:00
|
|
|
*
|
|
|
|
* Notes:
|
|
|
|
* --------------------------------------------------------------
|
|
|
|
* Z-indexes:
|
|
|
|
* * Menu bar on the right should always be on top. This is in the 80 range
|
|
|
|
* * Top navingation bar must always sit over the content. This is in the 60 range
|
|
|
|
* * Footer must sit over the content as well so this in the 40 range
|
2011-04-15 11:27:23 +12:00
|
|
|
*/
|
2011-04-14 17:10:50 +12:00
|
|
|
|
2011-05-20 11:29:40 +12:00
|
|
|
/** -----------------------------
|
|
|
|
* Core Compass Libraries
|
|
|
|
* ------------------------------ */
|
2011-04-15 11:27:23 +12:00
|
|
|
@import "compass/reset";
|
|
|
|
@import "compass/css3";
|
|
|
|
@import "compass/utilities/sprites/sprite-img";
|
2011-07-06 15:22:13 +02:00
|
|
|
@import "compass/utilities/general";
|
2012-03-09 15:04:26 +13:00
|
|
|
@import "compass/support";
|
|
|
|
|
|
|
|
/*$experimental-support-for-svg variable comes from
|
|
|
|
imported compass/support file and enables svg gradients in IE9.
|
|
|
|
It was put here because there didn't seem to be a more logical place to put it.
|
|
|
|
If more variables exist in the future, consider creating a variables file.*/
|
|
|
|
|
|
|
|
$experimental-support-for-svg: true;
|
2011-03-31 17:43:20 +13:00
|
|
|
|
2011-05-20 11:29:40 +12:00
|
|
|
/** -----------------------------
|
|
|
|
* Theme
|
|
|
|
* ------------------------------ */
|
|
|
|
@import "themes/default.scss";
|
|
|
|
|
2011-07-29 15:10:14 +12:00
|
|
|
/** -----------------------------
|
2011-08-01 10:54:31 +12:00
|
|
|
* Custom mixins
|
2011-07-29 15:10:14 +12:00
|
|
|
* ------------------------------ */
|
|
|
|
@import "mixins.scss";
|
|
|
|
|
2011-08-05 16:46:03 +12:00
|
|
|
/** -----------------------------
|
|
|
|
* Sprite images
|
|
|
|
* ----------------------------- */
|
|
|
|
@import "sprites.scss";
|
|
|
|
|
2011-05-20 11:29:40 +12:00
|
|
|
/** -----------------------------
|
|
|
|
* CMS Components
|
|
|
|
* ------------------------------ */
|
2011-08-26 14:09:25 +12:00
|
|
|
@import "typography.scss";
|
2011-04-15 11:27:23 +12:00
|
|
|
@import "uitheme.scss";
|
2011-10-29 13:01:06 +13:00
|
|
|
@import "forms.scss";
|
2011-05-20 11:29:40 +12:00
|
|
|
@import "style.scss";
|
2011-10-29 13:01:06 +13:00
|
|
|
@import "tree.scss";
|
|
|
|
@import "menu.scss";
|
2012-01-03 17:19:23 +01:00
|
|
|
@import "ModelAdmin.scss";
|
2012-01-07 18:57:14 +01:00
|
|
|
@import "SecurityAdmin.scss";
|