2011-04-15 01:27:23 +02: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 00:54:31 +02: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 01:27:23 +02:00
|
|
|
*/
|
2011-04-14 07:10:50 +02:00
|
|
|
|
2011-05-20 01:29:40 +02:00
|
|
|
/** -----------------------------
|
|
|
|
* Core Compass Libraries
|
|
|
|
* ------------------------------ */
|
2011-04-15 01:27:23 +02: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 03:04:26 +01: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 06:43:20 +02:00
|
|
|
|
2011-05-20 01:29:40 +02:00
|
|
|
/** -----------------------------
|
|
|
|
* Theme
|
|
|
|
* ------------------------------ */
|
|
|
|
@import "themes/default.scss";
|
|
|
|
|
2011-07-29 05:10:14 +02:00
|
|
|
/** -----------------------------
|
2011-08-01 00:54:31 +02:00
|
|
|
* Custom mixins
|
2011-07-29 05:10:14 +02:00
|
|
|
* ------------------------------ */
|
|
|
|
@import "mixins.scss";
|
|
|
|
|
2011-08-05 06:46:03 +02:00
|
|
|
/** -----------------------------
|
|
|
|
* Sprite images
|
|
|
|
* ----------------------------- */
|
|
|
|
@import "sprites.scss";
|
|
|
|
|
2011-05-20 01:29:40 +02:00
|
|
|
/** -----------------------------
|
|
|
|
* CMS Components
|
|
|
|
* ------------------------------ */
|
2011-08-26 04:09:25 +02:00
|
|
|
@import "typography.scss";
|
2011-04-15 01:27:23 +02:00
|
|
|
@import "uitheme.scss";
|
2011-10-29 02:01:06 +02:00
|
|
|
@import "forms.scss";
|
2011-05-20 01:29:40 +02:00
|
|
|
@import "style.scss";
|
2011-10-29 02:01:06 +02:00
|
|
|
@import "tree.scss";
|
|
|
|
@import "menu.scss";
|
2012-11-22 02:14:11 +01:00
|
|
|
@import "preview.scss";
|
2012-11-21 22:01:02 +01:00
|
|
|
@import "actionTabs.scss";
|
2012-01-03 17:19:23 +01:00
|
|
|
@import "ModelAdmin.scss";
|
2012-01-07 18:57:14 +01:00
|
|
|
@import "SecurityAdmin.scss";
|
2014-10-06 05:01:33 +02:00
|
|
|
@import "CMSSecurity.scss";
|