This repository was archived by the owner on Oct 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathapp.scss
More file actions
31 lines (27 loc) · 1.48 KB
/
app.scss
File metadata and controls
31 lines (27 loc) · 1.48 KB
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
//
// $$$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\ $$$$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$$\ $$$$$$\
// $$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$$\ $$ |$$ _____|$$ | $$ |$$ _____| $$ __$$\ $$ __$$\
// $$ | $$ |$$ / $$ |$$ | $$ |$$ / $$ |$$$$\ $$ |$$ | $$ | $$ |$$ | $$ | $$ |$$ / \__|
// $$$$$$$ |$$$$$$$$ |$$$$$$$ |$$$$$$$$ |$$ $$\$$ |$$$$$\ $$ | $$ |$$$$$\ $$ | $$ |\$$$$$$\
// $$ ____/ $$ __$$ |$$ __$$< $$ __$$ |$$ \$$$$ |$$ __| $$ | $$ |$$ __| $$ | $$ | \____$$\
// $$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ |\$$$ |$$ | $$ | $$ |$$ | $$ | $$ |$$\ $$ |
// $$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | \$$ |$$$$$$$$\ \$$$$$$ |$$$$$$$$\ $$$$$$$ |\$$$$$$ |
// \__| \__| \__|\__| \__|\__| \__|\__| \__|\________| \______/ \________| \_______/ \______/
//
// Import paraneue's bower installation of Neue
@import "../../../../html/profiles/dosomething/themes/dosomething/paraneue/paraneue/bower_components/neue/scss/helpers";
// Import our local variables and helpers
@import "helpers/mixins";
// Drupal styles
@import "overrides/drupal";
// Content styles by section
@import "content/auth";
@import "content/homepage";
@import "content/campaign"; // @NOTE - parent partial that imports sub-partials
@import "content/confirmation";
@import "content/modals";
@import "content/modal-reportback";
@import "content/static";
@import "content/fact-page";
@import "content/search";
@import "content/explore-campaigns";