| author | salimr <riwad.salim@yahoo.fr> |
| Tue, 14 Aug 2018 20:39:55 +0200 | |
| changeset 144 | 8b950885ddae |
| parent 69 | 2f42063b0869 |
| permissions | -rw-r--r-- |
| 2 | 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 |
||
|
144
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
9 |
$btn-primary-bg : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
10 |
$btn-primary-border : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
11 |
|
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
12 |
//NavBar |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
13 |
$navbar-inverse-bg : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
14 |
$navbar-inverse-border : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
15 |
$navbar-inverse-link-color : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
16 |
$navbar-inverse-link-active-bg : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
17 |
$nav-link-padding : 30px 15px; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
18 |
$navbar-inverse-toggle-hover-bg : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
19 |
$dropdown-bg : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
20 |
$dropdown-border : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
21 |
$dropdown-link-color : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
22 |
$dropdown-link-active-color : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
23 |
$dropdown-link-hover-color : #769FED; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
24 |
|
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
25 |
//Login and Register |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
26 |
$panel-default-border : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
27 |
$panel-inner-border : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
28 |
$panel-default-heading-bg : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
29 |
$panel-default-text : black; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
30 |
$input-bg : rgba(196, 196, 196, 0.5); |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
31 |
$input-bg-disabled : rgba(196, 196, 196, 0.5); |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
32 |
$input-border : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
33 |
// $input-color : white; |
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
34 |
|
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
35 |
|
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
36 |
|
|
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
37 |
|
| 2 | 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"; |
|
|
144
8b950885ddae
Add local font and assets. Override Bootstrap css varriables. Add specific css files
salimr <riwad.salim@yahoo.fr>
parents:
69
diff
changeset
|
87 |
@import "bootstrap/responsive-utilities"; |