@burh/nuxt-core 1.0.500 → 1.0.502

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (492) hide show
  1. package/.ebignore +25 -25
  2. package/.elasticbeanstalk/config.yml +18 -18
  3. package/.eslintrc.json +39 -39
  4. package/.gitlab-ci.yml +16 -16
  5. package/.vscode/settings.json +10 -10
  6. package/CHANGELOG.md +2 -2
  7. package/README.md +22 -22
  8. package/app.html +8 -8
  9. package/assets/css/font-awesome/css/font-awesome.css +2337 -2337
  10. package/assets/css/font-awesome/css/font-awesome.min.css +4 -4
  11. package/assets/css/font-awesome/fonts/fontawesome-webfont.svg +2671 -2671
  12. package/assets/css/nucleo/css/nucleo-svg.css +134 -134
  13. package/assets/css/nucleo/css/nucleo.css +572 -572
  14. package/assets/css/nucleo/fonts/nucleo-icons.svg +312 -312
  15. package/assets/css/variables.css +2 -2
  16. package/assets/images/burhCv.svg +6 -6
  17. package/assets/images/facebookCv.svg +3 -3
  18. package/assets/images/icons/facebook.svg +14 -14
  19. package/assets/images/icons/historicCv.svg +3 -3
  20. package/assets/images/icons/icon3.svg +3 -3
  21. package/assets/images/icons/icon4.svg +3 -3
  22. package/assets/images/icons/icon5.svg +3 -3
  23. package/assets/images/icons/icon6.svg +3 -3
  24. package/assets/images/icons/icon7.svg +3 -3
  25. package/assets/images/icons/icon8.svg +7 -7
  26. package/assets/images/icons/linkedin.svg +14 -14
  27. package/assets/images/icons/notesCv.svg +3 -3
  28. package/assets/images/icons/twitter.svg +14 -14
  29. package/assets/images/icons/whatsapp.svg +14 -14
  30. package/assets/images/linkedinCv.svg +3 -3
  31. package/assets/images/webCv.svg +4 -4
  32. package/assets/sass/argon.scss +104 -104
  33. package/assets/sass/burh-ds/_components.scss +142 -142
  34. package/assets/sass/burh-ds/_functions.scss +29 -29
  35. package/assets/sass/burh-ds/_global.scss +327 -327
  36. package/assets/sass/burh-ds/_helpers.scss +18 -18
  37. package/assets/sass/burh-ds/_mixins.scss +17 -17
  38. package/assets/sass/burh-ds/_transitions.scss +12 -12
  39. package/assets/sass/burh-ds/_utilities.scss +31 -31
  40. package/assets/sass/burh-ds/_variables.scss +963 -963
  41. package/assets/sass/burh-ds/_vendors.scss +38 -38
  42. package/assets/sass/burh-ds/atoms/_badge.scss +5 -5
  43. package/assets/sass/burh-ds/atoms/_buttons.scss +222 -222
  44. package/assets/sass/burh-ds/atoms/_forms.scss +419 -419
  45. package/assets/sass/burh-ds/atoms/_tables.scss +31 -31
  46. package/assets/sass/burh-ds/atoms/_type.scss +147 -147
  47. package/assets/sass/burh-ds/content/_interface-spa.scss +306 -306
  48. package/assets/sass/burh-ds/content/_main-content.scss +25 -25
  49. package/assets/sass/burh-ds/mixins/_badge.scss +37 -37
  50. package/assets/sass/burh-ds/mixins/_breakpoints.scss +39 -39
  51. package/assets/sass/burh-ds/mixins/_grid-framework.scss +66 -66
  52. package/assets/sass/burh-ds/mixins/_grid.scss +51 -51
  53. package/assets/sass/burh-ds/molecules/_box.scss +282 -282
  54. package/assets/sass/burh-ds/molecules/_breadcrumb.scss +8 -8
  55. package/assets/sass/burh-ds/molecules/_modal.scss +176 -176
  56. package/assets/sass/burh-ds/molecules/_navbar.scss +262 -262
  57. package/assets/sass/burh-ds/molecules/_notifications.scss +1 -1
  58. package/assets/sass/burh-ds/molecules/_steps-profile.scss +67 -67
  59. package/assets/sass/burh-ds/molecules/_testimonial.scss +53 -53
  60. package/assets/sass/burh-ds/organisms/_banner.scss +51 -51
  61. package/assets/sass/burh-ds/organisms/_cards.scss +228 -228
  62. package/assets/sass/burh-ds/organisms/_carousel.scss +113 -113
  63. package/assets/sass/burh-ds/organisms/_footer.scss +115 -115
  64. package/assets/sass/burh-ds/organisms/_profile-bar.scss +130 -130
  65. package/assets/sass/burh-ds/organisms/_search.scss +17 -17
  66. package/assets/sass/burh-ds/organisms/_subheader.scss +773 -773
  67. package/assets/sass/burh-ds/organisms/_tabs-setting.scss +123 -123
  68. package/assets/sass/burh-ds/organisms/banners/_banner.scss +62 -62
  69. package/assets/sass/burh-ds/organisms/cards/_featured-company.scss +17 -17
  70. package/assets/sass/burh-ds/organisms/cards/_opportunity.scss +16 -16
  71. package/assets/sass/burh-ds/pages/_error.scss +124 -124
  72. package/assets/sass/burh-ds/pages/_jobs.scss +424 -424
  73. package/assets/sass/burh-ds/pages/_testes.scss +350 -350
  74. package/assets/sass/burh-ds/variables/_colors.scss +358 -356
  75. package/assets/sass/burh-ds/variables/_global_settings.scss +39 -39
  76. package/assets/sass/core/alerts/_alert-dismissible.scss +48 -48
  77. package/assets/sass/core/alerts/_alert-notify.scss +47 -47
  78. package/assets/sass/core/alerts/_alert.scss +49 -49
  79. package/assets/sass/core/avatars/_avatar-group.scss +22 -22
  80. package/assets/sass/core/avatars/_avatar.scss +59 -59
  81. package/assets/sass/core/badges/_badge-circle.scss +29 -29
  82. package/assets/sass/core/badges/_badge-dot.scss +42 -42
  83. package/assets/sass/core/badges/_badge-floating.scss +18 -18
  84. package/assets/sass/core/badges/_badge.scss +67 -67
  85. package/assets/sass/core/breadcrumbs/_breadcrumb.scss +42 -42
  86. package/assets/sass/core/buttons/_button-brand.scss +12 -12
  87. package/assets/sass/core/buttons/_button-group.scss +79 -79
  88. package/assets/sass/core/buttons/_button-icon.scss +92 -92
  89. package/assets/sass/core/buttons/_button.scss +90 -90
  90. package/assets/sass/core/cards/_card-animations.scss +10 -10
  91. package/assets/sass/core/cards/_card-blockquote.scss +17 -17
  92. package/assets/sass/core/cards/_card-money.scss +27 -27
  93. package/assets/sass/core/cards/_card-pricing.scss +26 -26
  94. package/assets/sass/core/cards/_card-profile.scss +49 -49
  95. package/assets/sass/core/cards/_card-stats.scss +16 -16
  96. package/assets/sass/core/cards/_card.scss +70 -70
  97. package/assets/sass/core/charts/_chart.scss +69 -69
  98. package/assets/sass/core/close/_close.scss +47 -47
  99. package/assets/sass/core/collapse/_accordion.scss +38 -38
  100. package/assets/sass/core/content/_main-content.scss +17 -17
  101. package/assets/sass/core/custom-forms/_custom-checkbox.scss +47 -47
  102. package/assets/sass/core/custom-forms/_custom-control.scss +58 -58
  103. package/assets/sass/core/custom-forms/_custom-form.scss +45 -45
  104. package/assets/sass/core/custom-forms/_custom-radio.scss +38 -38
  105. package/assets/sass/core/custom-forms/_custom-toggle.scss +122 -122
  106. package/assets/sass/core/dropdowns/_dropdown.scss +89 -89
  107. package/assets/sass/core/footers/_footer.scss +159 -159
  108. package/assets/sass/core/forms/_form-extend.scss +38 -38
  109. package/assets/sass/core/forms/_form-validation.scss +78 -78
  110. package/assets/sass/core/forms/_form.scss +125 -125
  111. package/assets/sass/core/forms/_input-group.scss +136 -136
  112. package/assets/sass/core/grid/_grid.scss +31 -31
  113. package/assets/sass/core/headers/_header.scss +7 -7
  114. package/assets/sass/core/icons/_icon-actions.scss +57 -57
  115. package/assets/sass/core/icons/_icon-shape.scss +48 -48
  116. package/assets/sass/core/icons/_icon.scss +88 -88
  117. package/assets/sass/core/list-groups/_list-check.scss +52 -52
  118. package/assets/sass/core/list-groups/_list-group.scss +46 -46
  119. package/assets/sass/core/maps/_map.scss +10 -10
  120. package/assets/sass/core/masks/_mask.scss +33 -33
  121. package/assets/sass/core/medias/_media-comment.scss +33 -33
  122. package/assets/sass/core/medias/_media.scss +3 -3
  123. package/assets/sass/core/mixins/_alert.scss +22 -22
  124. package/assets/sass/core/mixins/_background-variant.scss +30 -30
  125. package/assets/sass/core/mixins/_badge.scss +12 -12
  126. package/assets/sass/core/mixins/_buttons.scss +105 -105
  127. package/assets/sass/core/mixins/_custom-forms.scss +47 -47
  128. package/assets/sass/core/mixins/_forms.scss +127 -127
  129. package/assets/sass/core/mixins/_icon.scss +10 -10
  130. package/assets/sass/core/mixins/_modals.scss +25 -25
  131. package/assets/sass/core/mixins/_popover.scss +35 -35
  132. package/assets/sass/core/modals/_modal.scss +31 -31
  133. package/assets/sass/core/navbars/_navbar-collapse.scss +37 -37
  134. package/assets/sass/core/navbars/_navbar-dropdown.scss +121 -121
  135. package/assets/sass/core/navbars/_navbar-floating.scss +17 -17
  136. package/assets/sass/core/navbars/_navbar-search.scss +216 -216
  137. package/assets/sass/core/navbars/_navbar-top.scss +58 -58
  138. package/assets/sass/core/navbars/_navbar-vertical.scss +507 -507
  139. package/assets/sass/core/navbars/_navbar.scss +368 -368
  140. package/assets/sass/core/navs/_nav-pills.scss +66 -66
  141. package/assets/sass/core/navs/_nav.scss +33 -33
  142. package/assets/sass/core/paginations/_pagination.scss +49 -49
  143. package/assets/sass/core/popovers/_popover.scss +21 -21
  144. package/assets/sass/core/progresses/_progress.scss +89 -89
  145. package/assets/sass/core/reboot/_reboot.scss +13 -13
  146. package/assets/sass/core/sections/_nucleo-icons.scss +117 -117
  147. package/assets/sass/core/separators/_separator.scss +54 -54
  148. package/assets/sass/core/shortcuts/_shortcut.scss +30 -30
  149. package/assets/sass/core/tables/_table-actions.scss +25 -25
  150. package/assets/sass/core/tables/_table-sortable.scss +28 -28
  151. package/assets/sass/core/tables/_table.scss +153 -153
  152. package/assets/sass/core/timeline/_timeline.scss +182 -182
  153. package/assets/sass/core/type/_article.scss +22 -22
  154. package/assets/sass/core/type/_display.scss +14 -14
  155. package/assets/sass/core/type/_heading.scss +65 -65
  156. package/assets/sass/core/type/_type.scss +27 -27
  157. package/assets/sass/core/utilities/_backgrounds.scss +51 -51
  158. package/assets/sass/core/utilities/_blurable.scss +37 -37
  159. package/assets/sass/core/utilities/_floating.scss +64 -64
  160. package/assets/sass/core/utilities/_helper.scss +18 -18
  161. package/assets/sass/core/utilities/_image.scss +9 -9
  162. package/assets/sass/core/utilities/_opacity.scss +35 -35
  163. package/assets/sass/core/utilities/_overflow.scss +11 -11
  164. package/assets/sass/core/utilities/_position.scss +25 -25
  165. package/assets/sass/core/utilities/_shadows.scss +28 -28
  166. package/assets/sass/core/utilities/_sizing.scss +7 -7
  167. package/assets/sass/core/utilities/_spacing.scss +107 -107
  168. package/assets/sass/core/utilities/_text.scss +49 -49
  169. package/assets/sass/core/utilities/_transform.scss +13 -13
  170. package/assets/sass/core/vendors/_bootstrap-datepicker.scss +279 -279
  171. package/assets/sass/core/vendors/_bootstrap-tagsinput.scss +67 -67
  172. package/assets/sass/core/vendors/_chartjs.scss +22 -22
  173. package/assets/sass/core/vendors/_dropzone.scss +74 -74
  174. package/assets/sass/core/vendors/_element-checkbox.scss +26 -26
  175. package/assets/sass/core/vendors/_element-tables.scss +61 -61
  176. package/assets/sass/core/vendors/_flatpickr.scss +72 -72
  177. package/assets/sass/core/vendors/_fullcalendar.scss +256 -256
  178. package/assets/sass/core/vendors/_headroom.scss +25 -25
  179. package/assets/sass/core/vendors/_lavalamp.scss +157 -157
  180. package/assets/sass/core/vendors/_nouislider.scss +413 -413
  181. package/assets/sass/core/vendors/_quill.scss +280 -280
  182. package/assets/sass/core/vendors/_scrollbar.scss +949 -949
  183. package/assets/sass/core/vendors/_select.scss +70 -70
  184. package/assets/sass/core/vendors/_sweet-alert-2.scss +22 -22
  185. package/assets/sass/core/vendors/_tags.scss +32 -32
  186. package/assets/sass/core/vendors/_vectormap.scss +16 -16
  187. package/assets/sass/custom/_components.scss +142 -142
  188. package/assets/sass/custom/_functions.scss +29 -29
  189. package/assets/sass/custom/_mixins.scss +15 -15
  190. package/assets/sass/custom/_transitions.scss +12 -12
  191. package/assets/sass/custom/_utilities.scss +31 -31
  192. package/assets/sass/custom/_variables.scss +1077 -1077
  193. package/assets/sass/custom/_vendors.scss +38 -38
  194. package/components/argon-core/Badge.vue +56 -56
  195. package/components/argon-core/Banners/Banner.vue +28 -28
  196. package/components/argon-core/Banners/BannerItem.vue +13 -13
  197. package/components/argon-core/BaseAlert.vue +74 -74
  198. package/components/argon-core/BaseButton.vue +81 -81
  199. package/components/argon-core/BaseDropdown.vue +114 -114
  200. package/components/argon-core/BaseHeader.vue +21 -21
  201. package/components/argon-core/BasePagination.vue +172 -172
  202. package/components/argon-core/BaseProgress.vue +121 -121
  203. package/components/argon-core/BaseSlider.vue +96 -96
  204. package/components/argon-core/BaseSwitch.vue +46 -46
  205. package/components/argon-core/BaseTable.vue +70 -70
  206. package/components/argon-core/Breadcrumb/Breadcrumb.vue +26 -26
  207. package/components/argon-core/Breadcrumb/BreadcrumbItem.vue +16 -16
  208. package/components/argon-core/Breadcrumb/RouteBreadcrumb.vue +45 -45
  209. package/components/argon-core/ButtonCheckbox.vue +39 -39
  210. package/components/argon-core/ButtonRadioGroup.vue +47 -47
  211. package/components/argon-core/Cards/Card.vue +71 -71
  212. package/components/argon-core/Cards/OpportunityCard.vue +39 -39
  213. package/components/argon-core/Cards/StatsCard.vue +49 -49
  214. package/components/argon-core/Charts/BarChart.js +30 -30
  215. package/components/argon-core/Charts/DoughnutChart.js +30 -30
  216. package/components/argon-core/Charts/LineChart.js +30 -30
  217. package/components/argon-core/Charts/PieChart.js +30 -30
  218. package/components/argon-core/Charts/config.js +491 -491
  219. package/components/argon-core/Charts/globalOptionsMixin.js +7 -7
  220. package/components/argon-core/Charts/optionHelpers.js +10 -10
  221. package/components/argon-core/CloseButton.vue +35 -35
  222. package/components/argon-core/Collapse/Collapse.vue +84 -84
  223. package/components/argon-core/Collapse/CollapseItem.vue +91 -91
  224. package/components/argon-core/Feed/Comment.vue +50 -50
  225. package/components/argon-core/Inputs/BaseCheckbox.vue +79 -79
  226. package/components/argon-core/Inputs/BaseInput.vue +270 -270
  227. package/components/argon-core/Inputs/BaseRadio.vue +68 -68
  228. package/components/argon-core/Inputs/DropzoneFileUpload.vue +138 -138
  229. package/components/argon-core/Inputs/DropzoneVideoUpload.vue +138 -138
  230. package/components/argon-core/Inputs/FileInput.vue +54 -54
  231. package/components/argon-core/Inputs/HtmlEditor.vue +105 -105
  232. package/components/argon-core/Inputs/IconCheckbox.vue +45 -45
  233. package/components/argon-core/Inputs/TagsInput.vue +100 -100
  234. package/components/argon-core/LoadingPanel.vue +26 -26
  235. package/components/argon-core/Modal.vue +180 -180
  236. package/components/argon-core/Navbar/BaseNav.vue +122 -122
  237. package/components/argon-core/Navbar/NavbarProgress.vue +19 -19
  238. package/components/argon-core/Navbar/NavbarProgressItem.vue +17 -17
  239. package/components/argon-core/Navbar/NavbarToggleButton.vue +21 -21
  240. package/components/argon-core/NavbarToggleButton.vue +29 -29
  241. package/components/argon-core/NotificationPlugin/Notification.vue +207 -207
  242. package/components/argon-core/NotificationPlugin/Notifications.vue +55 -55
  243. package/components/argon-core/NotificationPlugin/index.js +66 -66
  244. package/components/argon-core/SidebarPlugin/SideBar.vue +119 -119
  245. package/components/argon-core/SidebarPlugin/SidebarItem.vue +184 -184
  246. package/components/argon-core/SidebarPlugin/index.js +79 -79
  247. package/components/argon-core/Tabs/Tab.vue +33 -33
  248. package/components/argon-core/Tabs/Tabs.vue +170 -170
  249. package/components/argon-core/Timeline/TimeLine.vue +17 -17
  250. package/components/argon-core/Timeline/TimeLineItem.vue +30 -30
  251. package/components/argon-core/WorldMap/AsyncWorldMap.vue +28 -28
  252. package/components/argon-core/WorldMap/WorldMap.vue +127 -127
  253. package/components/argon-core/index.js +82 -82
  254. package/components/burh-ds/Avatar/AvatarLink.vue +44 -44
  255. package/components/burh-ds/Avatar/BusinessAvatar.vue +38 -38
  256. package/components/burh-ds/Banners/BannerHero.vue +23 -23
  257. package/components/burh-ds/Banners/BannerItem.vue +14 -14
  258. package/components/burh-ds/Button/ExportButton.vue +20 -20
  259. package/components/burh-ds/Button/SwitchStateButton.vue +165 -165
  260. package/components/burh-ds/Capsules/SearchSlug.vue +860 -860
  261. package/components/burh-ds/Capsules/UserProfile.vue +1938 -1938
  262. package/components/burh-ds/Cards/BaseCard.vue +195 -195
  263. package/components/burh-ds/Cards/CampaignCard.vue +40 -40
  264. package/components/burh-ds/Cards/CompanyCard.vue +39 -39
  265. package/components/burh-ds/Cards/CourseInfoCard.vue +267 -267
  266. package/components/burh-ds/Cards/FeatureBusinessCard.vue +74 -74
  267. package/components/burh-ds/Cards/FunctionalityItem.vue +35 -35
  268. package/components/burh-ds/Cards/OpportunityCard.vue +115 -115
  269. package/components/burh-ds/Cards/PerformanceCard.vue +81 -81
  270. package/components/burh-ds/Cards/PerformanceItem.vue +65 -65
  271. package/components/burh-ds/Cards/PlanCard.vue +192 -192
  272. package/components/burh-ds/Cards/ProductCard.vue +142 -142
  273. package/components/burh-ds/Cards/PurchaseCard.vue +58 -58
  274. package/components/burh-ds/Cards/PurchaseCardSimple.vue +58 -58
  275. package/components/burh-ds/Cards/TestCard.vue +192 -192
  276. package/components/burh-ds/Cards/TrainingCard.vue +151 -151
  277. package/components/burh-ds/Cards/WelcomeCard.vue +106 -106
  278. package/components/burh-ds/Carousel/FeedCarousel.vue +47 -47
  279. package/components/burh-ds/Carousel/ImageCarousel.vue +111 -111
  280. package/components/burh-ds/Chart/DoughnutChart.vue +20 -20
  281. package/components/burh-ds/Collapse/DefaultCollapse.vue +70 -70
  282. package/components/burh-ds/Crop/Crop.vue +121 -121
  283. package/components/burh-ds/Curriculum/UserCurriculum/UpgradePlan.vue +71 -71
  284. package/components/burh-ds/Curriculum/UserCurriculum/UserCvLeftSide.vue +523 -523
  285. package/components/burh-ds/Curriculum/UserCurriculum/UserCvMiddle.vue +590 -590
  286. package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSide.vue +1266 -1211
  287. package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSideNotAuth.vue +496 -496
  288. package/components/burh-ds/Curriculum/UserCurriculum/index.vue +258 -258
  289. package/components/burh-ds/Dropdown/AppLinkArea.vue +132 -132
  290. package/components/burh-ds/Dropdown/DropdownItem.vue +26 -26
  291. package/components/burh-ds/Dropdown/DropdownSection.vue +38 -38
  292. package/components/burh-ds/Dropdown/FaqVideoArea.vue +88 -88
  293. package/components/burh-ds/Dropdown/SignOutItem.vue +11 -11
  294. package/components/burh-ds/Dropdown/UserMenuDropdown.vue +63 -63
  295. package/components/burh-ds/FeaturedCompanies/FeaturedCompanies.vue +11 -11
  296. package/components/burh-ds/FeaturedCompanies/FeaturedCompanyCard.vue +16 -16
  297. package/components/burh-ds/Filters/BaseFilterContainer.vue +138 -138
  298. package/components/burh-ds/Filters/FilterWithDropdown.vue +289 -289
  299. package/components/burh-ds/Groups/ProductItem.vue +62 -62
  300. package/components/burh-ds/Groups/SimpleProductItem.vue +164 -162
  301. package/components/burh-ds/Headings/AppHeader.vue +373 -373
  302. package/components/burh-ds/Headings/BaseHeader.vue +24 -24
  303. package/components/burh-ds/Headings/Profile.vue +66 -66
  304. package/components/burh-ds/Headings/ProfileHeader.vue +105 -105
  305. package/components/burh-ds/Headings/SettingsHeader.vue +48 -48
  306. package/components/burh-ds/Headings/StepHeader.vue +122 -122
  307. package/components/burh-ds/Img/ImageWithFallback.vue +67 -67
  308. package/components/burh-ds/Input/AutoComplete.vue +136 -136
  309. package/components/burh-ds/Inputs/BaseCheckbox.vue +73 -73
  310. package/components/burh-ds/Inputs/BaseSwitch.vue +43 -43
  311. package/components/burh-ds/Inputs/BaseSwitchSecondary.vue +84 -84
  312. package/components/burh-ds/Inputs/DoubleInputWithIcon.vue +100 -100
  313. package/components/burh-ds/Inputs/HtmlEditor.vue +60 -60
  314. package/components/burh-ds/Inputs/SearchInput.vue +88 -88
  315. package/components/burh-ds/InterfaceSpa/InterfaceSpa.vue +83 -83
  316. package/components/burh-ds/Jobs/JobDetail.vue +432 -432
  317. package/components/burh-ds/Jobs/JobDetailDesign.vue +151 -151
  318. package/components/burh-ds/Jobs/JobDetailEmpty.vue +27 -27
  319. package/components/burh-ds/Labels/LabelContextIcon.vue +58 -58
  320. package/components/burh-ds/Link/DefaultLink.vue +30 -30
  321. package/components/burh-ds/Lists/ListAvatarCheckbox.vue +157 -157
  322. package/components/burh-ds/Lists/ListNavLinks.vue +54 -54
  323. package/components/burh-ds/Lists/VagasSimple.vue +404 -404
  324. package/components/burh-ds/Loadings/Basics.vue +80 -80
  325. package/components/burh-ds/Loadings/InfiniteLoading.vue +21 -21
  326. package/components/burh-ds/Loadings/LoadingFullPage.vue +68 -68
  327. package/components/burh-ds/Loadings/NewLoading.vue +119 -119
  328. package/components/burh-ds/Loads/LoadingBar.vue +83 -83
  329. package/components/burh-ds/Modals/AddCustomerModal.vue +484 -484
  330. package/components/burh-ds/Modals/AddMember.vue +255 -255
  331. package/components/burh-ds/Modals/AddRoleModal.vue +139 -139
  332. package/components/burh-ds/Modals/AppConfigModal.vue +643 -643
  333. package/components/burh-ds/Modals/CourseMessageModal.vue +66 -66
  334. package/components/burh-ds/Modals/DocsModal.vue +111 -111
  335. package/components/burh-ds/Modals/DropzoneModal.vue +125 -125
  336. package/components/burh-ds/Modals/InviteToRole.vue +287 -287
  337. package/components/burh-ds/Modals/MobileModal.vue +65 -65
  338. package/components/burh-ds/Modals/ModalTests.vue +167 -167
  339. package/components/burh-ds/Modals/NewUserModal.vue +87 -87
  340. package/components/burh-ds/Modals/PlanModal.vue +327 -327
  341. package/components/burh-ds/Modals/RequestModal.vue +237 -237
  342. package/components/burh-ds/Modals/SendCourse.vue +448 -448
  343. package/components/burh-ds/Modals/SendDisc.vue +230 -230
  344. package/components/burh-ds/Modals/SendTest.vue +362 -362
  345. package/components/burh-ds/Modals/ShareModal.vue +228 -228
  346. package/components/burh-ds/Modals/SharedModal.vue +230 -230
  347. package/components/burh-ds/Modals/SmsModal.vue +329 -329
  348. package/components/burh-ds/Modals/SubModal.vue +41 -41
  349. package/components/burh-ds/Modals/UniversalShareModal.vue +216 -216
  350. package/components/burh-ds/Modals/UniversalWhatsappModal.vue +93 -93
  351. package/components/burh-ds/Modals/UniversityAccessModal.vue +135 -135
  352. package/components/burh-ds/Modals/VideoModal.vue +80 -80
  353. package/components/burh-ds/Modals/WhatsappModal.vue +92 -92
  354. package/components/burh-ds/Navbar/BaseNav.vue +119 -119
  355. package/components/burh-ds/Notifications/Notification.vue +215 -215
  356. package/components/burh-ds/Notifications/Notifications.vue +55 -55
  357. package/components/burh-ds/Notifications/index.js +66 -66
  358. package/components/burh-ds/Pagination/NamedPagination.vue +187 -187
  359. package/components/burh-ds/Questions/Question.vue +243 -243
  360. package/components/burh-ds/Questions/QuestionAttach.vue +13 -13
  361. package/components/burh-ds/Questions/QuestionRadio.vue +122 -122
  362. package/components/burh-ds/Questions/QuestionRadioItem.vue +83 -83
  363. package/components/burh-ds/Questions/QuestionText.vue +66 -66
  364. package/components/burh-ds/Questions/index.js +13 -13
  365. package/components/burh-ds/Skeleton/AppHeader.vue +173 -173
  366. package/components/burh-ds/Skeleton/BaseCardTest.vue +51 -51
  367. package/components/burh-ds/Skeleton/BaseCardUniversity.vue +79 -79
  368. package/components/burh-ds/Skeleton/BaseCardUser.vue +84 -84
  369. package/components/burh-ds/Skeleton/BaseCourseInfo.vue +116 -116
  370. package/components/burh-ds/Skeleton/BaseTraining.vue +29 -29
  371. package/components/burh-ds/Skeleton/BufferFolderSkeleton.vue +45 -45
  372. package/components/burh-ds/Skeleton/BufferUserSkeleton.vue +142 -142
  373. package/components/burh-ds/Skeleton/Cards.vue +86 -86
  374. package/components/burh-ds/Skeleton/ChartCard.vue +114 -114
  375. package/components/burh-ds/Skeleton/Home.vue +100 -100
  376. package/components/burh-ds/Skeleton/RecruitmentCard.vue +203 -203
  377. package/components/burh-ds/Skeleton/SkeletonAnimate.vue +146 -146
  378. package/components/burh-ds/Tabs/Tab.vue +56 -56
  379. package/components/burh-ds/Tabs/Tabs.vue +188 -188
  380. package/components/burh-ds/Tabs/TesteTab.vue +132 -132
  381. package/components/burh-ds/Video/MuxVideo.vue +39 -39
  382. package/components/burh-ds/index.js +20 -20
  383. package/components/layouts/argon/Content.vue +17 -17
  384. package/components/layouts/argon/navbar/BlankLayout.vue +61 -61
  385. package/components/layouts/argon/navbar/DashboardNavbar.vue +307 -307
  386. package/components/layouts/burh-ds/ContentFooter.vue +45 -45
  387. package/components/layouts/burh-ds/footer/FooterSimple.vue +20 -20
  388. package/components/layouts/burh-ds/footer/ProductsFooter.vue +330 -330
  389. package/components/layouts/burh-ds/footer/StatusFooter.vue +105 -105
  390. package/components/layouts/burh-ds/footer/StoreFooter.vue +54 -54
  391. package/components/layouts/burh-ds/navbar/AppNavbar.vue +97 -97
  392. package/components/layouts/burh-ds/navbar/BusinessGlobalNavbar.vue +435 -435
  393. package/components/layouts/burh-ds/navbar/CarreirasNavbar.vue +363 -363
  394. package/components/layouts/burh-ds/navbar/CompanyGlobalNavbar.vue +244 -244
  395. package/components/layouts/burh-ds/navbar/EmpresasNavbar.vue +374 -374
  396. package/components/layouts/burh-ds/navbar/EmpresasNavbarLogado.vue +388 -388
  397. package/components/layouts/burh-ds/navbar/GlobalNavbar.vue +535 -535
  398. package/components/layouts/burh-ds/navbar/MobileNavbar.vue +431 -431
  399. package/components/layouts/burh-ds/navbar/PublicNavbar.vue +168 -168
  400. package/components/layouts/burh-ds/navbar/SimpleNavbar.vue +129 -129
  401. package/components/layouts/burh-ds/navbar/UserNavbar.vue +346 -346
  402. package/components/layouts/burh-ds/navbar/UserNavbarLogin.vue +253 -253
  403. package/components/organismos/atomos/Deslike.vue +26 -26
  404. package/components/organismos/atomos/Like.vue +26 -26
  405. package/components/organismos/emptyChart/index.vue +39 -39
  406. package/components/pages/UserProfile/EditProfileForm.vue +142 -142
  407. package/components/pages/UserProfile/UserCard.vue +61 -61
  408. package/components/pages/dashboard/ActivityFeed.vue +102 -102
  409. package/components/pages/dashboard/LightTable.vue +194 -194
  410. package/components/pages/dashboard/PageVisitsTable.vue +107 -107
  411. package/components/pages/dashboard/ProgressTrackList.vue +82 -82
  412. package/components/pages/dashboard/SocialTrafficTable.vue +101 -101
  413. package/components/pages/dashboard/TaskList.vue +56 -56
  414. package/components/pages/dashboard/UserList.vue +72 -72
  415. package/components/pages/forms/BrowserDefaultsValidation.vue +106 -106
  416. package/components/pages/forms/CustomStylesValidation.vue +130 -130
  417. package/components/pages/forms/ServerSideValidation.vue +128 -128
  418. package/components/pages/register/FailedRegistration.vue +29 -29
  419. package/components/pages/register/SuccessfulRegistration.vue +29 -29
  420. package/components/tables/PaginatedTables/clientPaginationMixin.js +86 -86
  421. package/components/tables/RegularTables/CheckboxColoredTable.vue +112 -112
  422. package/components/tables/RegularTables/CheckboxTable.vue +101 -101
  423. package/components/tables/RegularTables/DarkTable.vue +114 -114
  424. package/components/tables/RegularTables/InlineActionsTable.vue +94 -94
  425. package/components/tables/RegularTables/LightTable.vue +117 -117
  426. package/components/tables/RegularTables/StripedTable.vue +94 -94
  427. package/components/tables/RegularTables/TranslucentTable.vue +114 -114
  428. package/components/tables/projects.js +75 -75
  429. package/components/tables/users.js +42 -42
  430. package/components/tables/users2.js +474 -474
  431. package/components/widgets/CalendarWidget.vue +119 -119
  432. package/components/widgets/CreditCard.vue +66 -66
  433. package/components/widgets/MembersCard.vue +99 -99
  434. package/components/widgets/PaypalCard.vue +45 -45
  435. package/components/widgets/ProgressTrackList.vue +76 -76
  436. package/components/widgets/StatsCards.vue +70 -70
  437. package/components/widgets/TaskList.vue +67 -67
  438. package/components/widgets/TimelineCard.vue +66 -66
  439. package/components/widgets/VectorMapCard.vue +139 -139
  440. package/components/widgets/VisaCard.vue +51 -51
  441. package/data/ListVideoLinksMock.json +21 -21
  442. package/dictionary.js +38 -38
  443. package/environment.env.md +34 -34
  444. package/environment.js +221 -221
  445. package/eslint.config.json +12 -12
  446. package/layouts/AuthLayout.vue +191 -191
  447. package/layouts/BurhCarreirasLayout.vue +63 -63
  448. package/layouts/BurhEmpresasLayout.vue +64 -64
  449. package/layouts/BurhNoHeader.vue +63 -63
  450. package/layouts/BurhPublicLayout.vue +67 -67
  451. package/layouts/BurhUserLayout.vue +231 -231
  452. package/layouts/DashboardLayout.vue +226 -226
  453. package/layouts/error.vue +119 -119
  454. package/metadata.json +30 -30
  455. package/middleware/README.md +8 -8
  456. package/middleware/decodeUrl.js +8 -8
  457. package/middleware/maintenance.js +9 -9
  458. package/middleware/new-account.js +6 -6
  459. package/middleware/redirect.js +13 -13
  460. package/middleware/user-agent-error.js +28 -28
  461. package/nuxt.config.js +207 -207
  462. package/package.json +119 -119
  463. package/plugins/README.md +7 -7
  464. package/plugins/analytics/ga.js +28 -28
  465. package/plugins/auth/auth.js +210 -210
  466. package/plugins/axios.js +32 -32
  467. package/plugins/carousel/owl-carousel.js +3 -3
  468. package/plugins/crop/crop.js +4 -4
  469. package/plugins/dashboard/dashboard-plugin.js +31 -31
  470. package/plugins/dashboard/directives/click-outside.js +15 -15
  471. package/plugins/dashboard/eventBus.js +1 -1
  472. package/plugins/dashboard/globalComponents.js +44 -44
  473. package/plugins/dashboard/globalDirectives.js +7 -7
  474. package/plugins/dom/loader.js +76 -76
  475. package/plugins/localstorage.js +20 -20
  476. package/plugins/location/location.js +41 -41
  477. package/plugins/pagination/pagination.js +3 -3
  478. package/plugins/qrcode/qrcode.js +4 -4
  479. package/plugins/router.js +8 -8
  480. package/plugins/social-media/fb-sdk.js +44 -44
  481. package/plugins/social-media/share-link-facebook.js +32 -32
  482. package/plugins/social-media/share-link-linkedin.js +30 -30
  483. package/plugins/social-media/share-link-twitter.js +30 -30
  484. package/plugins/social-media/share-link-whatsapp.js +31 -31
  485. package/plugins/vClickOutside.js +4 -4
  486. package/polyfills.js +96 -96
  487. package/util/common.js +189 -189
  488. package/util/cookie.js +28 -28
  489. package/util/dom.js +63 -63
  490. package/util/getPrefixes.js +12 -12
  491. package/util/request.js +46 -46
  492. package/util/throttle.js +15 -15
