summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
blob: 9cd3a553a91cb3089d47c865995b71229f2bf2b3 (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
//
// import custom scss, content to be set in deployment.
//
@import "head";

// First import journal variables
// @import "bootswatch/cerulean/variables";

//
// import bootstrap.
//
@import "bootstrap";
@import "bootstrap-responsive";
// backport bootstrap 3.2 features
@import "backport";

//
// LEAP web app specific overrides
//
@import "leap";

// And finally bootswatch style itself
// @import "bootswatch/cerulean/bootswatch";

//
// import custom scss, content to be set in deployment.
//
@import "tail";