silverstripe-framework/admin/scss/screen.scss

63 lines
1.7 KiB
SCSS
Raw Normal View History

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.
*
2011-04-15 01:27:23 +02:00
* DO NOT ADD stylesheet rules to this file directly!
*
2011-04-15 01:27:23 +02:00
* Note: By prefixing files with an underscore, they won't create individual CSS files.
*
* Notes:
* --------------------------------------------------------------
* Z-indexes:
* * Menu bar on the right should always be on top. This is in the 80 range
2016-02-10 23:13:32 +01:00
* * Top navigation 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
*/
/** -----------------------------
* Component base css
* ------------------------------ */
@import "chosen.scss";
/** -----------------------------
* Theme
* ------------------------------ */
@import "themes/default.scss";
/** -----------------------------
* Custom mixins
* ------------------------------ */
@import "mixins.scss";
/** -----------------------------
* Sprite images
* ----------------------------- */
2016-02-10 23:13:32 +01:00
@import "spritey.scss";
@import "sprites.scss";
/** -----------------------------
* CMS Components
* ------------------------------ */
@import "fonts.scss";
@import "typography.scss";
2011-04-15 01:27:23 +02:00
@import "uitheme.scss";
@import "forms.scss";
@import "style.scss";
@import "tree.scss";
@import "menu.scss";
@import "preview.scss";
@import "actionTabs.scss";
@import "ModelAdmin.scss";
2012-01-07 18:57:14 +01:00
@import "SecurityAdmin.scss";
@import "CMSSecurity.scss";
/** -----------------------------
* Include React components' css
* ------------------------------ */
@import "../javascript/src/styles/main.scss";
/** -----------------------------
* Retina graphics
* ----------------------------- */
@import "retina.scss";