ionic.app.scss
929 Bytes
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
// Colors
$blue: #3f51b5;
$white: #ffffff;
$black: #000000;
$shadow: #333333;
$lightshadow: #cccccc;
$lightgrey: #e0e0e0;
$darkgrey: #9e9e9e;
$lightblue: #2196f3;
$purple: #3f51b5;
$orange: #ff9800;
$lightorange: #ffcb7f;
$ice: #fafafa;
$darkergrey: #212121;
$darkgreen: #00796B;
$lightgreen: #009688;
$pink: #ff4081;
$lightergrey: #efefef;
$darkerorange: #c89e74;
$darkorange: #b76a32;
$darkblue: #3f51b5;
$brightgreen: #52D64B;
$lighterblue: #EDEFF9;
$brightblue: #4E65C4;
// The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: "../lib/ionic/fonts" !default;
// Variables
$unit: 11px;
// Includes
@import "www/lib/ionic/scss/ionic";
@import "backgrounds";
@import "main";
@import "login";
@import "header";
@import "proposal_list";
@import "proposal";
@import "sidebar";
@import "create_proposal";
@import "create_comment";
@import "stagebar";
@import "intro";
@import "profile";