85 lines
1.4 KiB
SCSS
85 lines
1.4 KiB
SCSS
@import 'bootstrap-fix';
|
|
|
|
@import 'perfect-scrollbar';
|
|
|
|
@import "colors";
|
|
@import 'sizes';
|
|
@import 'mixins';
|
|
@import 'new_styles/new_mixins';
|
|
|
|
/* core */
|
|
@import 'flash_messages';
|
|
@import 'sprites';
|
|
|
|
@import 'new_styles/base';
|
|
@import 'new_styles/buttons';
|
|
@import 'new_styles/interactions';
|
|
@import 'new_styles/spinner';
|
|
|
|
/* font overrides */
|
|
@import 'new_styles/typography';
|
|
|
|
/* login */
|
|
@import 'new_styles/login';
|
|
@import 'new_styles/registration';
|
|
@import 'new_styles/forms';
|
|
|
|
/* navs */
|
|
@import 'new_styles/navs';
|
|
|
|
/* profile and settings pages */
|
|
@import 'new_styles/settings';
|
|
|
|
/* 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';
|
|
|
|
/* people */
|
|
@import 'people';
|
|
@import 'invitations';
|
|
@import 'profile';
|
|
|
|
/* stream */
|
|
@import 'tag';
|
|
@import 'stream-faces';
|
|
@import 'stream';
|
|
@import 'stream_element';
|
|
@import 'comments';
|
|
@import 'chat';
|
|
|
|
/* right bar */
|
|
@import 'sidebar';
|
|
|
|
/* contacts */
|
|
@import 'contacts';
|
|
@import 'leftnavbar';
|
|
|
|
/* code */
|
|
@import 'new_styles/code';
|
|
|
|
/* statistics */
|
|
@import 'new_styles/statistics'
|