blob: 298a7581c160cee209bb29227828f103a5fcc20f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//
// import custom scss, content to be set in deployment.
//
@import "head";
//
// import bootstrap.
//
@import "bootstrap";
@import "bootstrap-responsive";
//
// LEAP web app specific overrides
//
@import "leap";
//
// import custom scss, content to be set in deployment.
//
@import "tail";
|