source: RedSur/app/assets/stylesheets/application.scss @ 52c3597

modelo_minuta
Last change on this file since 52c3597 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 1.4 KB
Line 
1@import 'bootstrap-fix';
2
3@import 'perfect-scrollbar';
4
5@import "colors";
6@import 'sizes';
7@import 'mixins';
8@import 'new_styles/new_mixins';
9
10/* core */
11@import 'flash_messages';
12@import 'sprites';
13
14@import 'new_styles/base';
15@import 'new_styles/buttons';
16@import 'new_styles/interactions';
17@import 'new_styles/spinner';
18
19/* font overrides */
20@import 'new_styles/typography';
21
22/* login */
23@import 'new_styles/login';
24@import 'new_styles/registration';
25@import 'new_styles/landing';
26
27@import 'new_styles/forms';
28
29/* navs */
30@import 'new_styles/navs';
31
32/* profile and settings pages */
33@import 'new_styles/settings';
34
35/* new SPV */
36@import 'header';
37@import 'footer';
38@import 'bootstrap-headerfix';
39@import 'opengraph';
40@import 'single-post-view';
41@import 'new_styles/poll';
42
43/* conversations */
44@import 'conversations';
45@import 'facebox';
46
47/* publisher */
48@import 'publisher';
49@import 'aspects';
50
51/* bookmarklet */
52@import 'bookmarklet';
53
54/* notifications */
55@import 'notifications';
56
57/* help */
58@import 'help';
59
60/* getting started */
61@import 'getting-started';
62
63/* people */
64@import 'people';
65@import 'invitations';
66@import 'profile';
67
68/* stream */
69@import 'tag';
70@import 'stream-faces';
71@import 'stream';
72@import 'stream_element';
73@import 'comments';
74@import 'chat';
75
76/* right bar */
77@import 'sidebar';
78
79/* contacts */
80@import 'contacts';
81@import 'leftnavbar';
82@import 'aspects_listing';
83
84/* code */
85@import 'new_styles/code';
86
87/* statistics */
88@import 'new_styles/statistics'
Note: See TracBrowser for help on using the repository browser.