creative_tim 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/lib/creative_tim/version.rb +1 -1
  3. data/vendor/assets/javascripts/creative-tim/{awesome-landing-page.js → awesome_landing_page/awesome-landing-page.js} +0 -0
  4. data/vendor/assets/javascripts/creative-tim/{gaia.js → gaia/gaia.js} +0 -0
  5. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-checkbox-radio-switch.js +502 -0
  6. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-notify.js +404 -0
  7. data/vendor/assets/javascripts/creative-tim/light_dashboard/bootstrap-select.js +438 -0
  8. data/vendor/assets/javascripts/creative-tim/light_dashboard/chartist.min.js +9 -0
  9. data/vendor/assets/javascripts/creative-tim/light_dashboard/demo.js +152 -0
  10. data/vendor/assets/javascripts/creative-tim/light_dashboard/light-bootstrap-dashboard.js +159 -0
  11. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap-checkbox-radio.js +179 -179
  12. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-datepicker.js +492 -0
  13. data/vendor/assets/javascripts/creative-tim/paper_kit/bootstrap-select.js +438 -0
  14. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-checkbox.js +109 -0
  15. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper-radio.js +140 -0
  16. data/vendor/assets/javascripts/creative-tim/paper_kit/ct-paper.js +378 -0
  17. data/vendor/assets/javascripts/creative-tim/shit_done/custom.js +9 -0
  18. data/vendor/assets/javascripts/creative-tim/shit_done/get-shit-done.js +108 -0
  19. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-bootstrapswitch.js +249 -0
  20. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-checkbox.js +109 -0
  21. data/vendor/assets/javascripts/creative-tim/shit_done/gsdk-radio.js +140 -0
  22. data/vendor/assets/stylesheets/creative-tim/{awesome_landing → awesome_landing_page}/landing-page.css +41 -41
  23. data/vendor/assets/stylesheets/creative-tim/awesome_landing_page/pe-icon-7-stroke.css +632 -0
  24. data/vendor/assets/stylesheets/creative-tim/light_dashboard/animate.min.css +6 -0
  25. data/vendor/assets/stylesheets/creative-tim/light_dashboard/demo.css +61 -0
  26. data/vendor/assets/stylesheets/creative-tim/light_dashboard/light-bootstrap-dashboard.css +3393 -0
  27. data/vendor/assets/stylesheets/creative-tim/light_dashboard/pe-icon-7-stroke.css +632 -0
  28. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css +2 -2
  29. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_alerts.scss +0 -23
  30. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_buttons.scss +7 -1
  31. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_carousel.scss +59 -0
  32. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_checkbox-radio.scss +10 -13
  33. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_collapse.scss +30 -0
  34. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_datepicker.scss +221 -0
  35. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_dropdown.scss +2 -0
  36. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_images.scss +28 -0
  37. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_inputs.scss +5 -38
  38. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_labels.scss +26 -0
  39. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_misc.scss +127 -0
  40. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_mixins.scss +1 -4
  41. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_modal.scss +54 -0
  42. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_navbars.scss +117 -13
  43. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_progress-bars.scss +27 -0
  44. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_responsive.scss +124 -218
  45. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sections.scss +38 -0
  46. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_sliders.scss +222 -0
  47. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tabs-navs-pagination.scss +353 -0
  48. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper/_tooltips-and-popovers.scss +171 -0
  49. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_typography.scss +7 -41
  50. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/_variables.scss +55 -79
  51. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_buttons.scss +1 -0
  52. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_inputs.scss +0 -0
  53. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_labels.scss +0 -0
  54. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_navbars.scss +0 -0
  55. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_tabs.scss +0 -0
  56. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_transparency.scss +0 -0
  57. data/vendor/assets/stylesheets/creative-tim/{paper_dashboard/sass/paper → paper_kit/ct-paper}/mixins/_vendor-prefixes.scss +0 -12
  58. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.css +3323 -0
  59. data/vendor/assets/stylesheets/creative-tim/paper_kit/ct-paper.scss +34 -0
  60. data/vendor/assets/stylesheets/creative-tim/paper_kit/demo.css +994 -0
  61. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.css +179 -0
  62. data/vendor/assets/stylesheets/creative-tim/paper_kit/examples.scss +150 -0
  63. data/vendor/assets/stylesheets/creative-tim/shit_done/demo.css +324 -0
  64. data/vendor/assets/stylesheets/creative-tim/shit_done/get-shit-done.css +7 -0
  65. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-base.css +1187 -0
  66. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-checkbox-radio-switch.css +257 -0
  67. data/vendor/assets/stylesheets/creative-tim/shit_done/gsdk-sliders.css +220 -0
  68. metadata +64 -39
  69. data/vendor/assets/javascripts/creative-tim/paper_dashboard/bootstrap.min.js +0 -7
  70. data/vendor/assets/javascripts/creative-tim/paper_dashboard/jquery-1.10.2.js +0 -9789
  71. data/vendor/assets/stylesheets/creative-tim/awesome_landing/bootstrap.css +0 -6358
  72. data/vendor/assets/stylesheets/creative-tim/awesome_landing/fixes.scss +0 -39
  73. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css +0 -5
  74. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss +0 -45
  75. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_cards.scss +0 -243
  76. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_chartist.scss +0 -230
  77. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_footers.scss +0 -43
  78. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_misc.scss +0 -69
  79. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_sidebar-and-main-panel.scss +0 -195
  80. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_tables.scss +0 -77
  81. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_cards.scss +0 -8
  82. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_chartist.scss +0 -104
  83. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_icons.scss +0 -13
  84. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/mixins/_sidebar.scss +0 -42
  85. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss +0 -28
  86. data/vendor/assets/stylesheets/creative-tim/paper_dashboard/themify-icons.css +0 -1081
