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,316 @@
1
+ /* ========================================================================
2
+ * bootstrap-switch - v3.3.4
3
+ * http://www.bootstrap-switch.org
4
+ * ========================================================================
5
+ * Copyright 2012-2013 Mattia Larentis
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ */
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+ //* IMPORTANT! Creative Tim Notice: this file has major changes to fit the Black Dashboard 's design. If you want to use the plugin as it was before our changes, please get the old files from http://www.bootstrap-switch.org
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+ .bootstrap-switch {
48
+ display: inline-block;
49
+ direction: ltr;
50
+ cursor: pointer;
51
+ border-radius: 30px;
52
+ border: 0;
53
+ position: relative;
54
+ text-align: left;
55
+ overflow: hidden;
56
+ box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
57
+ margin-bottom: 10px;
58
+ line-height: 8px;
59
+ width: 59px !important;
60
+ height: 22px;
61
+ outline: none;
62
+ z-index: 0;
63
+ -webkit-user-select: none;
64
+ -moz-user-select: none;
65
+ -ms-user-select: none;
66
+ user-select: none;
67
+ vertical-align: middle;
68
+ -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
69
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
70
+ background: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/J9H9WF0/night-sky-full-of-stars-fantasy-animation-made-of-magical-sparkly-light-particles-flickering-on-a-purple-blue-gradient-background_bajacpz7x_thumbnail-full01.png");
71
+ background-position: center center;
72
+ background-size: cover;
73
+ }
74
+
75
+ .bootstrap-switch .bootstrap-switch-container {
76
+ display: inline-flex;
77
+ top: 0;
78
+ height: 22px;
79
+ border-radius: 4px;
80
+ -webkit-transform: translate3d(0, 0, 0);
81
+ transform: translate3d(0, 0, 0);
82
+ width: 100px !important;
83
+ }
84
+ .bootstrap-switch .bootstrap-switch-handle-on,
85
+ .bootstrap-switch .bootstrap-switch-handle-off,
86
+ .bootstrap-switch .bootstrap-switch-label {
87
+ -webkit-box-sizing: border-box;
88
+ -moz-box-sizing: border-box;
89
+ box-sizing: border-box;
90
+ cursor: pointer;
91
+ display: inline-block !important;
92
+ height: 100%;
93
+ color: #fff;
94
+ padding: 6px 10px;
95
+ font-size: 11px;
96
+ text-indent: -5px;
97
+ line-height: 15px;
98
+ -webkit-transition: 0.25s ease-out;
99
+ transition: 0.25s ease-out;
100
+
101
+ }
102
+ .bootstrap-switch .bootstrap-switch-handle-on,
103
+ .bootstrap-switch .bootstrap-switch-handle-off {
104
+ text-align: center;
105
+ z-index: 1;
106
+ float: left;
107
+ line-height: 11px;
108
+ width: 50% !important;
109
+ }
110
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
111
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
112
+ color: #fff;
113
+ background: $brand-primary;
114
+ }
115
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
116
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
117
+ color: #fff;
118
+ background: $brand-info;
119
+ }
120
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
121
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
122
+ color: #fff;
123
+ background: $brand-success;
124
+ }
125
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
126
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
127
+ background: $brand-warning;
128
+ color: #fff;
129
+ }
130
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
131
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
132
+ color: #fff;
133
+ background: $brand-danger;
134
+ }
135
+ .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
136
+ .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
137
+ color: #fff;
138
+ }
139
+ .bootstrap-switch .bootstrap-switch-label {
140
+ text-align: center;
141
+ z-index: 100;
142
+ color: #333333;
143
+ background: #ffffff;
144
+ width: 18px !important;
145
+ height: 18px !important;
146
+ margin: 0px -11px;
147
+ border-radius: 20px;
148
+ position: absolute;
149
+ float: left;
150
+ top: 2px;
151
+ left: 51%;
152
+ padding: 0;
153
+ box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
154
+ }
155
+
156
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{
157
+ background-color: rgba(156, 156 ,156 , .9);
158
+ left: 52%;
159
+ }
160
+ .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label{
161
+ width: 27px !important;
162
+ margin-left: -20px;
163
+ }
164
+ .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label{
165
+ width: 27px !important;
166
+ margin-left: -11px;
167
+ }
168
+ .bootstrap-switch .bootstrap-switch-handle-on {
169
+ border-bottom-left-radius: 3px;
170
+ border-top-left-radius: 3px;
171
+ }
172
+ .bootstrap-switch .bootstrap-switch-handle-off {
173
+ text-indent: 6px;
174
+ }
175
+ .bootstrap-switch input[type='radio'],
176
+ .bootstrap-switch input[type='checkbox'] {
177
+ position: absolute !important;
178
+ top: 0;
179
+ left: 0;
180
+ opacity: 0;
181
+ filter: alpha(opacity=0);
182
+ z-index: -1;
183
+ }
184
+ .bootstrap-switch input[type='radio'].form-control,
185
+ .bootstrap-switch input[type='checkbox'].form-control {
186
+ height: auto;
187
+ }
188
+ .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
189
+ .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
190
+ .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
191
+ padding: 1px 5px;
192
+ font-size: 12px;
193
+ line-height: 1.5;
194
+ }
195
+ .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
196
+ .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
197
+ .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
198
+ padding: 5px 10px;
199
+ font-size: 12px;
200
+ line-height: 1.5;
201
+ }
202
+ .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
203
+ .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
204
+ .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
205
+ padding: 6px 16px;
206
+ font-size: 18px;
207
+ line-height: 1.33;
208
+ }
209
+ .bootstrap-switch.bootstrap-switch-disabled,
210
+ .bootstrap-switch.bootstrap-switch-readonly,
211
+ .bootstrap-switch.bootstrap-switch-indeterminate {
212
+ cursor: default !important;
213
+ }
214
+ .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
215
+ .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
216
+ .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
217
+ .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
218
+ .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
219
+ .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
220
+ .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
221
+ .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
222
+ .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
223
+ opacity: 0.5;
224
+ filter: alpha(opacity=50);
225
+ cursor: default !important;
226
+ }
227
+ .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
228
+ -webkit-transition: margin-left 0.5s;
229
+ transition: margin-left 0.5s;
230
+ }
231
+ .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
232
+ border-bottom-left-radius: 0;
233
+ border-top-left-radius: 0;
234
+ border-bottom-right-radius: 3px;
235
+ border-top-right-radius: 3px;
236
+ }
237
+ .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
238
+ border-bottom-right-radius: 0;
239
+ border-top-right-radius: 0;
240
+ border-bottom-left-radius: 3px;
241
+ border-top-left-radius: 3px;
242
+ }
243
+ .bootstrap-switch.bootstrap-switch-focused {
244
+ // border-color: #66afe9;
245
+ // outline: 0;
246
+ // -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
247
+ // box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
248
+ }
249
+ // .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
250
+ // .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
251
+ // border-bottom-right-radius: 3px;
252
+ // border-top-right-radius: 3px;
253
+ // }
254
+ // .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
255
+ // .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
256
+ // border-bottom-left-radius: 3px;
257
+ // border-top-left-radius: 3px;
258
+ // }
259
+
260
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container{
261
+ margin-left: -2px !important;
262
+ }
263
+
264
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container{
265
+ margin-left: -39px !important;
266
+ }
267
+
268
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{
269
+ &:before{
270
+ background-color: #FFFFFF;
271
+ }
272
+ }
273
+
274
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-red ~ .bootstrap-switch-default{
275
+ background-color: $brand-danger;
276
+ }
277
+
278
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-orange ~ .bootstrap-switch-default{
279
+ background-color: $brand-warning;
280
+ }
281
+
282
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-green ~ .bootstrap-switch-default{
283
+ background-color: $brand-success;
284
+ }
285
+
286
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-brown ~ .bootstrap-switch-default{
287
+ background-color: $brand-primary;
288
+ }
289
+
290
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-blue ~ .bootstrap-switch-default{
291
+ background-color: $brand-info;
292
+ }
293
+
294
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
295
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
296
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
297
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
298
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green{
299
+ background-color: $light-gray;
300
+ }
301
+
302
+ .bootstrap-switch-on .bootstrap-switch-handle-off,
303
+ .bootstrap-switch-off .bootstrap-switch-handle-on{
304
+ opacity: 0;
305
+ visibility: hidden;
306
+ }
307
+
308
+ .bootstrap-switch-off:before{
309
+ position: absolute;
310
+ content: "";
311
+ height: 100%;
312
+ width: 100%;
313
+ top: 0;
314
+ right: 0;
315
+ background: rgba(16,16,16,0.7);
316
+ }
@@ -0,0 +1,315 @@
1
+ .card-wizard {
2
+ min-height: 410px;
3
+ background: transparent !important;
4
+ box-shadow: none !important;
5
+ opacity: 0;
6
+ @include transitions($general-transition-time, $transition-linear);
7
+
8
+ &.active{
9
+ opacity: 1;
10
+ }
11
+
12
+ @include set-wizard-color($primary);
13
+
14
+ &[data-color="primary"]{
15
+ @include set-wizard-color($primary);
16
+ }
17
+
18
+ &[data-color="green"]{
19
+ @include set-wizard-color(darken($success,10%));
20
+ }
21
+
22
+ &[data-color="blue"]{
23
+ @include set-wizard-color($info);
24
+ }
25
+
26
+ &[data-color="red"]{
27
+ @include set-wizard-color($danger);
28
+ }
29
+
30
+ &[data-color="orange"]{
31
+ @include set-wizard-color($warning);
32
+ }
33
+
34
+ .nav-pills .nav-item {
35
+ position: relative;
36
+ .nav-link{
37
+ height: 45px;
38
+ width: 45px;
39
+ min-width: 45px;
40
+ border-radius: 50% !important;
41
+ position: absolute;
42
+ left: 50%;
43
+ top: -20px;
44
+ transform: translate(-50%);
45
+ background-color: white;
46
+ p{
47
+ position: absolute;
48
+ top: 110%;
49
+ left: 50%;
50
+ transform: translate(-50%);
51
+ font-weight: $font-weight-normal;
52
+ color: $white;
53
+ }
54
+
55
+ &:hover,&:focus{
56
+ background-color: white;
57
+ }
58
+
59
+ }
60
+
61
+
62
+ }
63
+
64
+ .nav-pills .nav-item .nav-link.active,
65
+ .nav-pills .nav-item .nav-link:hover,
66
+ .nav-pills .nav-item .nav-link:focus,
67
+ .nav-pills .nav-item .nav-link.active:focus,
68
+ .nav-pills .nav-item .nav-link.active:hover{
69
+ box-shadow: none;
70
+ }
71
+
72
+ .picture-container{
73
+ position: relative;
74
+ cursor: pointer;
75
+ text-align: center;
76
+ }
77
+
78
+ .card-body {
79
+ background: $black;
80
+ border-top-left-radius: $border-radius-lg;
81
+ border-top-right-radius: $border-radius-lg;
82
+ margin-top: 20px;
83
+ }
84
+
85
+ .card-footer {
86
+ background-color: $black !important;
87
+ border-bottom-left-radius: $border-radius-lg;
88
+ border-bottom-right-radius: $border-radius-lg;
89
+ padding-bottom: 20px;
90
+
91
+ .pull-right {
92
+ padding-right: 80px;
93
+ }
94
+ .pull-left {
95
+ padding-left: 80px;
96
+ }
97
+ }
98
+
99
+ .wizard-navigation {
100
+ position: relative;
101
+ margin: 80px auto 60px;
102
+
103
+ .nav-link{
104
+ display: flex;
105
+ align-items: center;
106
+ -ms-flex-pack: center;
107
+ justify-content: center;
108
+ }
109
+
110
+ .progress-with-circle{
111
+ position: relative;
112
+ top: 5px;
113
+ height: 5px;
114
+ border-radius: $border-radius-lg;
115
+
116
+ .progress-bar{
117
+ height: 100%;
118
+ border-radius: $border-radius-lg;
119
+ box-shadow: none;
120
+ -webkit-transition: width .3s ease;
121
+ -o-transition: width .3s ease;
122
+ transition: width .3s ease;
123
+ }
124
+ }
125
+ }
126
+
127
+ .wizard-navigation .nav-link i,
128
+ .moving-tab i{
129
+ display: inline-block;
130
+ font-size: 19px;
131
+ line-height: initial;
132
+ padding: 0;
133
+ vertical-align: bottom;
134
+ }
135
+
136
+ .picture{
137
+ width: 106px;
138
+ height: 106px;
139
+ background-color: #999999;
140
+ border: 1px solid $light-gray;
141
+ color: #FFFFFF;
142
+ border-radius: 50%;
143
+ margin: 5px auto;
144
+ overflow: hidden;
145
+ transition: all 0.2s;
146
+ -webkit-transition: all 0.2s;
147
+
148
+ &:hover{
149
+ border-color: #2ca8ff;
150
+ }
151
+ }
152
+
153
+
154
+
155
+
156
+
157
+ .picture input[type="file"] {
158
+ cursor: pointer;
159
+ display: block;
160
+ height: 100%;
161
+ left: 0;
162
+ opacity: 0 !important;
163
+ position: absolute;
164
+ top: 0;
165
+ width: 100%;
166
+ }
167
+
168
+ .picture-src{
169
+ width: 100%;
170
+ }
171
+
172
+ .tab-content{
173
+ padding: 20px 0;
174
+ }
175
+
176
+ .wizard-footer{
177
+ padding: 0 15px;
178
+
179
+ .checkbox{
180
+ margin-top: 16px;
181
+ }
182
+ }
183
+
184
+ .disabled{
185
+ display: none;
186
+ }
187
+
188
+ .wizard-header{
189
+ text-align: center;
190
+ padding: 25px 0 35px;
191
+
192
+ h5{
193
+ margin: 5px 0 0;
194
+ }
195
+ }
196
+
197
+ .nav-pills > li{
198
+ text-align: center;
199
+ }
200
+
201
+ .btn{
202
+ text-transform: uppercase;
203
+ }
204
+
205
+ .info-text{
206
+ text-align: center;
207
+ font-weight: 300;
208
+ margin: 10px 0 30px;
209
+ }
210
+
211
+ .choice{
212
+ text-align: center;
213
+ cursor: pointer;
214
+ margin-top: 20px;
215
+
216
+ &[disabled]{
217
+ pointer-events: none;
218
+ cursor: not-allowed;
219
+ opacity: .5;
220
+ }
221
+
222
+ .icon{
223
+ text-align: center;
224
+ vertical-align: middle;
225
+ height: 116px;
226
+ width: 116px;
227
+ border-radius: 50%;
228
+ color: $default;
229
+ margin: 0 auto 20px;
230
+ border: 1px solid $light-gray;
231
+ transition: all 0.2s;
232
+ -webkit-transition: all 0.2s;
233
+ }
234
+
235
+ i{
236
+ font-size: 30px;
237
+ line-height: 116px;
238
+ position: absolute;
239
+ left: 0;
240
+ right: 0;
241
+ }
242
+
243
+ &:hover,
244
+ &.active{
245
+ .icon{
246
+ border-color: #2ca8ff;
247
+ }
248
+ }
249
+
250
+ input[type="radio"],
251
+ input[type="checkbox"]{
252
+ position: absolute;
253
+ left: -10000px;
254
+ z-index: -1;
255
+ }
256
+ }
257
+
258
+ .btn-finish{
259
+ display: none;
260
+ }
261
+
262
+ .card-title + .description{
263
+ font-size: 17px;
264
+ margin-bottom: 32px;
265
+ }
266
+
267
+ .wizard-title{
268
+ margin: 0;
269
+ }
270
+
271
+ .nav-pills{
272
+ background-color: $white;
273
+ border-radius: $border-radius-lg;
274
+ height: 5px;
275
+
276
+ > li + li {
277
+ margin-left: 0;
278
+ }
279
+
280
+ > li > a {
281
+ border: 0 !important;
282
+ border-radius: 0 ;
283
+ line-height: 18px;
284
+ text-transform: uppercase;
285
+ font-size: 12px;
286
+ font-weight: 500;
287
+ min-width: 100px;
288
+ text-align: center;
289
+ color: #555555;
290
+ }
291
+
292
+ > li.active > a,
293
+ > li.active > a:hover,
294
+ > li.active > a:focus,
295
+ > li > a:hover,
296
+ > li > a:focus{
297
+ background-color: inherit;
298
+ box-shadow: none;
299
+ }
300
+
301
+ > li i{
302
+ display: block;
303
+ font-size: 30px;
304
+ padding: 15px 0;
305
+ }
306
+ }
307
+
308
+ .input-group.has-danger {
309
+ .error {
310
+ display: block;
311
+ width: 100%;
312
+ margin-top: 3px;
313
+ }
314
+ }
315
+ }