Ghost/ghost/admin/assets/sass/screen.scss

56 lines
1.6 KiB
SCSS
Raw Normal View History

2014-02-23 18:07:01 +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.
*/
/* ==========================================================================
2014-03-10 20:37:08 +04:00
Modules - These styles are re-used in many areas, grouped by type.
2014-02-23 18:07:01 +04:00
========================================================================== */
2014-03-10 20:37:08 +04:00
@import "modules/mixins";
/* Sass variables like colours, font sizes, basic styles. */
2014-02-23 18:07:01 +04:00
@import "normalize";
2014-03-10 20:37:08 +04:00
/* Browser cross compatibility normalisation*/
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "modules/icons";
/* All the styles controlling icons. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "modules/animations";
/* Keyframe animations. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "modules/global";
/* Global elements for the UI, like the header and footer. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "modules/forms";
/* All the styles controlling forms and form fields. */
2014-02-23 18:07:01 +04:00
/* ==========================================================================
Layouts - Styles for specific admin screen layouts, grouped by screen.
========================================================================== */
2014-03-10 20:37:08 +04:00
@import "layouts/manage";
/* The manage posts screen. */
@import "layouts/editor";
/* The write/edit post screen. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "layouts/auth";
/* The login screen. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
@import "layouts/errors";
/* The error screens. */
2014-02-23 18:07:01 +04:00
2014-03-10 20:37:08 +04:00
/* ==========================================================================
Settings Layouts - Styles for the settings panes, grouped by pane.
2014-02-23 18:07:01 +04:00
========================================================================== */
2014-03-10 20:37:08 +04:00
@import "layouts/settings";
/* The settings screen. */
@import "layouts/users";
/* The users pane. */
2014-02-23 18:07:01 +04:00