@@ -0,0 +1,38 @@
1
+ .section{
2
+ padding: 30px 0;
3
+ position: relative;
4
+ background-color: #f4f3ef;
5
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
6
+ }
7
+ .section-with-space{
8
+ padding: 60px 0;
9
+ }
10
+ .section-gray{
11
+ background-color: #EEEEEE;
12
+ }
13
+ .section-white{
14
+ background-color: #FFFFFF;
15
+ }
16
+ .section-nude{
17
+ background-color: $bg-nude;
18
+ }
19
+ .section-light-brown{
20
+ background-color: #D8C1AB;
21
+ color: $white-color;
22
+ }
23
+ .section-brown{
24
+ background-color: #A59E94;
25
+ color: $white-color;
26
+ }
27
+ .section-light-blue{
28
+ background-color: $primary-color;
29
+ color: $white-color;
30
+ }
31
+ .section-dark-blue{
32
+ background-color: #506367;
33
+ color: $white-color;
34
+ }
35
+ .section-dark{
36
+ background-color: #1a1817;
37
+ color: $white-color;
38
+ }
@@ -0,0 +1,222 @@
1
+
2
+ /*!
3
+ * jQuery UI Slider 1.10.4
4
+ * http://jqueryui.com
5
+ *
6
+ * Copyright 2014 jQuery Foundation and other contributors
7
+ * Released under the MIT license.
8
+ * http://jquery.org/license
9
+ *
10
+ * http://api.jqueryui.com/slider/#theming
11
+ */
12
+ .ui-slider {
13
+ border-radius: $border-radius-small;
14
+ position: relative;
15
+ text-align: left;
16
+ }
17
+ .ui-slider .ui-slider-handle {
18
+ position: absolute;
19
+ z-index: 2;
20
+ width: 1.2em;
21
+ height: 1.2em;
22
+ cursor: default;
23
+ transition: none;
24
+ -webkit-transition: none;
25
+ }
26
+ .ui-slider .ui-slider-range {
27
+ background-position: 0 0;
28
+ border: 0;
29
+ border-radius: $border-radius-small;
30
+ display: block;
31
+ font-size: .7em;
32
+ position: absolute;
33
+ z-index: 1;
34
+ }
35
+
36
+ /* For IE8 - See #6727 */
37
+ .ui-slider.ui-state-disabled .ui-slider-handle,
38
+ .ui-slider.ui-state-disabled .ui-slider-range {
39
+ filter: inherit;
40
+ }
41
+
42
+ .ui-slider-horizontal {
43
+ height: 8px;
44
+ }
45
+ .ui-slider-horizontal .ui-slider-handle {
46
+ margin-left: -10px;
47
+ top: -4px;
48
+ }
49
+ .ui-slider-horizontal .ui-slider-range {
50
+ top: 0;
51
+ height: 100%;
52
+ }
53
+ .ui-slider-horizontal .ui-slider-range-min {
54
+ left: 0;
55
+ }
56
+ .ui-slider-horizontal .ui-slider-range-max {
57
+ right: 0;
58
+ }
59
+
60
+ .ui-slider-vertical {
61
+ width: .8em;
62
+ height: 100px;
63
+ }
64
+ .ui-slider-vertical .ui-slider-handle {
65
+ left: -.3em;
66
+ margin-left: 0;
67
+ margin-bottom: -.6em;
68
+ }
69
+ .ui-slider-vertical .ui-slider-range {
70
+ left: 0;
71
+ width: 100%;
72
+ }
73
+ .ui-slider-vertical .ui-slider-range-min {
74
+ bottom: 0;
75
+ }
76
+ .ui-slider-vertical .ui-slider-range-max {
77
+ top: 0;
78
+ }
79
+
80
+ /* Component containers
81
+ ----------------------------------*/
82
+ .ui-widget {
83
+ font-size: 1.1em/*{fsDefault}*/;
84
+ }
85
+ .ui-widget .ui-widget {
86
+ font-size: 1em;
87
+ }
88
+ .ui-widget input,
89
+ .ui-widget select,
90
+ .ui-widget textarea,
91
+ .ui-widget button {
92
+ font-size: 1em;
93
+ }
94
+ .ui-widget-content {
95
+ background-color: #E5E5E5;
96
+ }
97
+ .ui-widget-content a {
98
+ color: #222222/*{fcContent}*/;
99
+ }
100
+ .ui-widget-header {
101
+ background: $medium-gray;
102
+ color: #222222;
103
+ font-weight: bold;
104
+ }
105
+ .ui-widget-header a {
106
+ color: #222222;
107
+ }
108
+
109
+ .slider-primary .ui-widget-header{
110
+ background-color: $primary-color;
111
+ }
112
+ .slider-info .ui-widget-header{
113
+ background-color: $info-color;
114
+ }
115
+ .slider-success .ui-widget-header{
116
+ background-color: $success-color;
117
+ }
118
+ .slider-warning .ui-widget-header{
119
+ background-color: $warning-color;
120
+ }
121
+ .slider-danger .ui-widget-header{
122
+ background-color: $danger-color;
123
+ }
124
+
125
+ /* Interaction states
126
+ ----------------------------------*/
127
+ .ui-state-default,
128
+ .ui-widget-content .ui-state-default,
129
+ .ui-widget-header .ui-state-default {
130
+ background: rgb(255,255,255); /* Old browsers */
131
+ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,242,1) 100%); /* FF3.6+ */
132
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,242,1))); /* Chrome,Safari4+ */
133
+ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Chrome10+,Safari5.1+ */
134
+ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* Opera 11.10+ */
135
+ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* IE10+ */
136
+ background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,242,1) 100%); /* W3C */
137
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
138
+
139
+ border-radius: 50%;
140
+ box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.4);
141
+ height:15px;
142
+ width:15px;
143
+ cursor:pointer;
144
+ }
145
+ .ui-state-default a,
146
+ .ui-state-default a:link,
147
+ .ui-state-default a:visited {
148
+ color: #555555/*{fcDefault}*/;
149
+ text-decoration: none;
150
+ }
151
+
152
+ .ui-state-hover a,
153
+ .ui-state-hover a:hover,
154
+ .ui-state-hover a:link,
155
+ .ui-state-hover a:visited,
156
+ .ui-state-focus a,
157
+ .ui-state-focus a:hover,
158
+ .ui-state-focus a:link,
159
+ .ui-state-focus a:visited {
160
+ color: #212121/*{fcHover}*/;
161
+ text-decoration: none;
162
+ }
163
+ .ui-state-active a,
164
+ .ui-state-active a:link,
165
+ .ui-state-active a:visited {
166
+ color: #212121/*{fcActive}*/;
167
+ text-decoration: none;
168
+ }
169
+
170
+ /* Interaction Cues
171
+ ----------------------------------*/
172
+ .ui-state-highlight,
173
+ .ui-widget-content .ui-state-highlight,
174
+ .ui-widget-header .ui-state-highlight {
175
+ border: 1px solid #fcefa1;
176
+ background: #fbf9ee;
177
+ color: #363636;
178
+ }
179
+ .ui-state-highlight a,
180
+ .ui-widget-content .ui-state-highlight a,
181
+ .ui-widget-header .ui-state-highlight a {
182
+ color: #363636;
183
+ }
184
+ .ui-state-error,
185
+ .ui-widget-content .ui-state-error,
186
+ .ui-widget-header .ui-state-error {
187
+ border: 1px solid $danger-color/*{borderColorError}*/;
188
+ background-color: $danger-color;
189
+ color: $danger-color/*{fcError}*/;
190
+ }
191
+ .ui-state-error a,
192
+ .ui-widget-content .ui-state-error a,
193
+ .ui-widget-header .ui-state-error a {
194
+ color: $danger-color/*{fcError}*/;
195
+ }
196
+ .ui-state-error-text,
197
+ .ui-widget-content .ui-state-error-text,
198
+ .ui-widget-header .ui-state-error-text {
199
+ color: $danger-color/*{fcError}*/;
200
+ }
201
+ .ui-priority-primary,
202
+ .ui-widget-content .ui-priority-primary,
203
+ .ui-widget-header .ui-priority-primary {
204
+ font-weight: bold;
205
+ }
206
+ .ui-priority-secondary,
207
+ .ui-widget-content .ui-priority-secondary,
208
+ .ui-widget-header .ui-priority-secondary {
209
+ opacity: .7;
210
+ filter:Alpha(Opacity=70);
211
+ font-weight: normal;
212
+ }
213
+ .ui-state-disabled,
214
+ .ui-widget-content .ui-state-disabled,
215
+ .ui-widget-header .ui-state-disabled {
216
+ opacity: .35;
217
+ filter:Alpha(Opacity=35);
218
+ background-image: none;
219
+ }
220
+ .ui-state-disabled .ui-icon {
221
+ filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
222
+ }
@@ -0,0 +1,353 @@
1
+ /* Navigation menu */
2
+
3
+ /* Navigation Tabs */
4
+ .nav-tabs-navigation{
5
+ text-align: center;
6
+ border-bottom: 1px solid $medium-pale-bg;
7
+ margin-bottom: 30px;
8
+
9
+ .nav > li > a{
10
+ padding-bottom: 20px;
11
+ }
12
+ }
13
+ .nav-tabs-wrapper{
14
+ display: inline-block;
15
+ margin-bottom: -6px;
16
+ margin-left: 1.25%;
17
+ margin-right: 1.25%;
18
+ position: relative;
19
+ width: auto;
20
+ }
21
+ .nav-tabs {
22
+ border-bottom: 0 none;
23
+ font-size: $font-size-base;
24
+ font-weight: $font-weight-bold;
25
+ > li{
26
+ > a{
27
+ border: 0 none;
28
+ color: $other-medium-gray;
29
+ }
30
+ > a:hover{
31
+ color: $font-color;
32
+ }
33
+ }
34
+
35
+ > li.active{
36
+ color: $font-color;
37
+ position: relative;
38
+
39
+ > a,
40
+ > a:hover,
41
+ > a:focus{
42
+ background-color: transparent;
43
+ border: 0 none;
44
+ //height: 50px;
45
+ }
46
+
47
+ :after{
48
+ border-bottom: 11px solid $bg-nude;
49
+ border-left: 11px solid rgba(0, 0, 0, 0);
50
+ border-right: 11px solid rgba(0, 0, 0, 0);
51
+ content: "";
52
+ display: inline-block;
53
+ position: absolute;
54
+ right: 40%;
55
+ bottom: -1px;
56
+ }
57
+
58
+ :before{
59
+ border-bottom: 11px solid $medium-pale-bg;
60
+ border-left: 11px solid rgba(0, 0, 0, 0);
61
+ border-right: 11px solid rgba(0, 0, 0, 0);
62
+ content: "";
63
+ display: inline-block;
64
+ position: absolute;
65
+ right: 40%;
66
+ bottom: 1px;
67
+ }
68
+ }
69
+ }
70
+
71
+ /* Navigation Pills */
72
+ .nav-pills {
73
+ > li + li {
74
+ margin-left: 0;
75
+ }
76
+ > li > a {
77
+ border: 2px solid $default-color;
78
+ border-radius: 0;
79
+ color: $default-color;
80
+ font-weight: $font-weight-bold;
81
+ margin-left: -1px;
82
+ padding: 5px 20px;
83
+
84
+ }
85
+ > li.active > a,
86
+ > li.active > a:hover,
87
+ > li.active > a:focus {
88
+ background-color: $default-color;
89
+ color: #FFFFFF;
90
+ }
91
+ > li:first-child > a{
92
+ border-radius: 30px 0 0 30px;
93
+ margin: 0;
94
+ }
95
+ > li:last-child > a{
96
+ border-radius: 0 30px 30px 0;
97
+ }
98
+
99
+ }
100
+
101
+ .pagination > li > a,
102
+ .pagination > li > span,
103
+ .pagination > li:first-child > a,
104
+ .pagination > li:first-child > span,
105
+ .pagination > li:last-child > a,
106
+ .pagination > li:last-child > span{
107
+ background-color: transparent;
108
+ border: 2px solid $default-color;
109
+ border-radius: 20px;
110
+ color: $default-color;
111
+ height: $line-height;
112
+ margin: 0 2px;
113
+ min-width: 36px;
114
+ padding: 5px 12px;
115
+ }
116
+ .pagination > li > a:hover,
117
+ .pagination > li > a:focus,
118
+ .pagination > li > a:active,
119
+ .pagination > li.active > a,
120
+ .pagination > li.active > span,
121
+ .pagination > li.active > a:hover,
122
+ .pagination > li.active > span:hover,
123
+ .pagination > li.active > a:focus,
124
+ .pagination > li.active > span:focus {
125
+ background-color: $default-color;
126
+ border-color: $default-color;
127
+ color: $white-color;
128
+ }
129
+
130
+ .nav-pills-primary > li > a,
131
+ .pagination-primary > li > a,
132
+ .pagination-primary > li > span,
133
+ .pagination-primary > li:first-child > a,
134
+ .pagination-primary > li:first-child > span,
135
+ .pagination-primary > li:last-child > a,
136
+ .pagination-primary > li:last-child > span{
137
+ border: 2px solid $primary-color;
138
+ color: $primary-color;
139
+ }
140
+
141
+ .nav-pills-primary > li.active > a,
142
+ .nav-pills-primary > li.active > a:hover,
143
+ .nav-pills-primary > li.active > a:focus,
144
+ .pagination-primary > li > a:hover,
145
+ .pagination-primary > li > a:focus,
146
+ .pagination-primary > li > a:active,
147
+ .pagination-primary > li.active > a,
148
+ .pagination-primary > li.active > span,
149
+ .pagination-primary > li.active > a:hover,
150
+ .pagination-primary > li.active > span:hover,
151
+ .pagination-primary > li.active > a:focus,
152
+ .pagination-primary > li.active > span:focus{
153
+ background-color: $primary-color;
154
+ border-color: $primary-color;
155
+ color: $white-color;
156
+ }
157
+
158
+ .nav-pills-info > li > a,
159
+ .pagination-info > li > a,
160
+ .pagination-info > li > span,
161
+ .pagination-info > li:first-child > a,
162
+ .pagination-info > li:first-child > span,
163
+ .pagination-info > li:last-child > a,
164
+ .pagination-info > li:last-child > span{
165
+ border: 2px solid $info-color;
166
+ color: $info-color;
167
+ }
168
+
169
+ .nav-pills-info > li.active > a,
170
+ .nav-pills-info > li.active > a:hover,
171
+ .nav-pills-info > li.active > a:focus,
172
+ .pagination-info > li > a:hover,
173
+ .pagination-info > li > a:focus,
174
+ .pagination-info > li > a:active,
175
+ .pagination-info > li.active > a,
176
+ .pagination-info > li.active > span,
177
+ .pagination-info > li.active > a:hover,
178
+ .pagination-info > li.active > span:hover,
179
+ .pagination-info > li.active > a:focus,
180
+ .pagination-info > li.active > span:focus{
181
+ background-color: $info-color;
182
+ border-color: $info-color;
183
+ color: $white-color;
184
+ }
185
+
186
+ .nav-pills-success > li > a,
187
+ .pagination-success > li > a,
188
+ .pagination-success > li > span,
189
+ .pagination-success > li:first-child > a,
190
+ .pagination-success > li:first-child > span,
191
+ .pagination-success > li:last-child > a,
192
+ .pagination-success > li:last-child > span{
193
+ border: 2px solid $success-color;
194
+ color: $success-color;
195
+ }
196
+
197
+ .nav-pills-success > li.active > a,
198
+ .nav-pills-success > li.active > a:hover,
199
+ .nav-pills-success > li.active > a:focus,
200
+ .pagination-success > li > a:hover,
201
+ .pagination-success > li > a:focus,
202
+ .pagination-success > li > a:active,
203
+ .pagination-success > li.active > a,
204
+ .pagination-success > li.active > span,
205
+ .pagination-success > li.active > a:hover,
206
+ .pagination-success > li.active > span:hover,
207
+ .pagination-success > li.active > a:focus,
208
+ .pagination-success > li.active > span:focus{
209
+ background-color: $success-color;
210
+ border-color: $success-color;
211
+ color: $white-color;
212
+ }
213
+
214
+ .nav-pills-warning > li > a,
215
+ .pagination-warning > li > a,
216
+ .pagination-warning > li > span,
217
+ .pagination-warning > li:first-child > a,
218
+ .pagination-warning > li:first-child > span,
219
+ .pagination-warning > li:last-child > a,
220
+ .pagination-warning > li:last-child > span{
221
+ border: 2px solid $warning-color;
222
+ color: $warning-color;
223
+ }
224
+
225
+ .nav-pills-warning > li.active > a,
226
+ .nav-pills-warning > li.active > a:hover,
227
+ .nav-pills-warning > li.active > a:focus,
228
+ .pagination-warning > li > a:hover,
229
+ .pagination-warning > li > a:focus,
230
+ .pagination-warning > li > a:active,
231
+ .pagination-warning > li.active > a,
232
+ .pagination-warning > li.active > span,
233
+ .pagination-warning > li.active > a:hover,
234
+ .pagination-warning > li.active > span:hover,
235
+ .pagination-warning > li.active > a:focus,
236
+ .pagination-warning > li.active > span:focus{
237
+ background-color: $warning-color;
238
+ border-color: $warning-color;
239
+ color: $white-color;
240
+ }
241
+
242
+ .nav-pills-danger > li > a,
243
+ .pagination-danger > li > a,
244
+ .pagination-danger > li > span,
245
+ .pagination-danger > li:first-child > a,
246
+ .pagination-danger > li:first-child > span,
247
+ .pagination-danger > li:last-child > a,
248
+ .pagination-danger > li:last-child > span{
249
+ border: 2px solid $danger-color;
250
+ color: $danger-color;
251
+ }
252
+
253
+ .nav-pills-danger > li.active > a,
254
+ .nav-pills-danger > li.active > a:hover,
255
+ .nav-pills-danger > li.active > a:focus,
256
+ .pagination-danger > li > a:hover,
257
+ .pagination-danger > li > a:focus,
258
+ .pagination-danger > li > a:active,
259
+ .pagination-danger > li.active > a,
260
+ .pagination-danger > li.active > span,
261
+ .pagination-danger > li.active > a:hover,
262
+ .pagination-danger > li.active > span:hover,
263
+ .pagination-danger > li.active > a:focus,
264
+ .pagination-danger > li.active > span:focus{
265
+ background-color: $danger-color;
266
+ border-color: $danger-color;
267
+ color: $white-color;
268
+ }
269
+
270
+ .nav-text, .nav-icons{
271
+ margin: $margin-bottom;
272
+
273
+ > li > a{
274
+ display: block;
275
+ padding: 0px $padding-base-horizontal;
276
+ color: $dark-gray;
277
+ text-align: center;
278
+ @include opacity(0.8);
279
+
280
+ &:hover,
281
+ &:focus{
282
+ background-color: $transparent-bg;
283
+ @include opacity(1);
284
+ }
285
+ }
286
+ > li:first-child a{
287
+ padding-left: 0;
288
+ }
289
+ > li.active a{
290
+ color: $info-color;
291
+ }
292
+ }
293
+ .nav-icons > li{
294
+ display: inline-block;
295
+ > a{
296
+ padding: 0 10px;
297
+ margin-bottom: 10px;
298
+ }
299
+ > a i{
300
+ font-size: $font-size-h4;
301
+ margin-bottom: 10px;
302
+ width: $font-size-h4;
303
+ }
304
+ }
305
+ .nav-icons.nav-stacked > li{
306
+ display: block;
307
+ > a {
308
+ margin-bottom: 20px;
309
+ }
310
+ }
311
+ .nav-blue > li.active a{
312
+ color: $primary-color;
313
+ }
314
+ .nav-azure > li.active a{
315
+ color: $info-color;
316
+ }
317
+ .nav-green > li.active a{
318
+ color: $success-color;
319
+ }
320
+ .nav-orange > li.active a{
321
+ color: $warning-color;
322
+ }
323
+ .nav-red > li.active a{
324
+ color: $danger-color;
325
+ }
326
+
327
+ .nav-text{
328
+ margin: $margin-bottom;
329
+
330
+ > li > a{
331
+ font-size: $font-size-h6;
332
+ text-transform: uppercase;
333
+ padding: 3px 0;
334
+ text-align: left;
335
+ font-weight: $font-weight-semi;
336
+
337
+ }
338
+ > li:first-child > a{
339
+ padding-top: 0;
340
+ }
341
+ h4{
342
+ margin-top: 0;
343
+ }
344
+ }
345
+
346
+ .nav-text:not(.nav-stacked){
347
+ > li{
348
+ display: inline-block;
349
+ }
350
+ > li > a{
351
+ margin-right: 15px;
352
+ }
353
+ }