@@ -1,413 +1,413 @@
1
- //
2
- // NoUi Slider
3
- //
4
-
5
-
6
- // Original styles
7
-
8
- .noUi-target,
9
- .noUi-target * {
10
- -webkit-touch-callout: none;
11
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
12
- -webkit-user-select: none;
13
- touch-action: none;
14
- user-select: none;
15
- box-sizing: border-box;
16
- }
17
-
18
- .noUi-target {
19
- position: relative;
20
- direction: ltr;
21
- }
22
-
23
- .noUi-base,
24
- .noUi-connects {
25
- width: 100%;
26
- height: 100%;
27
- position: relative;
28
- z-index: 1;
29
- }
30
-
31
-
32
- // Wrapper for all connect elements
33
-
34
- .noUi-connects {
35
- overflow: hidden;
36
- z-index: 0;
37
- }
38
-
39
- .noUi-connect,
40
- .noUi-origin {
41
- will-change: transform;
42
- position: absolute;
43
- z-index: 1;
44
- top: 0;
45
- left: 0;
46
- height: 100%;
47
- width: 100%;
48
- transform-origin: 0 0;
49
- }
50
-
51
-
52
- html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
53
- left: auto;
54
- right: 0;
55
- }
56
-
57
- .noUi-vertical .noUi-origin {
58
- width: 0;
59
- }
60
-
61
- .noUi-horizontal .noUi-origin {
62
- height: 0;
63
- }
64
-
65
- .noUi-handle {
66
- position: absolute;
67
- }
68
-
69
- .noUi-state-tap .noUi-connect,
70
- .noUi-state-tap .noUi-origin {
71
- transition: transform .3s;
72
- }
73
-
74
- .noUi-state-drag * {
75
- cursor: inherit !important;
76
- }
77
-
78
- .noUi-horizontal {
79
- height: $noui-target-thickness;
80
- }
81
-
82
- .noUi-horizontal .noUi-handle {
83
- width: 34px;
84
- height: 28px;
85
- left: -17px;
86
- top: -6px;
87
- }
88
-
89
- .noUi-vertical {
90
- width: $noui-target-thickness;
91
- }
92
-
93
- .noUi-vertical .noUi-handle {
94
- width: 28px;
95
- height: 34px;
96
- left: -6px;
97
- top: -17px;
98
- }
99
-
100
- html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
101
- right: -17px;
102
- left: auto;
103
- }
104
-
105
- .noUi-connects {
106
- border-radius: 3px;
107
- }
108
-
109
- .noUi-connect {
110
- background: $noui-slider-connect-bg;
111
- }
112
-
113
- .noUi-draggable {
114
- cursor: ew-resize;
115
- }
116
-
117
- .noUi-vertical .noUi-draggable {
118
- cursor: ns-resize;
119
- }
120
-
121
- .noUi-handle {
122
- border: 1px solid #D9D9D9;
123
- border-radius: 3px;
124
- background: #FFF;
125
- cursor: default;
126
- box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
127
- outline: none;
128
- }
129
-
130
- .noUi-active {
131
- outline: none;
132
- }
133
-
134
-
135
- /* Disabled state;
136
- */
137
-
138
- [disabled] .noUi-connect {
139
- background: #B8B8B8;
140
- }
141
-
142
- [disabled].noUi-target,
143
- [disabled].noUi-handle,
144
- [disabled] .noUi-handle {
145
- cursor: not-allowed;
146
- }
147
-
148
-
149
- /* Base;
150
- *
151
- */
152
-
153
- .noUi-pips,
154
- .noUi-pips * {
155
- -moz-box-sizing: border-box;
156
- box-sizing: border-box;
157
- }
158
-
159
- .noUi-pips {
160
- position: absolute;
161
- color: #999;
162
- }
163
-
164
-
165
- /* Values;
166
- *
167
- */
168
-
169
- .noUi-value {
170
- position: absolute;
171
- white-space: nowrap;
172
- text-align: center;
173
- }
174
-
175
- .noUi-value-sub {
176
- color: #ccc;
177
- font-size: 10px;
178
- }
179
-
180
-
181
- /* Markings;
182
- *
183
- */
184
-
185
- .noUi-marker {
186
- position: absolute;
187
- background: #CCC;
188
- }
189
-
190
- .noUi-marker-sub {
191
- background: #AAA;
192
- }
193
-
194
- .noUi-marker-large {
195
- background: #AAA;
196
- }
197
-
198
-
199
- /* Horizontal layout;
200
- *
201
- */
202
-
203
- .noUi-pips-horizontal {
204
- padding: 10px 0;
205
- height: 80px;
206
- top: 100%;
207
- left: 0;
208
- width: 100%;
209
- }
210
-
211
- .noUi-value-horizontal {
212
- transform: translate(-50%, 50%);
213
- }
214
-
215
- .noUi-rtl .noUi-value-horizontal {
216
- transform: translate(50%, 50%);
217
- }
218
-
219
- .noUi-marker-horizontal.noUi-marker {
220
- margin-left: -1px;
221
- width: 2px;
222
- height: 5px;
223
- }
224
-
225
- .noUi-marker-horizontal.noUi-marker-sub {
226
- height: 10px;
227
- }
228
-
229
- .noUi-marker-horizontal.noUi-marker-large {
230
- height: 15px;
231
- }
232
-
233
-
234
- /* Vertical layout;
235
- *
236
- */
237
-
238
- .noUi-pips-vertical {
239
- padding: 0 10px;
240
- height: 100%;
241
- top: 0;
242
- left: 100%;
243
- }
244
-
245
- .noUi-value-vertical {
246
- -webkit-transform: translate(0, -50%);
247
- transform: translate(0, -50%, 0);
248
- padding-left: 25px;
249
- }
250
-
251
- .noUi-rtl .noUi-value-vertical {
252
- -webkit-transform: translate(0, 50%);
253
- transform: translate(0, 50%);
254
- }
255
-
256
- .noUi-marker-vertical.noUi-marker {
257
- width: 5px;
258
- height: 2px;
259
- margin-top: -1px;
260
- }
261
-
262
- .noUi-marker-vertical.noUi-marker-sub {
263
- width: 10px;
264
- }
265
-
266
- .noUi-marker-vertical.noUi-marker-large {
267
- width: 15px;
268
- }
269
-
270
- .noUi-tooltip {
271
- display: block;
272
- position: absolute;
273
- border: 1px solid #D9D9D9;
274
- border-radius: 3px;
275
- background: #fff;
276
- color: #000;
277
- padding: 5px;
278
- text-align: center;
279
- white-space: nowrap;
280
- }
281
-
282
- .noUi-horizontal .noUi-tooltip {
283
- -webkit-transform: translate(-50%, 0);
284
- transform: translate(-50%, 0);
285
- left: 50%;
286
- bottom: 120%;
287
- }
288
-
289
- .noUi-vertical .noUi-tooltip {
290
- -webkit-transform: translate(0, -50%);
291
- transform: translate(0, -50%);
292
- top: 50%;
293
- right: 120%;
294
- }
295
-
296
-
297
- // Custom styles
298
-
299
- .noUi-target {
300
- background: $noui-target-bg;
301
- border-radius: $noui-target-border-radius;
302
- border: 0;
303
- box-shadow: $noui-target-box-shadow;
304
- margin: 15px 0;
305
- cursor: pointer;
306
- }
307
-
308
- .noUi-horizontal {
309
- height: $noui-target-thickness;
310
- }
311
-
312
- html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
313
- right: -10px;
314
- }
315
-
316
- .noUi-vertical {
317
- width: $noui-target-thickness;
318
- }
319
-
320
- .noUi-connect {
321
- background: theme-color("primary");
322
- box-shadow: none;
323
- }
324
-
325
- .noUi-handle {
326
-
327
- }
328
-
329
- .noUi-horizontal .noUi-handle,
330
- .noUi-vertical .noUi-handle {
331
- top: -$noui-target-thickness;
332
- width: $noui-handle-width;
333
- height: $noui-handle-width;
334
- border-radius: 100%;
335
- box-shadow: none;
336
- cursor: pointer;
337
- background-color: $noui-handle-bg;
338
- border: $noui-handle-border;
339
- transition: box-shadow .15s, transform .15s;
340
- }
341
-
342
- .noUi-horizontal .noUi-handle.noUi-active,
343
- .noUi-vertical .noUi-handle.noUi-active {
344
- box-shadow: 0px 0px 0px 2px rgba($noui-handle-bg, 1);
345
- }
346
-
347
- .input-slider--cyan .noUi-connect {
348
- background: $cyan;
349
- }
350
-
351
-
352
- /* Disabled state */
353
-
354
- [disabled] .noUi-connect,
355
- [disabled].noUi-connect {
356
- background: $noui-slider-connect-disabled-bg;
357
- }
358
-
359
- [disabled] .noUi-handle,
360
- [disabled].noUi-origin {
361
- cursor: not-allowed;
362
- }
363
-
364
- /* Range slider value labels */
365
-
366
- .range-slider-value {
367
- font-size: $font-size-xs;
368
- font-weight: 500;
369
- background-color: rgba($dark, .7);
370
- color: color-yiq($dark);
371
- border-radius: 10px;
372
- padding: .4em .8em .3em .85em;
373
- }
374
-
375
- .range-slider-wrapper .upper-info {
376
- font-weight: 400;
377
- margin-bottom: 5px;
378
- }
379
-
380
- .input-slider-value-output {
381
- background: #333;
382
- color: #fff;
383
- padding: 4px 8px;
384
- position: relative;
385
- top: 12px;
386
- font-size: 11px;
387
- border-radius: 2px;
388
- }
389
-
390
- .input-slider-value-output:after {
391
- bottom: 100%;
392
- left: 10px;
393
- border: solid transparent;
394
- content: " ";
395
- height: 0;
396
- width: 0;
397
- position: absolute;
398
- pointer-events: none;
399
- border-color: rgba(136, 183, 213, 0);
400
- border-bottom-color: #333;
401
- border-width: 4px;
402
- margin-left: -4px;
403
- }
404
-
405
- .input-slider-value-output.left:after {
406
- left: 10px;
407
- right: auto;
408
- }
409
-
410
- .input-slider-value-output.right:after {
411
- right: 10px;
412
- left: auto;
413
- }
1
+ //
2
+ // NoUi Slider
3
+ //
4
+
5
+
6
+ // Original styles
7
+
8
+ .noUi-target,
9
+ .noUi-target * {
10
+ -webkit-touch-callout: none;
11
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
12
+ -webkit-user-select: none;
13
+ touch-action: none;
14
+ user-select: none;
15
+ box-sizing: border-box;
16
+ }
17
+
18
+ .noUi-target {
19
+ position: relative;
20
+ direction: ltr;
21
+ }
22
+
23
+ .noUi-base,
24
+ .noUi-connects {
25
+ width: 100%;
26
+ height: 100%;
27
+ position: relative;
28
+ z-index: 1;
29
+ }
30
+
31
+
32
+ // Wrapper for all connect elements
33
+
34
+ .noUi-connects {
35
+ overflow: hidden;
36
+ z-index: 0;
37
+ }
38
+
39
+ .noUi-connect,
40
+ .noUi-origin {
41
+ will-change: transform;
42
+ position: absolute;
43
+ z-index: 1;
44
+ top: 0;
45
+ left: 0;
46
+ height: 100%;
47
+ width: 100%;
48
+ transform-origin: 0 0;
49
+ }
50
+
51
+
52
+ html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
53
+ left: auto;
54
+ right: 0;
55
+ }
56
+
57
+ .noUi-vertical .noUi-origin {
58
+ width: 0;
59
+ }
60
+
61
+ .noUi-horizontal .noUi-origin {
62
+ height: 0;
63
+ }
64
+
65
+ .noUi-handle {
66
+ position: absolute;
67
+ }
68
+
69
+ .noUi-state-tap .noUi-connect,
70
+ .noUi-state-tap .noUi-origin {
71
+ transition: transform .3s;
72
+ }
73
+
74
+ .noUi-state-drag * {
75
+ cursor: inherit !important;
76
+ }
77
+
78
+ .noUi-horizontal {
79
+ height: $noui-target-thickness;
80
+ }
81
+
82
+ .noUi-horizontal .noUi-handle {
83
+ width: 34px;
84
+ height: 28px;
85
+ left: -17px;
86
+ top: -6px;
87
+ }
88
+
89
+ .noUi-vertical {
90
+ width: $noui-target-thickness;
91
+ }
92
+
93
+ .noUi-vertical .noUi-handle {
94
+ width: 28px;
95
+ height: 34px;
96
+ left: -6px;
97
+ top: -17px;
98
+ }
99
+
100
+ html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
101
+ right: -17px;
102
+ left: auto;
103
+ }
104
+
105
+ .noUi-connects {
106
+ border-radius: 3px;
107
+ }
108
+
109
+ .noUi-connect {
110
+ background: $noui-slider-connect-bg;
111
+ }
112
+
113
+ .noUi-draggable {
114
+ cursor: ew-resize;
115
+ }
116
+
117
+ .noUi-vertical .noUi-draggable {
118
+ cursor: ns-resize;
119
+ }
120
+
121
+ .noUi-handle {
122
+ border: 1px solid #D9D9D9;
123
+ border-radius: 3px;
124
+ background: #FFF;
125
+ cursor: default;
126
+ box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
127
+ outline: none;
128
+ }
129
+
130
+ .noUi-active {
131
+ outline: none;
132
+ }
133
+
134
+
135
+ /* Disabled state;
136
+ */
137
+
138
+ [disabled] .noUi-connect {
139
+ background: #B8B8B8;
140
+ }
141
+
142
+ [disabled].noUi-target,
143
+ [disabled].noUi-handle,
144
+ [disabled] .noUi-handle {
145
+ cursor: not-allowed;
146
+ }
147
+
148
+
149
+ /* Base;
150
+ *
151
+ */
152
+
153
+ .noUi-pips,
154
+ .noUi-pips * {
155
+ -moz-box-sizing: border-box;
156
+ box-sizing: border-box;
157
+ }
158
+
159
+ .noUi-pips {
160
+ position: absolute;
161
+ color: #999;
162
+ }
163
+
164
+
165
+ /* Values;
166
+ *
167
+ */
168
+
169
+ .noUi-value {
170
+ position: absolute;
171
+ white-space: nowrap;
172
+ text-align: center;
173
+ }
174
+
175
+ .noUi-value-sub {
176
+ color: #ccc;
177
+ font-size: 10px;
178
+ }
179
+
180
+
181
+ /* Markings;
182
+ *
183
+ */
184
+
185
+ .noUi-marker {
186
+ position: absolute;
187
+ background: #CCC;
188
+ }
189
+
190
+ .noUi-marker-sub {
191
+ background: #AAA;
192
+ }
193
+
194
+ .noUi-marker-large {
195
+ background: #AAA;
196
+ }
197
+
198
+
199
+ /* Horizontal layout;
200
+ *
201
+ */
202
+
203
+ .noUi-pips-horizontal {
204
+ padding: 10px 0;
205
+ height: 80px;
206
+ top: 100%;
207
+ left: 0;
208
+ width: 100%;
209
+ }
210
+
211
+ .noUi-value-horizontal {
212
+ transform: translate(-50%, 50%);
213
+ }
214
+
215
+ .noUi-rtl .noUi-value-horizontal {
216
+ transform: translate(50%, 50%);
217
+ }
218
+
219
+ .noUi-marker-horizontal.noUi-marker {
220
+ margin-left: -1px;
221
+ width: 2px;
222
+ height: 5px;
223
+ }
224
+
225
+ .noUi-marker-horizontal.noUi-marker-sub {
226
+ height: 10px;
227
+ }
228
+
229
+ .noUi-marker-horizontal.noUi-marker-large {
230
+ height: 15px;
231
+ }
232
+
233
+
234
+ /* Vertical layout;
235
+ *
236
+ */
237
+
238
+ .noUi-pips-vertical {
239
+ padding: 0 10px;
240
+ height: 100%;
241
+ top: 0;
242
+ left: 100%;
243
+ }
244
+
245
+ .noUi-value-vertical {
246
+ -webkit-transform: translate(0, -50%);
247
+ transform: translate(0, -50%, 0);
248
+ padding-left: 25px;
249
+ }
250
+
251
+ .noUi-rtl .noUi-value-vertical {
252
+ -webkit-transform: translate(0, 50%);
253
+ transform: translate(0, 50%);
254
+ }
255
+
256
+ .noUi-marker-vertical.noUi-marker {
257
+ width: 5px;
258
+ height: 2px;
259
+ margin-top: -1px;
260
+ }
261
+
262
+ .noUi-marker-vertical.noUi-marker-sub {
263
+ width: 10px;
264
+ }
265
+
266
+ .noUi-marker-vertical.noUi-marker-large {
267
+ width: 15px;
268
+ }
269
+
270
+ .noUi-tooltip {
271
+ display: block;
272
+ position: absolute;
273
+ border: 1px solid #D9D9D9;
274
+ border-radius: 3px;
275
+ background: #fff;
276
+ color: #000;
277
+ padding: 5px;
278
+ text-align: center;
279
+ white-space: nowrap;
280
+ }
281
+
282
+ .noUi-horizontal .noUi-tooltip {
283
+ -webkit-transform: translate(-50%, 0);
284
+ transform: translate(-50%, 0);
285
+ left: 50%;
286
+ bottom: 120%;
287
+ }
288
+
289
+ .noUi-vertical .noUi-tooltip {
290
+ -webkit-transform: translate(0, -50%);
291
+ transform: translate(0, -50%);
292
+ top: 50%;
293
+ right: 120%;
294
+ }
295
+
296
+
297
+ // Custom styles
298
+
299
+ .noUi-target {
300
+ background: $noui-target-bg;
301
+ border-radius: $noui-target-border-radius;
302
+ border: 0;
303
+ box-shadow: $noui-target-box-shadow;
304
+ margin: 15px 0;
305
+ cursor: pointer;
306
+ }
307
+
308
+ .noUi-horizontal {
309
+ height: $noui-target-thickness;
310
+ }
311
+
312
+ html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
313
+ right: -10px;
314
+ }
315
+
316
+ .noUi-vertical {
317
+ width: $noui-target-thickness;
318
+ }
319
+
320
+ .noUi-connect {
321
+ background: theme-color("primary");
322
+ box-shadow: none;
323
+ }
324
+
325
+ .noUi-handle {
326
+
327
+ }
328
+
329
+ .noUi-horizontal .noUi-handle,
330
+ .noUi-vertical .noUi-handle {
331
+ top: -$noui-target-thickness;
332
+ width: $noui-handle-width;
333
+ height: $noui-handle-width;
334
+ border-radius: 100%;
335
+ box-shadow: none;
336
+ cursor: pointer;
337
+ background-color: $noui-handle-bg;
338
+ border: $noui-handle-border;
339
+ transition: box-shadow .15s, transform .15s;
340
+ }
341
+
342
+ .noUi-horizontal .noUi-handle.noUi-active,
343
+ .noUi-vertical .noUi-handle.noUi-active {
344
+ box-shadow: 0px 0px 0px 2px rgba($noui-handle-bg, 1);
345
+ }
346
+
347
+ .input-slider--cyan .noUi-connect {
348
+ background: $cyan;
349
+ }
350
+
351
+
352
+ /* Disabled state */
353
+
354
+ [disabled] .noUi-connect,
355
+ [disabled].noUi-connect {
356
+ background: $noui-slider-connect-disabled-bg;
357
+ }
358
+
359
+ [disabled] .noUi-handle,
360
+ [disabled].noUi-origin {
361
+ cursor: not-allowed;
362
+ }
363
+
364
+ /* Range slider value labels */
365
+
366
+ .range-slider-value {
367
+ font-size: $font-size-xs;
368
+ font-weight: 500;
369
+ background-color: rgba($dark, .7);
370
+ color: color-yiq($dark);
371
+ border-radius: 10px;
372
+ padding: .4em .8em .3em .85em;
373
+ }
374
+
375
+ .range-slider-wrapper .upper-info {
376
+ font-weight: 400;
377
+ margin-bottom: 5px;
378
+ }
379
+
380
+ .input-slider-value-output {
381
+ background: #333;
382
+ color: #fff;
383
+ padding: 4px 8px;
384
+ position: relative;
385
+ top: 12px;
386
+ font-size: 11px;
387
+ border-radius: 2px;
388
+ }
389
+
390
+ .input-slider-value-output:after {
391
+ bottom: 100%;
392
+ left: 10px;
393
+ border: solid transparent;
394
+ content: " ";
395
+ height: 0;
396
+ width: 0;
397
+ position: absolute;
398
+ pointer-events: none;
399
+ border-color: rgba(136, 183, 213, 0);
400
+ border-bottom-color: #333;
401
+ border-width: 4px;
402
+ margin-left: -4px;
403
+ }
404
+
405
+ .input-slider-value-output.left:after {
406
+ left: 10px;
407
+ right: auto;
408
+ }
409
+
410
+ .input-slider-value-output.right:after {
411
+ right: 10px;
412
+ left: auto;
413
+ }