ref: master
public/stylesheets/application.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
// thidparty libraries @import 'vendor/colorbox.css'; @import 'vendor/inputosaurus.css'; @import 'vendor/token-input.css'; @import 'vendor/token-input-facebook.css'; @import 'vendor/token-input-mac.css'; @import 'vendor/token-input-facet.css'; // noosfero libraries @import 'iepngfix/iepngfix.css'; @import 'browser-fixes'; @import 'fields'; @import 'buttons'; @import 'notice'; @import 'loading'; @import 'loading-overlay'; @import 'table'; @import 'clear'; @import 'pagination'; @import 'auto-complete'; @import 'jquery-ui'; @import 'addthis'; @import 'assets-menu'; @import 'slider'; @import 'layouts'; @import 'user'; @import 'manage-enterprises'; @import 'manage-communities'; @import 'profile'; @import 'profile-list'; // views specifics. TODO: load them locally with `content_for :head` @import 'themes'; @import 'tasks'; @import 'account'; @import 'signup'; @import 'cms'; @import 'contacts'; @import 'events'; @import 'invite'; @import 'friends'; @import 'memberships'; @import 'abuse-report'; @import 'templates'; @import 'maps'; // profile @import 'profile-editor'; @import 'profile-members'; @import 'profile-search'; @import 'profile-activity'; // admin @import 'admin-panel'; @import 'manage-fields'; @import 'environment-users'; @import 'content'; @import 'comments'; @import 'chat'; @import 'search'; @import 'blocks'; // FIXME: if this goes before 'blocks', some styles breaks, // but this is a library and should be loaded on the libraries section @import 'menu-submenu'; @import 'category'; @import 'enterprises'; @import 'site-map'; @import 'portal-news'; @import 'online-doc'; @import 'api-playground'; // Also avoid generic and prefer class over id selectors @import 'block-store'; |