2013-05-11 20:44:25 +04:00
|
|
|
/*
|
|
|
|
* Welcome to Ghost - all styles for the Ghost platform are located within
|
|
|
|
* this set of Sass files. Use this file like a table of contents.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
Modules - These styles are re-used in many areas, and are grouped by type.
|
|
|
|
========================================================================== */
|
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/mixins";
|
|
|
|
/* Sass variables like colours, font sizes, basic styles. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/normalize";
|
|
|
|
/* Browser cross compatibility normalisation*/
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/icons";
|
|
|
|
/* All the styles controlling icons. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/animations";
|
|
|
|
/* Keyframe animations. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/global";
|
|
|
|
/* Global elements for the UI, like the header and footer. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "modules/forms";
|
|
|
|
/* All the styles controlling forms and form fields. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
Layouts - Styles for specific admin screen layouts, grouped by screen.
|
|
|
|
========================================================================== */
|
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "layouts/manage";
|
|
|
|
/* The manage posts screen. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "layouts/editor";
|
|
|
|
/* The write/edit post screen. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-09-12 12:59:58 +04:00
|
|
|
@import "layouts/auth";
|
2013-09-05 13:00:30 +04:00
|
|
|
/* The login screen. */
|
|
|
|
|
|
|
|
@import "layouts/errors";
|
|
|
|
/* The error screens. */
|
|
|
|
|
|
|
|
/* ==========================================================================
|
|
|
|
Settings Layouts - Styles for the individual settings panes, grouped by pane.
|
|
|
|
========================================================================== */
|
2013-08-20 12:27:15 +04:00
|
|
|
@import "layouts/settings";
|
|
|
|
/* The settings screen. */
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-09-05 13:00:30 +04:00
|
|
|
@import "layouts/users";
|
|
|
|
/* The users pane. */
|
2013-08-19 19:34:10 +04:00
|
|
|
|
2013-09-05 13:00:30 +04:00
|
|
|
@import "layouts/plugins";
|
|
|
|
/* The plugins pane. */
|