vbax-becky_thatcher 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +8 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +21 -0
  5. data/README.md +39 -0
  6. data/Rakefile +2 -0
  7. data/bin/console +14 -0
  8. data/bin/setup +8 -0
  9. data/lib/vbax/becky_thatcher/engine.rb +14 -0
  10. data/lib/vbax/becky_thatcher/version.rb +5 -0
  11. data/lib/vbax/becky_thatcher.rb +8 -0
  12. data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
  13. data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
  14. data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
  15. data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
  16. data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
  17. data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
  18. data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
  19. data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
  20. data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
  21. data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
  22. data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
  23. data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
  24. data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
  25. data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
  26. data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
  27. data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
  28. data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
  29. data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
  30. data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
  31. data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
  32. data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
  33. data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
  34. data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
  35. data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
  36. data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
  37. data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
  38. data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
  39. data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
  40. data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
  41. data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
  42. data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
  43. data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
  44. data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
  45. data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
  46. data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
  47. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
  48. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
  49. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
  50. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
  51. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
  52. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
  53. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
  54. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
  55. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
  56. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
  57. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
  58. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
  59. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
  60. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
  61. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
  62. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
  63. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
  64. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
  65. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
  66. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
  67. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
  68. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
  69. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
  70. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
  71. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
  72. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
  73. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
  74. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
  75. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
  76. data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
  77. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
  78. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
  79. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
  80. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
  81. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
  82. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
  83. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
  84. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
  85. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
  86. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
  87. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
  88. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
  89. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
  90. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
  91. data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
  92. data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
  93. data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
  94. data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
  95. data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
  96. data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
  97. data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
  98. data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
  99. data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
  100. data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
  101. data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
  102. data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
  103. data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
  104. data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
  105. data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
  106. data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
  107. data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
  108. data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
  109. data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
  110. data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
  111. data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
  112. data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
  113. data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
  114. data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
  115. data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
  116. data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
  117. data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
  118. data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
  119. data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
  120. data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
  121. data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
  122. data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
  123. data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
  124. data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
  125. data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
  126. data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
  127. data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
  128. data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
  129. data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
  130. data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
  131. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
  132. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
  133. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
  134. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
  135. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
  136. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
  137. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
  138. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
  139. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
  140. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
  141. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
  142. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
  143. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
  144. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
  145. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
  146. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
  147. data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
  148. data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
  149. data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
  150. data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
  151. data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
  152. data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
  153. data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
  154. data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
  155. data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
  156. data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
  157. data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
  158. data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
  159. data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
  160. data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
  161. data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
  162. data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
  163. data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
  164. data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
  165. data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
  166. data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
  167. data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
  168. data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
  169. data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
  170. data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
  171. data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
  172. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
  173. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
  174. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
  175. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
  176. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
  177. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
  178. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
  179. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
  180. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
  181. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
  182. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
  183. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
  184. data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
  185. data/lib/vbax/sass/becky_thatcher.scss +144 -0
  186. data/vbax-becky_thatcher.gemspec +41 -0
  187. metadata +257 -0
