1 /*! |
|
2 * Bootstrap v3.3.7 (http://getbootstrap.com) |
|
3 * Copyright 2011-2016 Twitter, Inc. |
|
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
5 */ |
|
6 |
|
7 $icon-font-path: '~bootstrap-sass/assets/fonts/bootstrap/'; |
|
8 |
|
9 $btn-primary-bg : #769FED; |
|
10 $btn-primary-border : #769FED; |
|
11 |
|
12 //NavBar |
|
13 $navbar-inverse-bg : #769FED; |
|
14 $navbar-inverse-border : #769FED; |
|
15 $navbar-inverse-link-color : white; |
|
16 $navbar-inverse-link-active-bg : #769FED; |
|
17 $nav-link-padding : 30px 15px; |
|
18 $navbar-inverse-toggle-hover-bg : white; |
|
19 $dropdown-bg : #769FED; |
|
20 $dropdown-border : #769FED; |
|
21 $dropdown-link-color : white; |
|
22 $dropdown-link-active-color : #769FED; |
|
23 $dropdown-link-hover-color : #769FED; |
|
24 |
|
25 //Login and Register |
|
26 $panel-default-border : white; |
|
27 $panel-inner-border : white; |
|
28 $panel-default-heading-bg : white; |
|
29 $panel-default-text : black; |
|
30 $input-bg : rgba(196, 196, 196, 0.5); |
|
31 $input-bg-disabled : rgba(196, 196, 196, 0.5); |
|
32 $input-border : white; |
|
33 // $input-color : white; |
|
34 |
|
35 |
|
36 |
|
37 |
|
38 // Core variables and mixins |
|
39 @import "bootstrap/variables"; |
|
40 @import "bootstrap/mixins"; |
|
41 |
|
42 // Reset and dependencies |
|
43 @import "bootstrap/normalize"; |
|
44 @import "bootstrap/print"; |
|
45 @import "bootstrap/glyphicons"; |
|
46 |
|
47 // Core CSS |
|
48 @import "bootstrap/scaffolding"; |
|
49 @import "bootstrap/type"; |
|
50 @import "bootstrap/code"; |
|
51 @import "bootstrap/grid"; |
|
52 @import "bootstrap/tables"; |
|
53 @import "bootstrap/forms"; |
|
54 @import "bootstrap/buttons"; |
|
55 |
|
56 // Components |
|
57 @import "bootstrap/component-animations"; |
|
58 @import "bootstrap/dropdowns"; |
|
59 @import "bootstrap/button-groups"; |
|
60 @import "bootstrap/input-groups"; |
|
61 @import "bootstrap/navs"; |
|
62 @import "bootstrap/navbar"; |
|
63 @import "bootstrap/breadcrumbs"; |
|
64 @import "bootstrap/pagination"; |
|
65 @import "bootstrap/pager"; |
|
66 @import "bootstrap/labels"; |
|
67 @import "bootstrap/badges"; |
|
68 @import "bootstrap/jumbotron"; |
|
69 @import "bootstrap/thumbnails"; |
|
70 @import "bootstrap/alerts"; |
|
71 @import "bootstrap/progress-bars"; |
|
72 @import "bootstrap/media"; |
|
73 @import "bootstrap/list-group"; |
|
74 @import "bootstrap/panels"; |
|
75 @import "bootstrap/responsive-embed"; |
|
76 @import "bootstrap/wells"; |
|
77 @import "bootstrap/close"; |
|
78 |
|
79 // Components w/ JavaScript |
|
80 @import "bootstrap/modals"; |
|
81 @import "bootstrap/tooltip"; |
|
82 @import "bootstrap/popovers"; |
|
83 @import "bootstrap/carousel"; |
|
84 |
|
85 // Utility classes |
|
86 @import "bootstrap/utilities"; |
|
87 @import "bootstrap/responsive-utilities"; |
|