Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new-templates.css.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98b38fdc3568880363d517f40490fb0bcc473df5 (plain)
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
@import "colors";
@import 'mixins';
@import 'new_styles/new_mixins';
@import 'new_styles/variables';
@import 'perfect-scrollbar';

/* core */
@import 'flash_messages';
@import 'sprites';

@import 'new_styles/base';
@import 'new_styles/buttons';
@import 'new_styles/interactions';

/* font overrides */
@import 'new_styles/typography';

/* login */
@import 'new_styles/login';
@import 'new_styles/registration';
@import 'new_styles/landing';

@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';

/* stream */
@import 'tag';
@import 'stream-faces';
@import 'stream';
@import 'stream_element';
@import 'comments';

/* contacts */
@import 'contacts';
@import 'leftnavbar';