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

_application.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecaeab657cc26ac90feb4217cbef01016da5d16c (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@import 'utatti-perfect-scrollbar/css/perfect-scrollbar';

@import 'color-variables';
@import 'bootstrap-complete';
@import 'mixins';


// core
@import 'media-box';
@import 'entypo';
@import 'icons';
@import 'animations';
@import 'flash_messages';
@import 'hovercard';
@import 'base';
@import 'interactions';
@import 'spinner';
@import 'timeago';
@import 'vendor/autoSuggest';
@import 'typeahead';
@import 'colors';
@import 'card-footer';

// font overrides
@import 'typography';

// layout
@import 'sidebar';

// home
@import 'home';

// login
@import 'login';
@import 'registration';
@import 'forms';

// terms
@import 'terms';

// profile and settings pages
@import 'settings';

// new SPV
@import 'header';
@import 'footer';
@import 'opengraph';
@import 'single-post-view';
@import 'poll';

// map
@import 'leaflet';
@import 'map';

// conversations
@import 'conversations';

// publisher
@import 'publisher';
@import 'aspects';
@import 'markdown-editor';

// 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';
@import 'stream_element';
@import 'comments';
@import 'diaspora_jsxc';
@import 'chat';
@import 'markdown-content';
@import 'oembed';
@import 'media-embed';
@import 'post-content';

// contacts
@import 'contacts';
@import 'navbar_left';

// code
@import 'code';
@import 'highlightjs/github';

// statistics
@import 'statistics';

// gallery
@import 'blueimp-gallery';
@import 'blueimp-gallery/blueimp-gallery-indicator';
@import 'gallery';

// settings
@import 'user_applications';

// OpenID Connect (API)
@import 'openid_connect_error_page';