diaspora/app/assets/stylesheets/new-templates.css.scss
2014-07-04 18:06:49 +02:00

50 lines
873 B
SCSS

@import "colors";
@import 'mixins';
@import 'new_styles/new_mixins';
@import 'new_styles/variables';
/* core */
@import 'flash_messages';
@import 'sprites';
@import 'new_styles/base';
@import 'new_styles/viewer_nav';
@import 'buttons';
/* font overrides */
@import 'new_styles/typography';
/* login */
@import 'new_styles/login';
@import 'new_styles/registration';
@import 'new_styles/landing';
@import 'new_styles/forms';
/* new SPV */
@import 'header';
@import 'footer';
@import 'bootstrap-headerfix';
@import 'opengraph';
@import 'single-post-view';
@import 'new_styles/poll';
/* conversations */
@import 'conversations';
@import 'facebox';
/* publisher */
@import 'publisher';
@import 'aspects';
/* bookmarklet */
@import 'bookmarklet';
/* notifications */
@import 'notifications';
/* help */
@import 'help';
/* getting started */
@import 'getting-started'