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,335 @@
1
+ .fixed-plugin{
2
+ position: fixed;
3
+ right: 0;
4
+ width: 64px;
5
+ background: rgba(0,0,0,.3);
6
+ z-index: 1031;
7
+ border-radius: 8px 0 0 8px;
8
+ text-align: center;
9
+ top: 130px;
10
+
11
+ li > a,
12
+ .badge{
13
+ transition: all .34s;
14
+ -webkit-transition: all .34s;
15
+ -moz-transition: all .34s;
16
+ }
17
+
18
+ .fa-cog{
19
+ color: $white;
20
+ padding: 10px;
21
+ border-radius: 0 0 6px 6px;
22
+ width: auto;
23
+ }
24
+
25
+ .dropdown-menu{
26
+ right: 80px;
27
+ left: auto !important;
28
+ top: -52px !important;
29
+ width: 290px;
30
+ border-radius: 0.1875rem;
31
+ padding: 0 10px;
32
+ background: linear-gradient($black, $black-states);
33
+ }
34
+
35
+ .dropdown .dropdown-menu .tim-icons{
36
+ top: 5px;
37
+ }
38
+
39
+ .dropdown-menu:after,
40
+ .dropdown-menu:before{
41
+ right: 10px;
42
+ margin-left: auto;
43
+ left: auto;
44
+ }
45
+
46
+ .fa-circle-thin{
47
+ color: $white;
48
+ }
49
+
50
+ .active .fa-circle-thin{
51
+ color: $active-blue;
52
+ }
53
+
54
+ .dropdown-menu > .active > a,
55
+ .dropdown-menu > .active > a:hover,
56
+ .dropdown-menu > .active > a:focus{
57
+ color: $active-gray;
58
+ text-align: center;
59
+ }
60
+
61
+ img{
62
+ border-radius: 0;
63
+ width: 100%;
64
+ height: 100px;
65
+ margin: 0 auto;
66
+ }
67
+
68
+ .dropdown-menu li > a:hover,
69
+ .dropdown-menu li > a:focus{
70
+ box-shadow: none;
71
+ }
72
+
73
+ .badge{
74
+ border: 2px solid $white;
75
+ border-radius: 50%;
76
+ cursor: pointer;
77
+ display: inline-block;
78
+ height: 23px;
79
+ margin-right: 5px;
80
+ position: relative;
81
+ width: 23px;
82
+ }
83
+
84
+ .badge.active,
85
+ .badge:hover{
86
+ border-color: $black-states;
87
+ }
88
+
89
+ .light-badge, .dark-badge{
90
+ margin:0;
91
+ border: 1px solid $info;
92
+ &:hover{
93
+ border: 1px solid $info;
94
+ }
95
+ }
96
+
97
+ .light-badge{
98
+ background: $white;
99
+ &:hover{
100
+ background: $white;
101
+ }
102
+ }
103
+
104
+ .dark-badge{
105
+ background: $black;
106
+ &:hover{
107
+ background: $black;
108
+ }
109
+ }
110
+
111
+ h5{
112
+ margin: 10px;
113
+ }
114
+
115
+ .dropdown-menu li{
116
+ display: block;
117
+ padding: 18px 2px;
118
+ width: 25%;
119
+ float: left;
120
+ }
121
+
122
+ li.adjustments-line,
123
+ li.header-title,
124
+ li.button-container{
125
+ width: 100%;
126
+ height: 50px;
127
+ min-height: inherit;
128
+ }
129
+
130
+ li.button-container{
131
+ height: auto;
132
+
133
+ div{
134
+ margin-bottom: 5px;
135
+ }
136
+ }
137
+
138
+ #sharrreTitle{
139
+ text-align: center;
140
+ padding: 10px 0;
141
+ height: 50px;
142
+ }
143
+
144
+ li.header-title{
145
+ color: $white;
146
+ height: 30px;
147
+ line-height: 25px;
148
+ font-size: 12px;
149
+ font-weight: 600;
150
+ text-align: center;
151
+ text-transform: uppercase;
152
+ }
153
+
154
+ .adjustments-line{
155
+
156
+ a{
157
+ color: transparent;
158
+
159
+ .badge-colors{
160
+ position: relative;
161
+ top: -2px;
162
+ }
163
+
164
+ a:hover,
165
+ a:focus{
166
+ color: transparent;
167
+ }
168
+ }
169
+
170
+ .togglebutton{
171
+ text-align: center;
172
+
173
+ .label-switch{
174
+ position: relative;
175
+ left: -10px;
176
+ font-size: $font-size-xs;
177
+ color: $white;
178
+
179
+ &.label-right{
180
+ left: 10px;
181
+ }
182
+ }
183
+
184
+ .toggle{
185
+ margin-right: 0;
186
+ }
187
+ }
188
+
189
+ .color-label{
190
+ position: relative;
191
+ top: -7px;
192
+ font-size: $font-size-xs;
193
+ color: $white;
194
+ }
195
+
196
+ .dropdown-menu > li.adjustments-line > a{
197
+ padding-right: 0;
198
+ padding-left: 0;
199
+ border-bottom: 1px solid #ddd;
200
+ border-radius: 0;
201
+ margin: 0;
202
+ }
203
+ }
204
+
205
+
206
+
207
+ .dropdown-menu{
208
+ > li{
209
+ & > a.img-holder{
210
+ font-size: $font-paragraph;
211
+ text-align: center;
212
+ border-radius: 10px;
213
+ background-color: $white;
214
+ border: 3px solid $white;
215
+ padding-left: 0;
216
+ padding-right: 0;
217
+ opacity: 1;
218
+ cursor: pointer;
219
+ display: block;
220
+ max-height: 100px;
221
+ overflow: hidden;
222
+ padding: 0;
223
+
224
+ img{
225
+ margin-top: auto;
226
+ }
227
+ }
228
+
229
+ a.switch-trigger:hover,
230
+ & > a.switch-trigger:focus{
231
+ background-color: transparent;
232
+ }
233
+
234
+ &:hover,
235
+ &:focus{
236
+ > a.img-holder{
237
+ border-color: rgba(0, 187, 255, 0.53);;
238
+ }
239
+ }
240
+ }
241
+
242
+ > .active > a.img-holder,
243
+ > .active > a.img-holder{
244
+ border-color: $active-blue;
245
+ background-color: $white;
246
+ }
247
+
248
+ }
249
+
250
+ .btn-social{
251
+ width: 50%;
252
+ display: block;
253
+ width: 48%;
254
+ float: left;
255
+ font-weight: 600;
256
+ }
257
+
258
+ .btn-social{
259
+ i{
260
+ margin-right: 5px;
261
+ }
262
+
263
+ &:first-child{
264
+ margin-right: 2%;
265
+ }
266
+ }
267
+
268
+ .dropdown{
269
+ .dropdown-menu{
270
+ -webkit-transform: translateY(-15%);
271
+ -moz-transform: translateY(-15%);
272
+ -o-transform: translateY(-15%);
273
+ -ms-transform: translateY(-15%);
274
+ transform: translateY(-15%);
275
+ top: 27px;
276
+ opacity: 0;
277
+
278
+ transform-origin: 0 0;
279
+
280
+ &:before{
281
+ border-bottom: .4em solid rgba(0, 0, 0, 0);
282
+ border-left: .4em solid rgba(0,0,0,0.2);
283
+ border-top: .4em solid rgba(0,0,0,0);
284
+ right: -16px;
285
+ top: 46px;
286
+ }
287
+
288
+ &:after{
289
+ border-bottom: .4em solid rgba(0, 0, 0, 0);
290
+ border-left: .4em solid $black;
291
+ border-top: .4em solid rgba(0,0,0,0);
292
+ right: -16px;
293
+ }
294
+
295
+ &:before,
296
+ &:after{
297
+ content: "";
298
+ display: inline-block;
299
+ position: absolute;
300
+ top: 74px;
301
+ width: 16px;
302
+ transform: translateY(-50%);
303
+ -webkit-transform: translateY(-50%);
304
+ -moz-transform: translateY(-50%);
305
+ }
306
+ }
307
+
308
+ &.show .dropdown-menu{
309
+ opacity: 1;
310
+
311
+ -webkit-transform: translateY(-13%);
312
+ -moz-transform: translateY(-13%);
313
+ -o-transform: translateY(-13%);
314
+ -ms-transform: translateY(-13%);
315
+ transform: translateY(-13%);
316
+
317
+ transform-origin: 0 0;
318
+ }
319
+ }
320
+
321
+ .bootstrap-switch{
322
+ margin:0;
323
+ }
324
+ }
325
+
326
+ @include media-breakpoint-down(xs){
327
+ .fixed-plugin {
328
+ top: 100px;
329
+ }
330
+
331
+ .fixed-plugin .dropdown-menu {
332
+ width: 225px;
333
+ top: -65px !important;
334
+ }
335
+ }
@@ -0,0 +1,109 @@
1
+ .footer{
2
+ padding: 24px 30px;
3
+
4
+ [class*="container-"] {
5
+ padding: 0;
6
+ }
7
+
8
+ .nav{
9
+ display: inline-block;
10
+ float: left;
11
+ margin-bottom: 0;
12
+ padding: 0;
13
+ list-style: none;
14
+ }
15
+
16
+ .nav-item{
17
+ display: inline-block;
18
+
19
+ &:first-child a {
20
+ padding-left: 0;
21
+ }
22
+ }
23
+
24
+ .nav-link {
25
+ color: $white;
26
+ padding: $padding-base-vertical;
27
+ font-size: $font-size-sm;
28
+ text-transform: uppercase;
29
+ text-decoration: none;
30
+
31
+ &:hover{
32
+ text-decoration: none;
33
+ }
34
+ }
35
+
36
+
37
+
38
+ .copyright{
39
+ font-size: $font-size-sm;
40
+ line-height: 1.8;
41
+ color: $white;
42
+ }
43
+
44
+ &:after{
45
+ display: table;
46
+ clear: both;
47
+ content: " ";
48
+ }
49
+ }
50
+
51
+ @include media-breakpoint-down(md){
52
+
53
+ .footer {
54
+ padding-left: 30px;
55
+ text-align: center;
56
+
57
+ .copyright {
58
+ text-align: right;
59
+ }
60
+ }
61
+
62
+ }
63
+
64
+ @include media-breakpoint-up(xl){
65
+ .footer {
66
+ .copyright {
67
+ float: right;
68
+ margin-top: 5px;
69
+ }
70
+ }
71
+ }
72
+
73
+ @include media-breakpoint-down(sm){
74
+ .footer {
75
+ text-align: center;
76
+ nav {
77
+ display: block;
78
+ margin-bottom: 5px;
79
+ float: none;
80
+ }
81
+
82
+ .copyright {
83
+ text-align: center;
84
+ }
85
+ }
86
+ }
87
+
88
+ @include media-breakpoint-down(sm){
89
+ .footer {
90
+ .copyright {
91
+ text-align: center;
92
+ }
93
+ .nav {
94
+ float: none;
95
+ }
96
+ }
97
+ }
98
+
99
+ @include media-breakpoint-between (md, lg){
100
+ .footer {
101
+ padding-left: 30px !important;
102
+ text-align: center;
103
+
104
+ .copyright {
105
+ float: right;
106
+ margin-top: 5px;
107
+ }
108
+ }
109
+ }
@@ -0,0 +1,146 @@
1
+ /* Form controls */
2
+ @include form-control-placeholder(#6c757c, 1);
3
+
4
+ .form-control{
5
+ border-color: lighten($black,5%);
6
+ border-radius: $border-radius-lg;
7
+ font-size: $font-size-sm;
8
+ @include transition-input-focus-color();
9
+
10
+
11
+ &:focus{
12
+ border-color: $primary;
13
+ background-color: $input-bg;
14
+ @include box-shadow(none);
15
+
16
+ & + .input-group-append .input-group-text,
17
+ & ~ .input-group-append .input-group-text,
18
+ & + .input-group-prepend .input-group-text,
19
+ & ~ .input-group-prepend .input-group-text{
20
+ border: 1px solid $primary;
21
+ border-left: none;
22
+ background-color: $transparent-bg;
23
+ }
24
+ }
25
+
26
+ .has-success &,
27
+ .has-error &,
28
+ .has-success &:focus,
29
+ .has-error &:focus{
30
+ @include box-shadow(none);
31
+ }
32
+
33
+ .has-danger &,
34
+ .has-success &{
35
+ &.form-control-success,
36
+ &.form-control-danger{
37
+ background-image: none;
38
+ }
39
+ }
40
+
41
+ & + .form-control-feedback{
42
+ border-radius: $border-radius-lg;
43
+ margin-top: -7px;
44
+ position: absolute;
45
+ right: 10px;
46
+ top: 50%;
47
+ vertical-align: middle;
48
+ }
49
+
50
+ .open &{
51
+ border-radius: $border-radius-lg $border-radius-lg 0 0;
52
+ border-bottom-color: $transparent-bg;
53
+ }
54
+
55
+ & + .input-group-append .input-group-text,
56
+ & + .input-group-prepend .input-group-text{
57
+ background-color: $white;
58
+ }
59
+
60
+ }
61
+
62
+ .has-success .input-group-append .input-group-text,
63
+ .has-success .input-group-prepend .input-group-text,
64
+ .has-success .form-control{
65
+ border-color: lighten($black,5%);
66
+ }
67
+
68
+ .has-success .form-control:focus,
69
+ .has-success.input-group-focus .input-group-append .input-group-text,
70
+ .has-success.input-group-focus .input-group-prepend .input-group-text{
71
+ border-color: darken($success, 10%);
72
+ }
73
+
74
+ .has-danger .form-control,
75
+ .has-danger .input-group-append .input-group-text,
76
+ .has-danger .input-group-prepend .input-group-text,
77
+ .has-danger.input-group-focus .input-group-prepend .input-group-text,
78
+ .has-danger.input-group-focus .input-group-append .input-group-text{
79
+ border-color: lighten($danger-states,5%);
80
+ color: $danger-states;
81
+ background-color: rgba(222,222,222, .1);
82
+
83
+ &:focus{
84
+ background-color: $transparent-bg;
85
+ }
86
+ }
87
+
88
+ .has-success,
89
+ .has-danger{
90
+ &:after{
91
+ font-family: 'nucleo';
92
+ content: "\ea1b";
93
+ display: inline-block;
94
+ position: absolute;
95
+ right: 20px;
96
+ top: 13px;
97
+ color: $success;
98
+ font-size: 11px;
99
+ }
100
+
101
+ &.form-control-lg{
102
+ &:after{
103
+ font-size: 13px;
104
+ top: 24px;
105
+ }
106
+ }
107
+
108
+ &.has-label{
109
+ &:after{
110
+ top: 37px;
111
+ }
112
+ }
113
+
114
+
115
+ &.form-check:after{
116
+ display: none !important;
117
+ }
118
+
119
+ &.form-check .form-check-label{
120
+ color: $success;
121
+ }
122
+ }
123
+
124
+ .has-danger{
125
+ &:after{
126
+ content: "\ea48";
127
+ color: $danger-states;
128
+ }
129
+
130
+ &.form-check .form-check-label{
131
+ color: $danger-states;
132
+ }
133
+ }
134
+
135
+
136
+ @include media-breakpoint-down(xs){
137
+ .form-horizontal .col-form-label,
138
+ .form-horizontal .label-on-right {
139
+ text-align: inherit;
140
+ padding-top: 0;
141
+ code {
142
+ padding: 0 10px;
143
+ }
144
+ }
145
+
146
+ }
@@ -0,0 +1,23 @@
1
+ // Retrieve color Sass maps
2
+
3
+ @function section-color($key: "primary") {
4
+ @return map-get($section-colors, $key);
5
+ }
6
+
7
+ // Lines colors
8
+
9
+ @function shapes-primary-color($key: "step-1-gradient-bg") {
10
+ @return map-get($shapes-primary-colors, $key);
11
+ }
12
+
13
+ @function shapes-default-color($key: "step-1-gradient-bg") {
14
+ @return map-get($shapes-default-colors, $key);
15
+ }
16
+
17
+ @function lines-light-color($key: "step-1-gradient-bg") {
18
+ @return map-get($shapes-light-colors, $key);
19
+ }
20
+
21
+ @function shapes-dark-color($key: "step-1-gradient-bg") {
22
+ @return map-get($shapes-dark-colors, $key);
23
+ }