@@ -0,0 +1,227 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+ // This file was modified by Creative Tim to keep only the animation that we need for Bootstrap Notify
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+ @charset "UTF-8";
34
+
35
+ /*!
36
+ Animate.css - http://daneden.me/animate
37
+ Licensed under the MIT license - http://opensource.org/licenses/MIT
38
+
39
+ Copyright (c) 2015 Daniel Eden
40
+ */
41
+
42
+ .animated {
43
+ -webkit-animation-duration: 1s;
44
+ animation-duration: 1s;
45
+ -webkit-animation-fill-mode: both;
46
+ animation-fill-mode: both;
47
+ }
48
+
49
+ .animated.infinite {
50
+ -webkit-animation-iteration-count: infinite;
51
+ animation-iteration-count: infinite;
52
+ }
53
+
54
+ .animated.hinge {
55
+ -webkit-animation-duration: 2s;
56
+ animation-duration: 2s;
57
+ }
58
+
59
+ .animated.bounceIn,
60
+ .animated.bounceOut {
61
+ -webkit-animation-duration: .75s;
62
+ animation-duration: .75s;
63
+ }
64
+
65
+ .animated.flipOutX,
66
+ .animated.flipOutY {
67
+ -webkit-animation-duration: .75s;
68
+ animation-duration: .75s;
69
+ }
70
+
71
+ @-webkit-keyframes shake {
72
+ from, to {
73
+ -webkit-transform: translate3d(0, 0, 0);
74
+ transform: translate3d(0, 0, 0);
75
+ }
76
+
77
+ 10%, 30%, 50%, 70%, 90% {
78
+ -webkit-transform: translate3d(-10px, 0, 0);
79
+ transform: translate3d(-10px, 0, 0);
80
+ }
81
+
82
+ 20%, 40%, 60%, 80% {
83
+ -webkit-transform: translate3d(10px, 0, 0);
84
+ transform: translate3d(10px, 0, 0);
85
+ }
86
+ }
87
+
88
+ @keyframes shake {
89
+ from, to {
90
+ -webkit-transform: translate3d(0, 0, 0);
91
+ transform: translate3d(0, 0, 0);
92
+ }
93
+
94
+ 10%, 30%, 50%, 70%, 90% {
95
+ -webkit-transform: translate3d(-10px, 0, 0);
96
+ transform: translate3d(-10px, 0, 0);
97
+ }
98
+
99
+ 20%, 40%, 60%, 80% {
100
+ -webkit-transform: translate3d(10px, 0, 0);
101
+ transform: translate3d(10px, 0, 0);
102
+ }
103
+ }
104
+
105
+ .shake {
106
+ -webkit-animation-name: shake;
107
+ animation-name: shake;
108
+ }
109
+
110
+
111
+
112
+ @-webkit-keyframes fadeInDown {
113
+ from {
114
+ opacity: 0;
115
+ -webkit-transform: translate3d(0, -100%, 0);
116
+ transform: translate3d(0, -100%, 0);
117
+ }
118
+
119
+ to {
120
+ opacity: 1;
121
+ -webkit-transform: none;
122
+ transform: none;
123
+ }
124
+ }
125
+
126
+ @keyframes fadeInDown {
127
+ from {
128
+ opacity: 0;
129
+ -webkit-transform: translate3d(0, -100%, 0);
130
+ transform: translate3d(0, -100%, 0);
131
+ }
132
+
133
+ to {
134
+ opacity: 1;
135
+ -webkit-transform: none;
136
+ transform: none;
137
+ }
138
+ }
139
+
140
+ .fadeInDown {
141
+ -webkit-animation-name: fadeInDown;
142
+ animation-name: fadeInDown;
143
+ }
144
+
145
+
146
+ @-webkit-keyframes fadeOut {
147
+ from {
148
+ opacity: 1;
149
+ }
150
+
151
+ to {
152
+ opacity: 0;
153
+ }
154
+ }
155
+
156
+ @keyframes fadeOut {
157
+ from {
158
+ opacity: 1;
159
+ }
160
+
161
+ to {
162
+ opacity: 0;
163
+ }
164
+ }
165
+
166
+ .fadeOut {
167
+ -webkit-animation-name: fadeOut;
168
+ animation-name: fadeOut;
169
+ }
170
+
171
+ @-webkit-keyframes fadeOutDown {
172
+ from {
173
+ opacity: 1;
174
+ }
175
+
176
+ to {
177
+ opacity: 0;
178
+ -webkit-transform: translate3d(0, 100%, 0);
179
+ transform: translate3d(0, 100%, 0);
180
+ }
181
+ }
182
+
183
+ @keyframes fadeOutDown {
184
+ from {
185
+ opacity: 1;
186
+ }
187
+
188
+ to {
189
+ opacity: 0;
190
+ -webkit-transform: translate3d(0, 100%, 0);
191
+ transform: translate3d(0, 100%, 0);
192
+ }
193
+ }
194
+
195
+ .fadeOutDown {
196
+ -webkit-animation-name: fadeOutDown;
197
+ animation-name: fadeOutDown;
198
+ }
199
+
200
+ @-webkit-keyframes fadeOutUp {
201
+ from {
202
+ opacity: 1;
203
+ }
204
+
205
+ to {
206
+ opacity: 0;
207
+ -webkit-transform: translate3d(0, -100%, 0);
208
+ transform: translate3d(0, -100%, 0);
209
+ }
210
+ }
211
+
212
+ @keyframes fadeOutUp {
213
+ from {
214
+ opacity: 1;
215
+ }
216
+
217
+ to {
218
+ opacity: 0;
219
+ -webkit-transform: translate3d(0, -100%, 0);
220
+ transform: translate3d(0, -100%, 0);
221
+ }
222
+ }
223
+
224
+ .fadeOutUp {
225
+ -webkit-animation-name: fadeOutUp;
226
+ animation-name: fadeOutUp;
227
+ }
@@ -0,0 +1,358 @@
1
+ /*!
2
+ * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
3
+ *
4
+ * Copyright 2013-2017 bootstrap-select
5
+ * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
6
+ */
7
+
8
+ select.bs-select-hidden,
9
+ select.selectpicker {
10
+ display: none !important;
11
+ }
12
+
13
+ .bootstrap-select.show>.dropdown-toggle{
14
+ border-color: $primary !important;
15
+ }
16
+ .bootstrap-select button.dropdown-toggle{
17
+ background: $transparent-bg !important;
18
+ background-image: none !important;
19
+ border: 1px solid lighten($black, 5%);
20
+ &:hover,&:active,&:hover:active{
21
+ background: $transparent-bg !important;
22
+ box-shadow: none !important;
23
+ transform: none !important;
24
+
25
+ }
26
+ &:focus,&:active{
27
+ border-color: $primary !important;
28
+ }
29
+ }
30
+
31
+ .bootstrap-select {
32
+ min-width: 100%;
33
+ }
34
+ .bootstrap-select > .dropdown-toggle {
35
+ width: 100%;
36
+ padding-right: 25px;
37
+ z-index: 1;
38
+ margin: 0;
39
+
40
+ &:after{
41
+ margin-left: -10px !important;
42
+ }
43
+ }
44
+
45
+ .bootstrap-select > select {
46
+ position: absolute !important;
47
+ bottom: 0;
48
+ left: 50%;
49
+ display: block !important;
50
+ width: 0.5px !important;
51
+ height: 100% !important;
52
+ padding: 0 !important;
53
+ opacity: 0 !important;
54
+ border: none;
55
+ }
56
+ .bootstrap-select > select.mobile-device {
57
+ top: 0;
58
+ left: 0;
59
+ display: block !important;
60
+ width: 100% !important;
61
+ z-index: 2;
62
+ }
63
+ .has-error .bootstrap-select .dropdown-toggle,
64
+ .error .bootstrap-select .dropdown-toggle {
65
+ border-color: #b94a48;
66
+ }
67
+ .bootstrap-select.fit-width {
68
+ width: auto !important;
69
+ }
70
+ .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
71
+ width: 100%;
72
+ }
73
+
74
+ .bootstrap-select.form-control {
75
+ margin-bottom: 0;
76
+ padding: 0;
77
+ border: none;
78
+ }
79
+ .bootstrap-select.form-control:not([class*="col-"]) {
80
+ width: 100%;
81
+ }
82
+ .bootstrap-select.btn-block{
83
+ width: 100%;
84
+ }
85
+ .bootstrap-select.form-control.input-group-btn {
86
+ z-index: auto;
87
+ }
88
+ .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
89
+ border-radius: 0;
90
+ }
91
+ .bootstrap-select.btn-group:not(.input-group-btn),
92
+ .bootstrap-select.btn-group[class*="col-"] {
93
+ float: none;
94
+ display: inline-block;
95
+ margin-left: 0;
96
+ }
97
+ .bootstrap-select.btn-group.dropdown-menu-right,
98
+ .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
99
+ .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
100
+ float: right;
101
+ }
102
+ .form-inline .bootstrap-select.btn-group,
103
+ .form-horizontal .bootstrap-select.btn-group,
104
+ .form-group .bootstrap-select.btn-group {
105
+ margin-bottom: 0;
106
+ }
107
+ .form-group-lg .bootstrap-select.btn-group.form-control,
108
+ .form-group-sm .bootstrap-select.btn-group.form-control {
109
+ padding: 0;
110
+ }
111
+ .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
112
+ .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
113
+ height: 100%;
114
+ font-size: inherit;
115
+ line-height: inherit;
116
+ border-radius: inherit;
117
+ }
118
+ .form-inline .bootstrap-select.btn-group .form-control {
119
+ width: 100%;
120
+ }
121
+ .bootstrap-select.btn-group.disabled,
122
+ .bootstrap-select.btn-group > .disabled {
123
+ cursor: not-allowed;
124
+ }
125
+ .bootstrap-select.btn-group.disabled:focus,
126
+ .bootstrap-select.btn-group > .disabled:focus {
127
+ outline: none !important;
128
+ }
129
+ .bootstrap-select.btn-group.bs-container {
130
+ position: absolute;
131
+ height: 0 !important;
132
+ padding: 0 !important;
133
+ }
134
+ .bootstrap-select.btn-group.bs-container .dropdown-menu {
135
+ z-index: 1060;
136
+ }
137
+ .bootstrap-select.btn-group .dropdown-toggle .filter-option {
138
+ display: inline-block;
139
+ overflow: hidden;
140
+ text-overflow: ellipsis;
141
+ width: 90%;
142
+ font-size: $font-size-sm;
143
+ color: rgba($white,0.8);
144
+ font-weight: $font-weight-normal;
145
+ text-align: left;
146
+ }
147
+ .bootstrap-select.btn-group .dropdown-toggle .caret {
148
+ display: none;
149
+ }
150
+ .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
151
+ width: 100%;
152
+ }
153
+ .bootstrap-select.btn-group .dropdown-menu {
154
+ min-width: 100%;
155
+ -webkit-box-sizing: border-box;
156
+ -moz-box-sizing: border-box;
157
+ box-sizing: border-box;
158
+ max-height: 265px !important;
159
+ }
160
+ .bootstrap-select.btn-group .dropdown-menu.inner {
161
+ position: static;
162
+ float: none;
163
+ border: 0;
164
+ padding: 0;
165
+ margin: 0;
166
+ border-radius: 0;
167
+ display: block;
168
+ max-height: 245px !important;
169
+ overflow-y: scroll;
170
+ -ms-overflow-style: auto;
171
+ -webkit-box-shadow: none;
172
+ box-shadow: none;
173
+ }
174
+ .bootstrap-select.btn-group .dropdown-menu li {
175
+ position: relative;
176
+ }
177
+ .bootstrap-select.btn-group .dropdown-menu li.active small {
178
+ color: $white;
179
+ }
180
+ .bootstrap-select.btn-group .dropdown-menu li.disabled a {
181
+ cursor: not-allowed;
182
+ }
183
+ .bootstrap-select.btn-group .dropdown-menu li a {
184
+ cursor: pointer;
185
+ -webkit-user-select: none;
186
+ -moz-user-select: none;
187
+ -ms-user-select: none;
188
+ user-select: none;
189
+ }
190
+ .bootstrap-select.btn-group .dropdown-menu li a.opt {
191
+ position: relative;
192
+ padding-left: 2.25em;
193
+ }
194
+ .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
195
+ display: none;
196
+ }
197
+ .bootstrap-select.btn-group .dropdown-menu li a span.text {
198
+ display: inline-block;
199
+ }
200
+ .bootstrap-select.btn-group .dropdown-menu li small {
201
+ padding-left: 0.5em;
202
+ }
203
+ .bootstrap-select.btn-group .dropdown-menu .notify {
204
+ position: absolute;
205
+ bottom: 5px;
206
+ width: 96%;
207
+ margin: 0 2%;
208
+ min-height: 26px;
209
+ padding: 3px 5px;
210
+ background: #f5f5f5;
211
+ border: 1px solid #e3e3e3;
212
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
213
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
214
+ pointer-events: none;
215
+ opacity: 0.9;
216
+ -webkit-box-sizing: border-box;
217
+ -moz-box-sizing: border-box;
218
+ box-sizing: border-box;
219
+ }
220
+ .bootstrap-select.btn-group .no-results {
221
+ padding: 3px;
222
+ background: #f5f5f5;
223
+ margin: 0 5px;
224
+ white-space: nowrap;
225
+ }
226
+ .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
227
+ position: static;
228
+ }
229
+ .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
230
+ position: static;
231
+ top: auto;
232
+ margin-top: -1px;
233
+ }
234
+ .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
235
+ position: absolute;
236
+ display: inline-block;
237
+ right: 15px;
238
+ margin-top: 5px;
239
+ }
240
+ .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
241
+ margin-right: 34px;
242
+ }
243
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
244
+ z-index: 1061;
245
+ }
246
+ .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
247
+ content: '';
248
+ border-left: 7px solid transparent;
249
+ border-right: 7px solid transparent;
250
+ border-bottom: 7px solid rgba(204, 204, 204, 0.2);
251
+ position: absolute;
252
+ bottom: -4px;
253
+ left: 9px;
254
+ display: none;
255
+ }
256
+ .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
257
+ content: '';
258
+ border-left: 6px solid transparent;
259
+ border-right: 6px solid transparent;
260
+ border-bottom: 6px solid white;
261
+ position: absolute;
262
+ bottom: -4px;
263
+ left: 10px;
264
+ display: none;
265
+ }
266
+ .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
267
+ bottom: auto;
268
+ top: -3px;
269
+ border-top: 7px solid rgba(204, 204, 204, 0.2);
270
+ border-bottom: 0;
271
+ }
272
+ .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
273
+ bottom: auto;
274
+ top: -3px;
275
+ border-top: 6px solid white;
276
+ border-bottom: 0;
277
+ }
278
+ .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
279
+ right: 12px;
280
+ left: auto;
281
+ }
282
+ .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
283
+ right: 13px;
284
+ left: auto;
285
+ }
286
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
287
+ .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
288
+ display: block;
289
+ }
290
+ .bs-searchbox,
291
+ .bs-actionsbox,
292
+ .bs-donebutton {
293
+ padding: 4px 8px;
294
+ }
295
+ .bs-actionsbox {
296
+ width: 100%;
297
+ -webkit-box-sizing: border-box;
298
+ -moz-box-sizing: border-box;
299
+ box-sizing: border-box;
300
+ }
301
+ .bs-actionsbox .btn-group button {
302
+ width: 50%;
303
+ }
304
+ .bs-donebutton {
305
+ float: left;
306
+ width: 100%;
307
+ -webkit-box-sizing: border-box;
308
+ -moz-box-sizing: border-box;
309
+ box-sizing: border-box;
310
+ }
311
+ .bs-donebutton .btn-group button {
312
+ width: 100%;
313
+ }
314
+ .bs-searchbox + .bs-actionsbox {
315
+ padding: 0 8px 4px;
316
+ }
317
+ .bs-searchbox .form-control {
318
+ margin-bottom: 0;
319
+ width: 100%;
320
+ float: none;
321
+ }
322
+
323
+ .bootstrap-select {
324
+ .dropdown-menu.inner {
325
+ li a{
326
+ padding-left: 1.5rem;
327
+ padding-right: 1.5rem;
328
+ display: block;
329
+ outline: none;
330
+ color: #292b2c;
331
+ }
332
+
333
+ li.disabled a {
334
+ color: $default-opacity;
335
+
336
+ &:hover,
337
+ &:focus{
338
+ background-color: transparent;
339
+ }
340
+ }
341
+
342
+ }
343
+
344
+ .dropdown-menu {
345
+ &.open{
346
+ overflow: visible !important;
347
+ }
348
+
349
+ &.dropdown-black {
350
+ background: linear-gradient(to bottom, $black 0%, $black-states 100%);
351
+ border: 1px solid $dark-background;
352
+
353
+ li > a {
354
+ color: rgba(255, 255, 255, 0.7);
355
+ }
356
+ }
357
+ }
358
+ }