* Hopefully fix OEmbed view * Fix OpenGraph view * Fix middle border * Add spacing at the bottom * Fix comment styles by not including old SPV styles for them (TODO: maybe rescue some stuff there, like the code tag styling) * Fix avatar size for default avatar * Remove border below comment pane * Fix overflow of post body with a lot of text * Fix stylesheet inclusion
26 lines
515 B
SCSS
26 lines
515 B
SCSS
@import 'mixins';
|
|
@import 'new_styles/new_mixins';
|
|
@import 'new_styles/variables';
|
|
|
|
/* core */
|
|
@import 'new_styles/flash_messages';
|
|
@import 'sprites';
|
|
|
|
@import 'new_styles/base';
|
|
@import 'new_styles/viewer_nav';
|
|
|
|
/* 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 'bootstrap-headerfix';
|
|
@import 'opengraph';
|
|
@import 'single-post-view';
|