@burh/nuxt-core 1.0.503 → 1.0.505
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.
- package/.ebignore +25 -25
- package/.elasticbeanstalk/config.yml +18 -18
- package/.eslintrc.json +39 -39
- package/.gitlab-ci.yml +16 -16
- package/.vscode/settings.json +10 -10
- package/CHANGELOG.md +2 -2
- package/README.md +22 -22
- package/app.html +8 -8
- package/assets/css/font-awesome/css/font-awesome.css +2337 -2337
- package/assets/css/font-awesome/css/font-awesome.min.css +4 -4
- package/assets/css/font-awesome/fonts/fontawesome-webfont.svg +2671 -2671
- package/assets/css/nucleo/css/nucleo-svg.css +134 -134
- package/assets/css/nucleo/css/nucleo.css +572 -572
- package/assets/css/nucleo/fonts/nucleo-icons.svg +312 -312
- package/assets/css/variables.css +2 -2
- package/assets/images/burhCv.svg +6 -6
- package/assets/images/facebookCv.svg +3 -3
- package/assets/images/icons/facebook.svg +14 -14
- package/assets/images/icons/historicCv.svg +3 -3
- package/assets/images/icons/icon3.svg +3 -3
- package/assets/images/icons/icon4.svg +3 -3
- package/assets/images/icons/icon5.svg +3 -3
- package/assets/images/icons/icon6.svg +3 -3
- package/assets/images/icons/icon7.svg +3 -3
- package/assets/images/icons/icon8.svg +7 -7
- package/assets/images/icons/linkedin.svg +14 -14
- package/assets/images/icons/notesCv.svg +3 -3
- package/assets/images/icons/twitter.svg +14 -14
- package/assets/images/icons/whatsapp.svg +14 -14
- package/assets/images/linkedinCv.svg +3 -3
- package/assets/images/webCv.svg +4 -4
- package/assets/sass/argon.scss +104 -104
- package/assets/sass/burh-ds/_components.scss +142 -142
- package/assets/sass/burh-ds/_functions.scss +29 -29
- package/assets/sass/burh-ds/_global.scss +327 -327
- package/assets/sass/burh-ds/_helpers.scss +18 -18
- package/assets/sass/burh-ds/_mixins.scss +17 -17
- package/assets/sass/burh-ds/_transitions.scss +12 -12
- package/assets/sass/burh-ds/_utilities.scss +31 -31
- package/assets/sass/burh-ds/_variables.scss +963 -963
- package/assets/sass/burh-ds/_vendors.scss +38 -38
- package/assets/sass/burh-ds/atoms/_badge.scss +5 -5
- package/assets/sass/burh-ds/atoms/_buttons.scss +222 -222
- package/assets/sass/burh-ds/atoms/_forms.scss +419 -419
- package/assets/sass/burh-ds/atoms/_tables.scss +31 -31
- package/assets/sass/burh-ds/atoms/_type.scss +147 -147
- package/assets/sass/burh-ds/content/_interface-spa.scss +306 -306
- package/assets/sass/burh-ds/content/_main-content.scss +25 -25
- package/assets/sass/burh-ds/mixins/_badge.scss +37 -37
- package/assets/sass/burh-ds/mixins/_breakpoints.scss +39 -39
- package/assets/sass/burh-ds/mixins/_grid-framework.scss +66 -66
- package/assets/sass/burh-ds/mixins/_grid.scss +51 -51
- package/assets/sass/burh-ds/molecules/_box.scss +282 -282
- package/assets/sass/burh-ds/molecules/_breadcrumb.scss +8 -8
- package/assets/sass/burh-ds/molecules/_modal.scss +176 -176
- package/assets/sass/burh-ds/molecules/_navbar.scss +262 -262
- package/assets/sass/burh-ds/molecules/_notifications.scss +1 -1
- package/assets/sass/burh-ds/molecules/_steps-profile.scss +67 -67
- package/assets/sass/burh-ds/molecules/_testimonial.scss +53 -53
- package/assets/sass/burh-ds/organisms/_banner.scss +51 -51
- package/assets/sass/burh-ds/organisms/_cards.scss +228 -228
- package/assets/sass/burh-ds/organisms/_carousel.scss +113 -113
- package/assets/sass/burh-ds/organisms/_footer.scss +115 -115
- package/assets/sass/burh-ds/organisms/_profile-bar.scss +130 -130
- package/assets/sass/burh-ds/organisms/_search.scss +17 -17
- package/assets/sass/burh-ds/organisms/_subheader.scss +773 -773
- package/assets/sass/burh-ds/organisms/_tabs-setting.scss +123 -123
- package/assets/sass/burh-ds/organisms/banners/_banner.scss +62 -62
- package/assets/sass/burh-ds/organisms/cards/_featured-company.scss +17 -17
- package/assets/sass/burh-ds/organisms/cards/_opportunity.scss +16 -16
- package/assets/sass/burh-ds/pages/_error.scss +124 -124
- package/assets/sass/burh-ds/pages/_jobs.scss +424 -424
- package/assets/sass/burh-ds/pages/_testes.scss +350 -350
- package/assets/sass/burh-ds/variables/_colors.scss +358 -358
- package/assets/sass/burh-ds/variables/_global_settings.scss +39 -39
- package/assets/sass/core/alerts/_alert-dismissible.scss +48 -48
- package/assets/sass/core/alerts/_alert-notify.scss +47 -47
- package/assets/sass/core/alerts/_alert.scss +49 -49
- package/assets/sass/core/avatars/_avatar-group.scss +22 -22
- package/assets/sass/core/avatars/_avatar.scss +59 -59
- package/assets/sass/core/badges/_badge-circle.scss +29 -29
- package/assets/sass/core/badges/_badge-dot.scss +42 -42
- package/assets/sass/core/badges/_badge-floating.scss +18 -18
- package/assets/sass/core/badges/_badge.scss +67 -67
- package/assets/sass/core/breadcrumbs/_breadcrumb.scss +42 -42
- package/assets/sass/core/buttons/_button-brand.scss +12 -12
- package/assets/sass/core/buttons/_button-group.scss +79 -79
- package/assets/sass/core/buttons/_button-icon.scss +92 -92
- package/assets/sass/core/buttons/_button.scss +90 -90
- package/assets/sass/core/cards/_card-animations.scss +10 -10
- package/assets/sass/core/cards/_card-blockquote.scss +17 -17
- package/assets/sass/core/cards/_card-money.scss +27 -27
- package/assets/sass/core/cards/_card-pricing.scss +26 -26
- package/assets/sass/core/cards/_card-profile.scss +49 -49
- package/assets/sass/core/cards/_card-stats.scss +16 -16
- package/assets/sass/core/cards/_card.scss +70 -70
- package/assets/sass/core/charts/_chart.scss +69 -69
- package/assets/sass/core/close/_close.scss +47 -47
- package/assets/sass/core/collapse/_accordion.scss +38 -38
- package/assets/sass/core/content/_main-content.scss +17 -17
- package/assets/sass/core/custom-forms/_custom-checkbox.scss +47 -47
- package/assets/sass/core/custom-forms/_custom-control.scss +58 -58
- package/assets/sass/core/custom-forms/_custom-form.scss +45 -45
- package/assets/sass/core/custom-forms/_custom-radio.scss +38 -38
- package/assets/sass/core/custom-forms/_custom-toggle.scss +122 -122
- package/assets/sass/core/dropdowns/_dropdown.scss +89 -89
- package/assets/sass/core/footers/_footer.scss +159 -159
- package/assets/sass/core/forms/_form-extend.scss +38 -38
- package/assets/sass/core/forms/_form-validation.scss +78 -78
- package/assets/sass/core/forms/_form.scss +125 -125
- package/assets/sass/core/forms/_input-group.scss +136 -136
- package/assets/sass/core/grid/_grid.scss +31 -31
- package/assets/sass/core/headers/_header.scss +7 -7
- package/assets/sass/core/icons/_icon-actions.scss +57 -57
- package/assets/sass/core/icons/_icon-shape.scss +48 -48
- package/assets/sass/core/icons/_icon.scss +88 -88
- package/assets/sass/core/list-groups/_list-check.scss +52 -52
- package/assets/sass/core/list-groups/_list-group.scss +46 -46
- package/assets/sass/core/maps/_map.scss +10 -10
- package/assets/sass/core/masks/_mask.scss +33 -33
- package/assets/sass/core/medias/_media-comment.scss +33 -33
- package/assets/sass/core/medias/_media.scss +3 -3
- package/assets/sass/core/mixins/_alert.scss +22 -22
- package/assets/sass/core/mixins/_background-variant.scss +30 -30
- package/assets/sass/core/mixins/_badge.scss +12 -12
- package/assets/sass/core/mixins/_buttons.scss +105 -105
- package/assets/sass/core/mixins/_custom-forms.scss +47 -47
- package/assets/sass/core/mixins/_forms.scss +127 -127
- package/assets/sass/core/mixins/_icon.scss +10 -10
- package/assets/sass/core/mixins/_modals.scss +25 -25
- package/assets/sass/core/mixins/_popover.scss +35 -35
- package/assets/sass/core/modals/_modal.scss +31 -31
- package/assets/sass/core/navbars/_navbar-collapse.scss +37 -37
- package/assets/sass/core/navbars/_navbar-dropdown.scss +121 -121
- package/assets/sass/core/navbars/_navbar-floating.scss +17 -17
- package/assets/sass/core/navbars/_navbar-search.scss +216 -216
- package/assets/sass/core/navbars/_navbar-top.scss +58 -58
- package/assets/sass/core/navbars/_navbar-vertical.scss +507 -507
- package/assets/sass/core/navbars/_navbar.scss +368 -368
- package/assets/sass/core/navs/_nav-pills.scss +66 -66
- package/assets/sass/core/navs/_nav.scss +33 -33
- package/assets/sass/core/paginations/_pagination.scss +49 -49
- package/assets/sass/core/popovers/_popover.scss +21 -21
- package/assets/sass/core/progresses/_progress.scss +89 -89
- package/assets/sass/core/reboot/_reboot.scss +13 -13
- package/assets/sass/core/sections/_nucleo-icons.scss +117 -117
- package/assets/sass/core/separators/_separator.scss +54 -54
- package/assets/sass/core/shortcuts/_shortcut.scss +30 -30
- package/assets/sass/core/tables/_table-actions.scss +25 -25
- package/assets/sass/core/tables/_table-sortable.scss +28 -28
- package/assets/sass/core/tables/_table.scss +153 -153
- package/assets/sass/core/timeline/_timeline.scss +182 -182
- package/assets/sass/core/type/_article.scss +22 -22
- package/assets/sass/core/type/_display.scss +14 -14
- package/assets/sass/core/type/_heading.scss +65 -65
- package/assets/sass/core/type/_type.scss +27 -27
- package/assets/sass/core/utilities/_backgrounds.scss +51 -51
- package/assets/sass/core/utilities/_blurable.scss +37 -37
- package/assets/sass/core/utilities/_floating.scss +64 -64
- package/assets/sass/core/utilities/_helper.scss +18 -18
- package/assets/sass/core/utilities/_image.scss +9 -9
- package/assets/sass/core/utilities/_opacity.scss +35 -35
- package/assets/sass/core/utilities/_overflow.scss +11 -11
- package/assets/sass/core/utilities/_position.scss +25 -25
- package/assets/sass/core/utilities/_shadows.scss +28 -28
- package/assets/sass/core/utilities/_sizing.scss +7 -7
- package/assets/sass/core/utilities/_spacing.scss +107 -107
- package/assets/sass/core/utilities/_text.scss +49 -49
- package/assets/sass/core/utilities/_transform.scss +13 -13
- package/assets/sass/core/vendors/_bootstrap-datepicker.scss +279 -279
- package/assets/sass/core/vendors/_bootstrap-tagsinput.scss +67 -67
- package/assets/sass/core/vendors/_chartjs.scss +22 -22
- package/assets/sass/core/vendors/_dropzone.scss +74 -74
- package/assets/sass/core/vendors/_element-checkbox.scss +26 -26
- package/assets/sass/core/vendors/_element-tables.scss +61 -61
- package/assets/sass/core/vendors/_flatpickr.scss +72 -72
- package/assets/sass/core/vendors/_fullcalendar.scss +256 -256
- package/assets/sass/core/vendors/_headroom.scss +25 -25
- package/assets/sass/core/vendors/_lavalamp.scss +157 -157
- package/assets/sass/core/vendors/_nouislider.scss +413 -413
- package/assets/sass/core/vendors/_quill.scss +280 -280
- package/assets/sass/core/vendors/_scrollbar.scss +949 -949
- package/assets/sass/core/vendors/_select.scss +70 -70
- package/assets/sass/core/vendors/_sweet-alert-2.scss +22 -22
- package/assets/sass/core/vendors/_tags.scss +32 -32
- package/assets/sass/core/vendors/_vectormap.scss +16 -16
- package/assets/sass/custom/_components.scss +142 -142
- package/assets/sass/custom/_functions.scss +29 -29
- package/assets/sass/custom/_mixins.scss +15 -15
- package/assets/sass/custom/_transitions.scss +12 -12
- package/assets/sass/custom/_utilities.scss +31 -31
- package/assets/sass/custom/_variables.scss +1077 -1077
- package/assets/sass/custom/_vendors.scss +38 -38
- package/components/argon-core/Badge.vue +56 -56
- package/components/argon-core/Banners/Banner.vue +28 -28
- package/components/argon-core/Banners/BannerItem.vue +13 -13
- package/components/argon-core/BaseAlert.vue +74 -74
- package/components/argon-core/BaseButton.vue +81 -81
- package/components/argon-core/BaseDropdown.vue +114 -114
- package/components/argon-core/BaseHeader.vue +21 -21
- package/components/argon-core/BasePagination.vue +172 -172
- package/components/argon-core/BaseProgress.vue +121 -121
- package/components/argon-core/BaseSlider.vue +96 -96
- package/components/argon-core/BaseSwitch.vue +46 -46
- package/components/argon-core/BaseTable.vue +70 -70
- package/components/argon-core/Breadcrumb/Breadcrumb.vue +26 -26
- package/components/argon-core/Breadcrumb/BreadcrumbItem.vue +16 -16
- package/components/argon-core/Breadcrumb/RouteBreadcrumb.vue +45 -45
- package/components/argon-core/ButtonCheckbox.vue +39 -39
- package/components/argon-core/ButtonRadioGroup.vue +47 -47
- package/components/argon-core/Cards/Card.vue +71 -71
- package/components/argon-core/Cards/OpportunityCard.vue +39 -39
- package/components/argon-core/Cards/StatsCard.vue +49 -49
- package/components/argon-core/Charts/BarChart.js +30 -30
- package/components/argon-core/Charts/DoughnutChart.js +30 -30
- package/components/argon-core/Charts/LineChart.js +30 -30
- package/components/argon-core/Charts/PieChart.js +30 -30
- package/components/argon-core/Charts/config.js +491 -491
- package/components/argon-core/Charts/globalOptionsMixin.js +7 -7
- package/components/argon-core/Charts/optionHelpers.js +10 -10
- package/components/argon-core/CloseButton.vue +35 -35
- package/components/argon-core/Collapse/Collapse.vue +84 -84
- package/components/argon-core/Collapse/CollapseItem.vue +91 -91
- package/components/argon-core/Feed/Comment.vue +50 -50
- package/components/argon-core/Inputs/BaseCheckbox.vue +79 -79
- package/components/argon-core/Inputs/BaseInput.vue +293 -270
- package/components/argon-core/Inputs/BaseRadio.vue +68 -68
- package/components/argon-core/Inputs/DropzoneFileUpload.vue +138 -138
- package/components/argon-core/Inputs/DropzoneVideoUpload.vue +138 -138
- package/components/argon-core/Inputs/FileInput.vue +54 -54
- package/components/argon-core/Inputs/HtmlEditor.vue +105 -105
- package/components/argon-core/Inputs/IconCheckbox.vue +45 -45
- package/components/argon-core/Inputs/TagsInput.vue +100 -100
- package/components/argon-core/LoadingPanel.vue +26 -26
- package/components/argon-core/Modal.vue +180 -180
- package/components/argon-core/Navbar/BaseNav.vue +122 -122
- package/components/argon-core/Navbar/NavbarProgress.vue +19 -19
- package/components/argon-core/Navbar/NavbarProgressItem.vue +17 -17
- package/components/argon-core/Navbar/NavbarToggleButton.vue +21 -21
- package/components/argon-core/NavbarToggleButton.vue +29 -29
- package/components/argon-core/NotificationPlugin/Notification.vue +207 -207
- package/components/argon-core/NotificationPlugin/Notifications.vue +55 -55
- package/components/argon-core/NotificationPlugin/index.js +66 -66
- package/components/argon-core/SidebarPlugin/SideBar.vue +119 -119
- package/components/argon-core/SidebarPlugin/SidebarItem.vue +184 -184
- package/components/argon-core/SidebarPlugin/index.js +79 -79
- package/components/argon-core/Tabs/Tab.vue +33 -33
- package/components/argon-core/Tabs/Tabs.vue +170 -170
- package/components/argon-core/Timeline/TimeLine.vue +17 -17
- package/components/argon-core/Timeline/TimeLineItem.vue +30 -30
- package/components/argon-core/WorldMap/AsyncWorldMap.vue +28 -28
- package/components/argon-core/WorldMap/WorldMap.vue +127 -127
- package/components/argon-core/index.js +82 -82
- package/components/burh-ds/Aboutme/Profile.vue +110 -110
- package/components/burh-ds/Avatar/AvatarLink.vue +44 -44
- package/components/burh-ds/Avatar/BusinessAvatar.vue +38 -38
- package/components/burh-ds/Banners/BannerHero.vue +23 -23
- package/components/burh-ds/Banners/BannerItem.vue +14 -14
- package/components/burh-ds/Button/ExportButton.vue +20 -20
- package/components/burh-ds/Button/SwitchStateButton.vue +165 -165
- package/components/burh-ds/Capsules/SearchSlug.vue +860 -860
- package/components/burh-ds/Capsules/UserProfile.vue +1938 -1938
- package/components/burh-ds/Cards/BaseCard.vue +195 -195
- package/components/burh-ds/Cards/CampaignCard.vue +40 -40
- package/components/burh-ds/Cards/CompanyCard.vue +39 -39
- package/components/burh-ds/Cards/CourseInfoCard.vue +267 -267
- package/components/burh-ds/Cards/FeatureBusinessCard.vue +74 -74
- package/components/burh-ds/Cards/FunctionalityItem.vue +35 -35
- package/components/burh-ds/Cards/OpportunityCard.vue +115 -115
- package/components/burh-ds/Cards/PerformanceCard.vue +81 -81
- package/components/burh-ds/Cards/PerformanceItem.vue +65 -65
- package/components/burh-ds/Cards/PlanCard.vue +192 -192
- package/components/burh-ds/Cards/ProductCard.vue +142 -142
- package/components/burh-ds/Cards/PurchaseCard.vue +58 -58
- package/components/burh-ds/Cards/PurchaseCardSimple.vue +58 -58
- package/components/burh-ds/Cards/TestCard.vue +192 -192
- package/components/burh-ds/Cards/TrainingCard.vue +151 -151
- package/components/burh-ds/Cards/WelcomeCard.vue +106 -106
- package/components/burh-ds/Carousel/FeedCarousel.vue +47 -47
- package/components/burh-ds/Carousel/ImageCarousel.vue +111 -111
- package/components/burh-ds/Chart/DoughnutChart.vue +20 -20
- package/components/burh-ds/Collapse/DefaultCollapse.vue +70 -70
- package/components/burh-ds/Crop/Crop.vue +121 -121
- package/components/burh-ds/Curriculum/UserCurriculum/UpgradePlan.vue +71 -71
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvLeftSide.vue +542 -542
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvMiddle.vue +590 -590
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSide.vue +1270 -1266
- package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSideNotAuth.vue +496 -496
- package/components/burh-ds/Curriculum/UserCurriculum/index.vue +258 -258
- package/components/burh-ds/Dropdown/AppLinkArea.vue +132 -132
- package/components/burh-ds/Dropdown/DropdownItem.vue +26 -26
- package/components/burh-ds/Dropdown/DropdownSection.vue +38 -38
- package/components/burh-ds/Dropdown/FaqVideoArea.vue +88 -88
- package/components/burh-ds/Dropdown/SignOutItem.vue +11 -11
- package/components/burh-ds/Dropdown/UserMenuDropdown.vue +63 -63
- package/components/burh-ds/FeaturedCompanies/FeaturedCompanies.vue +11 -11
- package/components/burh-ds/FeaturedCompanies/FeaturedCompanyCard.vue +16 -16
- package/components/burh-ds/Filters/BaseFilterContainer.vue +138 -138
- package/components/burh-ds/Filters/FilterWithDropdown.vue +289 -289
- package/components/burh-ds/Groups/ProductItem.vue +62 -62
- package/components/burh-ds/Groups/SimpleProductItem.vue +164 -164
- package/components/burh-ds/Headings/AppHeader.vue +373 -373
- package/components/burh-ds/Headings/BaseHeader.vue +24 -24
- package/components/burh-ds/Headings/Profile.vue +66 -66
- package/components/burh-ds/Headings/ProfileHeader.vue +105 -105
- package/components/burh-ds/Headings/SettingsHeader.vue +48 -48
- package/components/burh-ds/Headings/StepHeader.vue +122 -122
- package/components/burh-ds/Img/ImageWithFallback.vue +67 -67
- package/components/burh-ds/Input/AutoComplete.vue +136 -136
- package/components/burh-ds/Inputs/BaseCheckbox.vue +73 -73
- package/components/burh-ds/Inputs/BaseSwitch.vue +43 -43
- package/components/burh-ds/Inputs/BaseSwitchSecondary.vue +84 -84
- package/components/burh-ds/Inputs/DoubleInputWithIcon.vue +100 -100
- package/components/burh-ds/Inputs/HtmlEditor.vue +60 -60
- package/components/burh-ds/Inputs/SearchInput.vue +88 -88
- package/components/burh-ds/InterfaceSpa/InterfaceSpa.vue +83 -83
- package/components/burh-ds/Jobs/JobDetail.vue +432 -432
- package/components/burh-ds/Jobs/JobDetailDesign.vue +151 -151
- package/components/burh-ds/Jobs/JobDetailEmpty.vue +27 -27
- package/components/burh-ds/Labels/LabelContextIcon.vue +58 -58
- package/components/burh-ds/Link/DefaultLink.vue +30 -30
- package/components/burh-ds/Lists/ListAvatarCheckbox.vue +157 -157
- package/components/burh-ds/Lists/ListNavLinks.vue +54 -54
- package/components/burh-ds/Lists/VagasSimple.vue +404 -404
- package/components/burh-ds/Loadings/Basics.vue +80 -80
- package/components/burh-ds/Loadings/InfiniteLoading.vue +21 -21
- package/components/burh-ds/Loadings/LoadingFullPage.vue +68 -68
- package/components/burh-ds/Loadings/NewLoading.vue +119 -119
- package/components/burh-ds/Loads/LoadingBar.vue +83 -83
- package/components/burh-ds/Modals/AddCustomerModal.vue +484 -484
- package/components/burh-ds/Modals/AddMember.vue +255 -255
- package/components/burh-ds/Modals/AddRoleModal.vue +139 -139
- package/components/burh-ds/Modals/AppConfigModal.vue +643 -643
- package/components/burh-ds/Modals/CourseMessageModal.vue +66 -66
- package/components/burh-ds/Modals/DocsModal.vue +111 -111
- package/components/burh-ds/Modals/DropzoneModal.vue +125 -125
- package/components/burh-ds/Modals/InviteToRole.vue +287 -287
- package/components/burh-ds/Modals/MobileModal.vue +65 -65
- package/components/burh-ds/Modals/ModalTests.vue +167 -167
- package/components/burh-ds/Modals/NewUserModal.vue +87 -87
- package/components/burh-ds/Modals/PlanModal.vue +327 -327
- package/components/burh-ds/Modals/RequestModal.vue +237 -237
- package/components/burh-ds/Modals/SendCourse.vue +448 -448
- package/components/burh-ds/Modals/SendDisc.vue +230 -230
- package/components/burh-ds/Modals/SendTest.vue +362 -362
- package/components/burh-ds/Modals/ShareModal.vue +228 -228
- package/components/burh-ds/Modals/SharedModal.vue +230 -230
- package/components/burh-ds/Modals/SmsModal.vue +329 -329
- package/components/burh-ds/Modals/SubModal.vue +41 -41
- package/components/burh-ds/Modals/UniversalShareModal.vue +216 -216
- package/components/burh-ds/Modals/UniversalWhatsappModal.vue +93 -93
- package/components/burh-ds/Modals/UniversityAccessModal.vue +135 -135
- package/components/burh-ds/Modals/VideoModal.vue +80 -80
- package/components/burh-ds/Modals/WhatsappModal.vue +92 -92
- package/components/burh-ds/Navbar/BaseNav.vue +119 -119
- package/components/burh-ds/Notifications/Notification.vue +215 -215
- package/components/burh-ds/Notifications/Notifications.vue +55 -55
- package/components/burh-ds/Notifications/index.js +66 -66
- package/components/burh-ds/Pagination/NamedPagination.vue +187 -187
- package/components/burh-ds/Questions/Question.vue +243 -243
- package/components/burh-ds/Questions/QuestionAttach.vue +13 -13
- package/components/burh-ds/Questions/QuestionRadio.vue +122 -122
- package/components/burh-ds/Questions/QuestionRadioItem.vue +83 -83
- package/components/burh-ds/Questions/QuestionText.vue +66 -66
- package/components/burh-ds/Questions/index.js +13 -13
- package/components/burh-ds/Skeleton/AppHeader.vue +173 -173
- package/components/burh-ds/Skeleton/BaseCardTest.vue +51 -51
- package/components/burh-ds/Skeleton/BaseCardUniversity.vue +79 -79
- package/components/burh-ds/Skeleton/BaseCardUser.vue +84 -84
- package/components/burh-ds/Skeleton/BaseCourseInfo.vue +116 -116
- package/components/burh-ds/Skeleton/BaseTraining.vue +29 -29
- package/components/burh-ds/Skeleton/BufferFolderSkeleton.vue +45 -45
- package/components/burh-ds/Skeleton/BufferUserSkeleton.vue +142 -142
- package/components/burh-ds/Skeleton/Cards.vue +86 -86
- package/components/burh-ds/Skeleton/ChartCard.vue +114 -114
- package/components/burh-ds/Skeleton/Home.vue +100 -100
- package/components/burh-ds/Skeleton/RecruitmentCard.vue +203 -203
- package/components/burh-ds/Skeleton/SkeletonAnimate.vue +146 -146
- package/components/burh-ds/Tabs/Tab.vue +56 -56
- package/components/burh-ds/Tabs/Tabs.vue +188 -188
- package/components/burh-ds/Tabs/TesteTab.vue +132 -132
- package/components/burh-ds/Video/MuxVideo.vue +39 -39
- package/components/burh-ds/index.js +20 -20
- package/components/layouts/argon/Content.vue +17 -17
- package/components/layouts/argon/navbar/BlankLayout.vue +61 -61
- package/components/layouts/argon/navbar/DashboardNavbar.vue +307 -307
- package/components/layouts/burh-ds/ContentFooter.vue +45 -45
- package/components/layouts/burh-ds/footer/FooterSimple.vue +20 -20
- package/components/layouts/burh-ds/footer/ProductsFooter.vue +330 -330
- package/components/layouts/burh-ds/footer/StatusFooter.vue +105 -105
- package/components/layouts/burh-ds/footer/StoreFooter.vue +54 -54
- package/components/layouts/burh-ds/navbar/AppNavbar.vue +97 -97
- package/components/layouts/burh-ds/navbar/BusinessGlobalNavbar.vue +435 -435
- package/components/layouts/burh-ds/navbar/CarreirasNavbar.vue +363 -363
- package/components/layouts/burh-ds/navbar/CompanyGlobalNavbar.vue +244 -244
- package/components/layouts/burh-ds/navbar/EmpresasNavbar.vue +374 -374
- package/components/layouts/burh-ds/navbar/EmpresasNavbarLogado.vue +388 -388
- package/components/layouts/burh-ds/navbar/GlobalNavbar.vue +535 -535
- package/components/layouts/burh-ds/navbar/MobileNavbar.vue +431 -431
- package/components/layouts/burh-ds/navbar/PublicNavbar.vue +168 -168
- package/components/layouts/burh-ds/navbar/SimpleNavbar.vue +129 -129
- package/components/layouts/burh-ds/navbar/UserNavbar.vue +346 -346
- package/components/layouts/burh-ds/navbar/UserNavbarLogin.vue +253 -253
- package/components/organismos/atomos/Deslike.vue +26 -26
- package/components/organismos/atomos/Like.vue +26 -26
- package/components/organismos/emptyChart/index.vue +39 -39
- package/components/pages/UserProfile/EditProfileForm.vue +142 -142
- package/components/pages/UserProfile/UserCard.vue +61 -61
- package/components/pages/dashboard/ActivityFeed.vue +102 -102
- package/components/pages/dashboard/LightTable.vue +194 -194
- package/components/pages/dashboard/PageVisitsTable.vue +107 -107
- package/components/pages/dashboard/ProgressTrackList.vue +82 -82
- package/components/pages/dashboard/SocialTrafficTable.vue +101 -101
- package/components/pages/dashboard/TaskList.vue +56 -56
- package/components/pages/dashboard/UserList.vue +72 -72
- package/components/pages/forms/BrowserDefaultsValidation.vue +106 -106
- package/components/pages/forms/CustomStylesValidation.vue +130 -130
- package/components/pages/forms/ServerSideValidation.vue +128 -128
- package/components/pages/register/FailedRegistration.vue +29 -29
- package/components/pages/register/SuccessfulRegistration.vue +29 -29
- package/components/tables/PaginatedTables/clientPaginationMixin.js +86 -86
- package/components/tables/RegularTables/CheckboxColoredTable.vue +112 -112
- package/components/tables/RegularTables/CheckboxTable.vue +101 -101
- package/components/tables/RegularTables/DarkTable.vue +114 -114
- package/components/tables/RegularTables/InlineActionsTable.vue +94 -94
- package/components/tables/RegularTables/LightTable.vue +117 -117
- package/components/tables/RegularTables/StripedTable.vue +94 -94
- package/components/tables/RegularTables/TranslucentTable.vue +114 -114
- package/components/tables/projects.js +75 -75
- package/components/tables/users.js +42 -42
- package/components/tables/users2.js +474 -474
- package/components/widgets/CalendarWidget.vue +119 -119
- package/components/widgets/CreditCard.vue +66 -66
- package/components/widgets/MembersCard.vue +99 -99
- package/components/widgets/PaypalCard.vue +45 -45
- package/components/widgets/ProgressTrackList.vue +76 -76
- package/components/widgets/StatsCards.vue +70 -70
- package/components/widgets/TaskList.vue +67 -67
- package/components/widgets/TimelineCard.vue +66 -66
- package/components/widgets/VectorMapCard.vue +139 -139
- package/components/widgets/VisaCard.vue +51 -51
- package/data/ListVideoLinksMock.json +21 -21
- package/dictionary.js +38 -38
- package/environment.env.md +34 -34
- package/environment.js +221 -221
- package/eslint.config.json +12 -12
- package/layouts/AuthLayout.vue +191 -191
- package/layouts/BurhCarreirasLayout.vue +63 -63
- package/layouts/BurhEmpresasLayout.vue +64 -64
- package/layouts/BurhNoHeader.vue +63 -63
- package/layouts/BurhPublicLayout.vue +67 -67
- package/layouts/BurhUserLayout.vue +231 -231
- package/layouts/DashboardLayout.vue +226 -226
- package/layouts/error.vue +119 -119
- package/metadata.json +30 -30
- package/middleware/README.md +8 -8
- package/middleware/decodeUrl.js +8 -8
- package/middleware/maintenance.js +9 -9
- package/middleware/new-account.js +6 -6
- package/middleware/redirect.js +13 -13
- package/middleware/user-agent-error.js +28 -28
- package/nuxt.config.js +207 -207
- package/package.json +119 -119
- package/plugins/README.md +7 -7
- package/plugins/analytics/ga.js +28 -28
- package/plugins/auth/auth.js +210 -210
- package/plugins/axios.js +32 -32
- package/plugins/carousel/owl-carousel.js +3 -3
- package/plugins/crop/crop.js +4 -4
- package/plugins/dashboard/dashboard-plugin.js +31 -31
- package/plugins/dashboard/directives/click-outside.js +15 -15
- package/plugins/dashboard/eventBus.js +1 -1
- package/plugins/dashboard/globalComponents.js +49 -44
- package/plugins/dashboard/globalDirectives.js +7 -7
- package/plugins/dom/loader.js +76 -76
- package/plugins/localstorage.js +20 -20
- package/plugins/location/location.js +41 -41
- package/plugins/pagination/pagination.js +3 -3
- package/plugins/qrcode/qrcode.js +4 -4
- package/plugins/router.js +8 -8
- package/plugins/social-media/fb-sdk.js +44 -44
- package/plugins/social-media/share-link-facebook.js +32 -32
- package/plugins/social-media/share-link-linkedin.js +30 -30
- package/plugins/social-media/share-link-twitter.js +30 -30
- package/plugins/social-media/share-link-whatsapp.js +31 -31
- package/plugins/vClickOutside.js +4 -4
- package/polyfills.js +96 -96
- package/util/common.js +189 -189
- package/util/cookie.js +28 -28
- package/util/dom.js +63 -63
- package/util/getPrefixes.js +12 -12
- package/util/request.js +46 -46
- package/util/throttle.js +15 -15
|
@@ -1,358 +1,358 @@
|
|
|
1
|
-
//Burh colors - Main
|
|
2
|
-
$color-default: #13293b;
|
|
3
|
-
$color-default--lighten: #7092a6;
|
|
4
|
-
$color-default--mid-dark: #071e2a;
|
|
5
|
-
$color-default--darken: #0a0c10;
|
|
6
|
-
$color-primary: #5865f2;
|
|
7
|
-
$color-primary--lighten: #81bfeb;
|
|
8
|
-
$color-primary--mid-dark: #0062ae;
|
|
9
|
-
$color-primary--darken: #004483;
|
|
10
|
-
$color-secondary: #fddf00;
|
|
11
|
-
$color-secondary--lighten: #fae871;
|
|
12
|
-
$color-secondary--mid-dark: #f9d100;
|
|
13
|
-
$color-secondary--darken: #ffb200;
|
|
14
|
-
$color-light: #ecf1f5;
|
|
15
|
-
$color-light--lighten: #f9f9f9;
|
|
16
|
-
$color-light--mid-dark: #ccd9df;
|
|
17
|
-
$color-light--darken: #b8c8d3;
|
|
18
|
-
$color-dark: #485863;
|
|
19
|
-
$color-dark--lighten: #768b9a;
|
|
20
|
-
$color-dark--mid-dark: #3b4b56;
|
|
21
|
-
$color-dark--darken: #040405;
|
|
22
|
-
|
|
23
|
-
//Burh colors - Feedback
|
|
24
|
-
$color-info: #2bb3dc;
|
|
25
|
-
$color-info--ligthen: #cae7f0;
|
|
26
|
-
$color-info--mid-dark: #56bcd5;
|
|
27
|
-
$color-info--darken: #56bcd5;
|
|
28
|
-
$color-success: #4fa86f;
|
|
29
|
-
$color-success--ligthen: #cadee3;
|
|
30
|
-
$color-success--mid-dark: #7ebd94;
|
|
31
|
-
$color-success--darken: #35824d;
|
|
32
|
-
$color-danger: #de214b;
|
|
33
|
-
$color-danger--ligthen: #efc2ce;
|
|
34
|
-
$color-danger--mid-dark: #e88ca4;
|
|
35
|
-
$color-danger--darken: #c50035;
|
|
36
|
-
$color-warning: #e69e33;
|
|
37
|
-
$color-warning--ligthen: #e69e33;
|
|
38
|
-
$color-warning--mid-dark: #db8e37;
|
|
39
|
-
$color-warning--darken: #e66433;
|
|
40
|
-
|
|
41
|
-
//Burh Colors - Monochrome Scale
|
|
42
|
-
$color-mono-blue: #004484;
|
|
43
|
-
$color-mono-blue-90: #195690;
|
|
44
|
-
$color-mono-blue-80: #33699c;
|
|
45
|
-
$color-mono-blue-70: #4c7ba8;
|
|
46
|
-
$color-mono-blue-60: #668eb5;
|
|
47
|
-
$color-mono-blue-50: #7fa1c1;
|
|
48
|
-
$color-mono-blue-40: #99b4ce;
|
|
49
|
-
$color-mono-blue-30: #b2c6da;
|
|
50
|
-
$color-mono-blue-20: #ccd9e6;
|
|
51
|
-
$color-mono-blue-10: #e5ecf2;
|
|
52
|
-
$color-mono-dark: #232c30;
|
|
53
|
-
$color-mono-dark-90: #384044;
|
|
54
|
-
$color-mono-dark-80: #4f5659;
|
|
55
|
-
$color-mono-dark-70: #646a6d;
|
|
56
|
-
$color-mono-dark-60: #7b8082;
|
|
57
|
-
$color-mono-dark-50: #909597;
|
|
58
|
-
$color-mono-dark-40: #a7aaac;
|
|
59
|
-
$color-mono-dark-30: #bcbfc0;
|
|
60
|
-
$color-mono-dark-20: #d3d4d5;
|
|
61
|
-
$color-mono-dark-10: #e8e9ea;
|
|
62
|
-
|
|
63
|
-
//Burh Colors - Social Media
|
|
64
|
-
|
|
65
|
-
//Burh Colors - Base Duotone
|
|
66
|
-
$base-light: #ffffff;
|
|
67
|
-
$base-dark: $color-mono-dark;
|
|
68
|
-
|
|
69
|
-
// Shadows
|
|
70
|
-
|
|
71
|
-
$enable-shadows: true !default;
|
|
72
|
-
|
|
73
|
-
// Color system
|
|
74
|
-
|
|
75
|
-
$white: #fff !default;
|
|
76
|
-
$gray-100: #f6f9fc !default;
|
|
77
|
-
$gray-200: #e9ecef !default;
|
|
78
|
-
$gray-300: #dee2e6 !default;
|
|
79
|
-
$gray-400: #ced4da !default;
|
|
80
|
-
$gray-500: #adb5bd !default;
|
|
81
|
-
$gray-600: #8898aa !default; // Line footer color
|
|
82
|
-
$gray-700: #525f7f !default; // Line p color
|
|
83
|
-
$gray-800: #32325d !default; // Line heading color
|
|
84
|
-
$gray-900: #212529 !default;
|
|
85
|
-
$black: #000 !default;
|
|
86
|
-
|
|
87
|
-
$grays: () !default;
|
|
88
|
-
$grays: map-merge(
|
|
89
|
-
(
|
|
90
|
-
"100": $gray-100,
|
|
91
|
-
"200": $gray-200,
|
|
92
|
-
"300": $gray-300,
|
|
93
|
-
"400": $gray-400,
|
|
94
|
-
"500": $gray-500,
|
|
95
|
-
"600": $gray-600,
|
|
96
|
-
"700": $gray-700,
|
|
97
|
-
"800": $gray-800,
|
|
98
|
-
"900": $gray-900,
|
|
99
|
-
),
|
|
100
|
-
$grays
|
|
101
|
-
);
|
|
102
|
-
|
|
103
|
-
$blue: #5865f2 !default;
|
|
104
|
-
$indigo: #5603ad !default;
|
|
105
|
-
$purple: #8965e0 !default;
|
|
106
|
-
$pink: #f3a4b5 !default;
|
|
107
|
-
$red: #f5365c !default;
|
|
108
|
-
$orange: #fb6340 !default;
|
|
109
|
-
$yellow: #ffd600 !default;
|
|
110
|
-
$green: #2dce89 !default;
|
|
111
|
-
$teal: #11cdef !default;
|
|
112
|
-
$cyan: #2bffc6 !default;
|
|
113
|
-
// NEW COLORS
|
|
114
|
-
$search: #5865f2 !default;
|
|
115
|
-
$recruitment: #0c95fc !default;
|
|
116
|
-
$indicators: #5C65D2 !default;
|
|
117
|
-
$aboutme: #ea3062 !default;
|
|
118
|
-
$university: #39e2fd !default;
|
|
119
|
-
$interviews: #ff539d !default;
|
|
120
|
-
$workus: #ff7d7e !default;
|
|
121
|
-
$corp-university: #5983fe !default;
|
|
122
|
-
$store: #9d35fc !default;
|
|
123
|
-
$tests: #00b388 !default;
|
|
124
|
-
$buffer: #81d6fb !default;
|
|
125
|
-
$sms: #ffcf02 !default;
|
|
126
|
-
$carrers: #5983fe !default;
|
|
127
|
-
$disc: #9d35fc !default;
|
|
128
|
-
$performance-evaluation: #cd90ff !default;
|
|
129
|
-
$climate-research: #7879F1 !default;
|
|
130
|
-
|
|
131
|
-
$colors: () !default;
|
|
132
|
-
$colors: map-merge(
|
|
133
|
-
(
|
|
134
|
-
"blue": $blue,
|
|
135
|
-
"indigo": $indigo,
|
|
136
|
-
"purple": $purple,
|
|
137
|
-
"pink": $pink,
|
|
138
|
-
"red": $red,
|
|
139
|
-
"orange": $orange,
|
|
140
|
-
"yellow": $yellow,
|
|
141
|
-
"green": $green,
|
|
142
|
-
"teal": $teal,
|
|
143
|
-
"cyan": $cyan,
|
|
144
|
-
"white": $white,
|
|
145
|
-
"gray": $gray-600,
|
|
146
|
-
"light": $gray-400,
|
|
147
|
-
"lighter": $gray-200,
|
|
148
|
-
"lightest": lighten($gray-200, 5%),
|
|
149
|
-
"gray-dark": $gray-800,
|
|
150
|
-
"search": $search,
|
|
151
|
-
"recruitment": $recruitment,
|
|
152
|
-
"indicators": $indicators,
|
|
153
|
-
"aboutme": $aboutme,
|
|
154
|
-
"university": $university,
|
|
155
|
-
"interviews": $interviews,
|
|
156
|
-
"workus": $workus,
|
|
157
|
-
"corp-university": $corp-university,
|
|
158
|
-
"store": $store,
|
|
159
|
-
"tests": $tests,
|
|
160
|
-
"buffer": $buffer,
|
|
161
|
-
"sms": $sms,
|
|
162
|
-
"carrers": $carrers,
|
|
163
|
-
"disc": $disc,
|
|
164
|
-
"performance-evaluation": $performance-evaluation,
|
|
165
|
-
"climate-research": $climate-research
|
|
166
|
-
),
|
|
167
|
-
$colors
|
|
168
|
-
);
|
|
169
|
-
|
|
170
|
-
$default: $color-default !default;
|
|
171
|
-
$primary: $color-primary !default;
|
|
172
|
-
$secondary: $color-secondary !default;
|
|
173
|
-
$success: $color-success !default;
|
|
174
|
-
$info: $color-info !default;
|
|
175
|
-
$warning: $color-warning !default;
|
|
176
|
-
$danger: $color-danger !default;
|
|
177
|
-
$light: $color-light !default;
|
|
178
|
-
$dark: $gray-900 !default;
|
|
179
|
-
$darker: $base-dark;
|
|
180
|
-
|
|
181
|
-
$facebook: #3b5999 !default;
|
|
182
|
-
$twitter: #1da1f2 !default;
|
|
183
|
-
$google-plus: #dd4b39 !default;
|
|
184
|
-
$instagram: #e4405f !default;
|
|
185
|
-
$pinterest: #bd081c !default;
|
|
186
|
-
$youtube: #cd201f !default;
|
|
187
|
-
$slack: #3aaf85 !default;
|
|
188
|
-
$dribbble: #ea4c89 !default;
|
|
189
|
-
$github: #222222 !default;
|
|
190
|
-
$vimeo: #04a0f0 !default;
|
|
191
|
-
|
|
192
|
-
$theme-colors: () !default;
|
|
193
|
-
$theme-colors: map-merge(
|
|
194
|
-
(
|
|
195
|
-
"default": $default,
|
|
196
|
-
"primary": $primary,
|
|
197
|
-
"secondary": $secondary,
|
|
198
|
-
"success": $success,
|
|
199
|
-
"info": $info,
|
|
200
|
-
"warning": $warning,
|
|
201
|
-
"danger": $danger,
|
|
202
|
-
"white": $white,
|
|
203
|
-
"neutral": $white,
|
|
204
|
-
"dark": $dark,
|
|
205
|
-
"darker": $darker,
|
|
206
|
-
),
|
|
207
|
-
$theme-colors
|
|
208
|
-
);
|
|
209
|
-
|
|
210
|
-
$brand-colors: () !default;
|
|
211
|
-
$brand-colors: map-merge(
|
|
212
|
-
(
|
|
213
|
-
"facebook": $facebook,
|
|
214
|
-
"twitter": $twitter,
|
|
215
|
-
"google-plus": $google-plus,
|
|
216
|
-
"instagram": $instagram,
|
|
217
|
-
"pinterest": $pinterest,
|
|
218
|
-
"youtube": $youtube,
|
|
219
|
-
"slack": $slack,
|
|
220
|
-
"dribbble": $dribbble,
|
|
221
|
-
"github": $github,
|
|
222
|
-
"vimeo": $vimeo,
|
|
223
|
-
),
|
|
224
|
-
$brand-colors
|
|
225
|
-
);
|
|
226
|
-
|
|
227
|
-
$shape-colors: () !default;
|
|
228
|
-
$shape-colors: map-merge(
|
|
229
|
-
(
|
|
230
|
-
"default": #32325d,
|
|
231
|
-
"primary": #5533ff,
|
|
232
|
-
"secondary": #24b47e,
|
|
233
|
-
"neutral": #e9ecef,
|
|
234
|
-
"blue-gray": #b2cbe1,
|
|
235
|
-
"purple-primary": #555abf,
|
|
236
|
-
),
|
|
237
|
-
$shape-colors
|
|
238
|
-
);
|
|
239
|
-
|
|
240
|
-
$shapes-primary-colors: () !default;
|
|
241
|
-
$shapes-primary-colors: map-merge(
|
|
242
|
-
(
|
|
243
|
-
"step-1-gradient-bg": #281483,
|
|
244
|
-
"step-2-gradient-bg": #8f6ed5,
|
|
245
|
-
"step-3-gradient-bg": #d782d9,
|
|
246
|
-
"span-1-bg": #53f,
|
|
247
|
-
"span-2-bg": #4553ff,
|
|
248
|
-
"span-3-bg": #4f40ff,
|
|
249
|
-
"span-4-bg": #25ddf5,
|
|
250
|
-
"span-5-bg": #1fa2ff,
|
|
251
|
-
),
|
|
252
|
-
$shapes-primary-colors
|
|
253
|
-
);
|
|
254
|
-
|
|
255
|
-
$shapes-default-colors: () !default;
|
|
256
|
-
$shapes-default-colors: map-merge(
|
|
257
|
-
(
|
|
258
|
-
"step-1-gradient-bg": #7795f8,
|
|
259
|
-
"step-2-gradient-bg": #6772e5,
|
|
260
|
-
"step-3-gradient-bg": #555abf,
|
|
261
|
-
"span-1-bg": #7795f8,
|
|
262
|
-
"span-2-bg": #7b9aff,
|
|
263
|
-
"span-3-bg": #6f8ff8,
|
|
264
|
-
"span-4-bg": #76eea7,
|
|
265
|
-
"span-5-bg": #6adaff,
|
|
266
|
-
),
|
|
267
|
-
$shapes-default-colors
|
|
268
|
-
);
|
|
269
|
-
|
|
270
|
-
$shapes-light-colors: () !default;
|
|
271
|
-
$shapes-light-colors: map-merge(
|
|
272
|
-
(
|
|
273
|
-
"step-1-gradient-bg": #b2cbe1,
|
|
274
|
-
"step-2-gradient-bg": #f6f9fc,
|
|
275
|
-
"step-3-gradient-bg": #f6f9fc,
|
|
276
|
-
"span-1-bg": #b4cce1,
|
|
277
|
-
"span-2-bg": #c5dbef,
|
|
278
|
-
"span-3-bg": #b9d5ed,
|
|
279
|
-
"span-4-bg": #74e4a2,
|
|
280
|
-
"span-5-bg": #008169,
|
|
281
|
-
),
|
|
282
|
-
$shapes-light-colors
|
|
283
|
-
);
|
|
284
|
-
|
|
285
|
-
$shapes-dark-colors: () !default;
|
|
286
|
-
$shapes-dark-colors: map-merge(
|
|
287
|
-
(
|
|
288
|
-
"step-1-gradient-bg": #32325d,
|
|
289
|
-
"step-2-gradient-bg": #32325d,
|
|
290
|
-
"step-3-gradient-bg": #32325d,
|
|
291
|
-
"span-1-bg": #2e2e57,
|
|
292
|
-
"span-2-bg": #2b2b58,
|
|
293
|
-
"span-3-bg": #25254d,
|
|
294
|
-
"span-4-bg": #d782d9,
|
|
295
|
-
"span-5-bg": #008169,
|
|
296
|
-
),
|
|
297
|
-
$shapes-dark-colors
|
|
298
|
-
);
|
|
299
|
-
|
|
300
|
-
// Translucent color variations
|
|
301
|
-
$translucent-color-opacity: 0.6 !default;
|
|
302
|
-
|
|
303
|
-
// Set a specific jump point for requesting color jumps
|
|
304
|
-
$theme-color-interval: 8% !default;
|
|
305
|
-
|
|
306
|
-
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
307
|
-
$yiq-contrasted-threshold: 200 !default;
|
|
308
|
-
|
|
309
|
-
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
310
|
-
$yiq-text-dark: $gray-900 !default;
|
|
311
|
-
$yiq-text-light: $white !default;
|
|
312
|
-
|
|
313
|
-
// Action colors
|
|
314
|
-
|
|
315
|
-
$star-rating-color: $gray-400 !default;
|
|
316
|
-
$star-rating-color-active: $yellow !default;
|
|
317
|
-
|
|
318
|
-
$favorite-color: $yellow !default;
|
|
319
|
-
$like-color: $blue !default;
|
|
320
|
-
$love-color: $red !default;
|
|
321
|
-
|
|
322
|
-
// Body
|
|
323
|
-
|
|
324
|
-
$body-bg: #f8f9fe !default;
|
|
325
|
-
$body-color: $gray-700 !default;
|
|
326
|
-
$page-bg: $color-mono-dark-30 !default;
|
|
327
|
-
$bg-default: $gray-100;
|
|
328
|
-
|
|
329
|
-
// Sections
|
|
330
|
-
|
|
331
|
-
$section-colors: () !default;
|
|
332
|
-
$section-colors: map-merge(
|
|
333
|
-
(
|
|
334
|
-
"primary": $body-bg,
|
|
335
|
-
"secondary": $secondary,
|
|
336
|
-
"light": $gray-400,
|
|
337
|
-
"dark": $dark,
|
|
338
|
-
"darker": $darker,
|
|
339
|
-
),
|
|
340
|
-
$section-colors
|
|
341
|
-
);
|
|
342
|
-
|
|
343
|
-
// Links
|
|
344
|
-
|
|
345
|
-
$link-color: $primary !default;
|
|
346
|
-
$link-decoration: none !default;
|
|
347
|
-
$link-hover-color: darken($link-color, 15%) !default;
|
|
348
|
-
$link-hover-decoration: none !default;
|
|
349
|
-
|
|
350
|
-
@mixin generate_backgrounds() {
|
|
351
|
-
@each $key, $color in $colors {
|
|
352
|
-
.bg-#{$key} {
|
|
353
|
-
background-color: $color;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
@include generate_backgrounds();
|
|
1
|
+
//Burh colors - Main
|
|
2
|
+
$color-default: #13293b;
|
|
3
|
+
$color-default--lighten: #7092a6;
|
|
4
|
+
$color-default--mid-dark: #071e2a;
|
|
5
|
+
$color-default--darken: #0a0c10;
|
|
6
|
+
$color-primary: #5865f2;
|
|
7
|
+
$color-primary--lighten: #81bfeb;
|
|
8
|
+
$color-primary--mid-dark: #0062ae;
|
|
9
|
+
$color-primary--darken: #004483;
|
|
10
|
+
$color-secondary: #fddf00;
|
|
11
|
+
$color-secondary--lighten: #fae871;
|
|
12
|
+
$color-secondary--mid-dark: #f9d100;
|
|
13
|
+
$color-secondary--darken: #ffb200;
|
|
14
|
+
$color-light: #ecf1f5;
|
|
15
|
+
$color-light--lighten: #f9f9f9;
|
|
16
|
+
$color-light--mid-dark: #ccd9df;
|
|
17
|
+
$color-light--darken: #b8c8d3;
|
|
18
|
+
$color-dark: #485863;
|
|
19
|
+
$color-dark--lighten: #768b9a;
|
|
20
|
+
$color-dark--mid-dark: #3b4b56;
|
|
21
|
+
$color-dark--darken: #040405;
|
|
22
|
+
|
|
23
|
+
//Burh colors - Feedback
|
|
24
|
+
$color-info: #2bb3dc;
|
|
25
|
+
$color-info--ligthen: #cae7f0;
|
|
26
|
+
$color-info--mid-dark: #56bcd5;
|
|
27
|
+
$color-info--darken: #56bcd5;
|
|
28
|
+
$color-success: #4fa86f;
|
|
29
|
+
$color-success--ligthen: #cadee3;
|
|
30
|
+
$color-success--mid-dark: #7ebd94;
|
|
31
|
+
$color-success--darken: #35824d;
|
|
32
|
+
$color-danger: #de214b;
|
|
33
|
+
$color-danger--ligthen: #efc2ce;
|
|
34
|
+
$color-danger--mid-dark: #e88ca4;
|
|
35
|
+
$color-danger--darken: #c50035;
|
|
36
|
+
$color-warning: #e69e33;
|
|
37
|
+
$color-warning--ligthen: #e69e33;
|
|
38
|
+
$color-warning--mid-dark: #db8e37;
|
|
39
|
+
$color-warning--darken: #e66433;
|
|
40
|
+
|
|
41
|
+
//Burh Colors - Monochrome Scale
|
|
42
|
+
$color-mono-blue: #004484;
|
|
43
|
+
$color-mono-blue-90: #195690;
|
|
44
|
+
$color-mono-blue-80: #33699c;
|
|
45
|
+
$color-mono-blue-70: #4c7ba8;
|
|
46
|
+
$color-mono-blue-60: #668eb5;
|
|
47
|
+
$color-mono-blue-50: #7fa1c1;
|
|
48
|
+
$color-mono-blue-40: #99b4ce;
|
|
49
|
+
$color-mono-blue-30: #b2c6da;
|
|
50
|
+
$color-mono-blue-20: #ccd9e6;
|
|
51
|
+
$color-mono-blue-10: #e5ecf2;
|
|
52
|
+
$color-mono-dark: #232c30;
|
|
53
|
+
$color-mono-dark-90: #384044;
|
|
54
|
+
$color-mono-dark-80: #4f5659;
|
|
55
|
+
$color-mono-dark-70: #646a6d;
|
|
56
|
+
$color-mono-dark-60: #7b8082;
|
|
57
|
+
$color-mono-dark-50: #909597;
|
|
58
|
+
$color-mono-dark-40: #a7aaac;
|
|
59
|
+
$color-mono-dark-30: #bcbfc0;
|
|
60
|
+
$color-mono-dark-20: #d3d4d5;
|
|
61
|
+
$color-mono-dark-10: #e8e9ea;
|
|
62
|
+
|
|
63
|
+
//Burh Colors - Social Media
|
|
64
|
+
|
|
65
|
+
//Burh Colors - Base Duotone
|
|
66
|
+
$base-light: #ffffff;
|
|
67
|
+
$base-dark: $color-mono-dark;
|
|
68
|
+
|
|
69
|
+
// Shadows
|
|
70
|
+
|
|
71
|
+
$enable-shadows: true !default;
|
|
72
|
+
|
|
73
|
+
// Color system
|
|
74
|
+
|
|
75
|
+
$white: #fff !default;
|
|
76
|
+
$gray-100: #f6f9fc !default;
|
|
77
|
+
$gray-200: #e9ecef !default;
|
|
78
|
+
$gray-300: #dee2e6 !default;
|
|
79
|
+
$gray-400: #ced4da !default;
|
|
80
|
+
$gray-500: #adb5bd !default;
|
|
81
|
+
$gray-600: #8898aa !default; // Line footer color
|
|
82
|
+
$gray-700: #525f7f !default; // Line p color
|
|
83
|
+
$gray-800: #32325d !default; // Line heading color
|
|
84
|
+
$gray-900: #212529 !default;
|
|
85
|
+
$black: #000 !default;
|
|
86
|
+
|
|
87
|
+
$grays: () !default;
|
|
88
|
+
$grays: map-merge(
|
|
89
|
+
(
|
|
90
|
+
"100": $gray-100,
|
|
91
|
+
"200": $gray-200,
|
|
92
|
+
"300": $gray-300,
|
|
93
|
+
"400": $gray-400,
|
|
94
|
+
"500": $gray-500,
|
|
95
|
+
"600": $gray-600,
|
|
96
|
+
"700": $gray-700,
|
|
97
|
+
"800": $gray-800,
|
|
98
|
+
"900": $gray-900,
|
|
99
|
+
),
|
|
100
|
+
$grays
|
|
101
|
+
);
|
|
102
|
+
|
|
103
|
+
$blue: #5865f2 !default;
|
|
104
|
+
$indigo: #5603ad !default;
|
|
105
|
+
$purple: #8965e0 !default;
|
|
106
|
+
$pink: #f3a4b5 !default;
|
|
107
|
+
$red: #f5365c !default;
|
|
108
|
+
$orange: #fb6340 !default;
|
|
109
|
+
$yellow: #ffd600 !default;
|
|
110
|
+
$green: #2dce89 !default;
|
|
111
|
+
$teal: #11cdef !default;
|
|
112
|
+
$cyan: #2bffc6 !default;
|
|
113
|
+
// NEW COLORS
|
|
114
|
+
$search: #5865f2 !default;
|
|
115
|
+
$recruitment: #0c95fc !default;
|
|
116
|
+
$indicators: #5C65D2 !default;
|
|
117
|
+
$aboutme: #ea3062 !default;
|
|
118
|
+
$university: #39e2fd !default;
|
|
119
|
+
$interviews: #ff539d !default;
|
|
120
|
+
$workus: #ff7d7e !default;
|
|
121
|
+
$corp-university: #5983fe !default;
|
|
122
|
+
$store: #9d35fc !default;
|
|
123
|
+
$tests: #00b388 !default;
|
|
124
|
+
$buffer: #81d6fb !default;
|
|
125
|
+
$sms: #ffcf02 !default;
|
|
126
|
+
$carrers: #5983fe !default;
|
|
127
|
+
$disc: #9d35fc !default;
|
|
128
|
+
$performance-evaluation: #cd90ff !default;
|
|
129
|
+
$climate-research: #7879F1 !default;
|
|
130
|
+
|
|
131
|
+
$colors: () !default;
|
|
132
|
+
$colors: map-merge(
|
|
133
|
+
(
|
|
134
|
+
"blue": $blue,
|
|
135
|
+
"indigo": $indigo,
|
|
136
|
+
"purple": $purple,
|
|
137
|
+
"pink": $pink,
|
|
138
|
+
"red": $red,
|
|
139
|
+
"orange": $orange,
|
|
140
|
+
"yellow": $yellow,
|
|
141
|
+
"green": $green,
|
|
142
|
+
"teal": $teal,
|
|
143
|
+
"cyan": $cyan,
|
|
144
|
+
"white": $white,
|
|
145
|
+
"gray": $gray-600,
|
|
146
|
+
"light": $gray-400,
|
|
147
|
+
"lighter": $gray-200,
|
|
148
|
+
"lightest": lighten($gray-200, 5%),
|
|
149
|
+
"gray-dark": $gray-800,
|
|
150
|
+
"search": $search,
|
|
151
|
+
"recruitment": $recruitment,
|
|
152
|
+
"indicators": $indicators,
|
|
153
|
+
"aboutme": $aboutme,
|
|
154
|
+
"university": $university,
|
|
155
|
+
"interviews": $interviews,
|
|
156
|
+
"workus": $workus,
|
|
157
|
+
"corp-university": $corp-university,
|
|
158
|
+
"store": $store,
|
|
159
|
+
"tests": $tests,
|
|
160
|
+
"buffer": $buffer,
|
|
161
|
+
"sms": $sms,
|
|
162
|
+
"carrers": $carrers,
|
|
163
|
+
"disc": $disc,
|
|
164
|
+
"performance-evaluation": $performance-evaluation,
|
|
165
|
+
"climate-research": $climate-research
|
|
166
|
+
),
|
|
167
|
+
$colors
|
|
168
|
+
);
|
|
169
|
+
|
|
170
|
+
$default: $color-default !default;
|
|
171
|
+
$primary: $color-primary !default;
|
|
172
|
+
$secondary: $color-secondary !default;
|
|
173
|
+
$success: $color-success !default;
|
|
174
|
+
$info: $color-info !default;
|
|
175
|
+
$warning: $color-warning !default;
|
|
176
|
+
$danger: $color-danger !default;
|
|
177
|
+
$light: $color-light !default;
|
|
178
|
+
$dark: $gray-900 !default;
|
|
179
|
+
$darker: $base-dark;
|
|
180
|
+
|
|
181
|
+
$facebook: #3b5999 !default;
|
|
182
|
+
$twitter: #1da1f2 !default;
|
|
183
|
+
$google-plus: #dd4b39 !default;
|
|
184
|
+
$instagram: #e4405f !default;
|
|
185
|
+
$pinterest: #bd081c !default;
|
|
186
|
+
$youtube: #cd201f !default;
|
|
187
|
+
$slack: #3aaf85 !default;
|
|
188
|
+
$dribbble: #ea4c89 !default;
|
|
189
|
+
$github: #222222 !default;
|
|
190
|
+
$vimeo: #04a0f0 !default;
|
|
191
|
+
|
|
192
|
+
$theme-colors: () !default;
|
|
193
|
+
$theme-colors: map-merge(
|
|
194
|
+
(
|
|
195
|
+
"default": $default,
|
|
196
|
+
"primary": $primary,
|
|
197
|
+
"secondary": $secondary,
|
|
198
|
+
"success": $success,
|
|
199
|
+
"info": $info,
|
|
200
|
+
"warning": $warning,
|
|
201
|
+
"danger": $danger,
|
|
202
|
+
"white": $white,
|
|
203
|
+
"neutral": $white,
|
|
204
|
+
"dark": $dark,
|
|
205
|
+
"darker": $darker,
|
|
206
|
+
),
|
|
207
|
+
$theme-colors
|
|
208
|
+
);
|
|
209
|
+
|
|
210
|
+
$brand-colors: () !default;
|
|
211
|
+
$brand-colors: map-merge(
|
|
212
|
+
(
|
|
213
|
+
"facebook": $facebook,
|
|
214
|
+
"twitter": $twitter,
|
|
215
|
+
"google-plus": $google-plus,
|
|
216
|
+
"instagram": $instagram,
|
|
217
|
+
"pinterest": $pinterest,
|
|
218
|
+
"youtube": $youtube,
|
|
219
|
+
"slack": $slack,
|
|
220
|
+
"dribbble": $dribbble,
|
|
221
|
+
"github": $github,
|
|
222
|
+
"vimeo": $vimeo,
|
|
223
|
+
),
|
|
224
|
+
$brand-colors
|
|
225
|
+
);
|
|
226
|
+
|
|
227
|
+
$shape-colors: () !default;
|
|
228
|
+
$shape-colors: map-merge(
|
|
229
|
+
(
|
|
230
|
+
"default": #32325d,
|
|
231
|
+
"primary": #5533ff,
|
|
232
|
+
"secondary": #24b47e,
|
|
233
|
+
"neutral": #e9ecef,
|
|
234
|
+
"blue-gray": #b2cbe1,
|
|
235
|
+
"purple-primary": #555abf,
|
|
236
|
+
),
|
|
237
|
+
$shape-colors
|
|
238
|
+
);
|
|
239
|
+
|
|
240
|
+
$shapes-primary-colors: () !default;
|
|
241
|
+
$shapes-primary-colors: map-merge(
|
|
242
|
+
(
|
|
243
|
+
"step-1-gradient-bg": #281483,
|
|
244
|
+
"step-2-gradient-bg": #8f6ed5,
|
|
245
|
+
"step-3-gradient-bg": #d782d9,
|
|
246
|
+
"span-1-bg": #53f,
|
|
247
|
+
"span-2-bg": #4553ff,
|
|
248
|
+
"span-3-bg": #4f40ff,
|
|
249
|
+
"span-4-bg": #25ddf5,
|
|
250
|
+
"span-5-bg": #1fa2ff,
|
|
251
|
+
),
|
|
252
|
+
$shapes-primary-colors
|
|
253
|
+
);
|
|
254
|
+
|
|
255
|
+
$shapes-default-colors: () !default;
|
|
256
|
+
$shapes-default-colors: map-merge(
|
|
257
|
+
(
|
|
258
|
+
"step-1-gradient-bg": #7795f8,
|
|
259
|
+
"step-2-gradient-bg": #6772e5,
|
|
260
|
+
"step-3-gradient-bg": #555abf,
|
|
261
|
+
"span-1-bg": #7795f8,
|
|
262
|
+
"span-2-bg": #7b9aff,
|
|
263
|
+
"span-3-bg": #6f8ff8,
|
|
264
|
+
"span-4-bg": #76eea7,
|
|
265
|
+
"span-5-bg": #6adaff,
|
|
266
|
+
),
|
|
267
|
+
$shapes-default-colors
|
|
268
|
+
);
|
|
269
|
+
|
|
270
|
+
$shapes-light-colors: () !default;
|
|
271
|
+
$shapes-light-colors: map-merge(
|
|
272
|
+
(
|
|
273
|
+
"step-1-gradient-bg": #b2cbe1,
|
|
274
|
+
"step-2-gradient-bg": #f6f9fc,
|
|
275
|
+
"step-3-gradient-bg": #f6f9fc,
|
|
276
|
+
"span-1-bg": #b4cce1,
|
|
277
|
+
"span-2-bg": #c5dbef,
|
|
278
|
+
"span-3-bg": #b9d5ed,
|
|
279
|
+
"span-4-bg": #74e4a2,
|
|
280
|
+
"span-5-bg": #008169,
|
|
281
|
+
),
|
|
282
|
+
$shapes-light-colors
|
|
283
|
+
);
|
|
284
|
+
|
|
285
|
+
$shapes-dark-colors: () !default;
|
|
286
|
+
$shapes-dark-colors: map-merge(
|
|
287
|
+
(
|
|
288
|
+
"step-1-gradient-bg": #32325d,
|
|
289
|
+
"step-2-gradient-bg": #32325d,
|
|
290
|
+
"step-3-gradient-bg": #32325d,
|
|
291
|
+
"span-1-bg": #2e2e57,
|
|
292
|
+
"span-2-bg": #2b2b58,
|
|
293
|
+
"span-3-bg": #25254d,
|
|
294
|
+
"span-4-bg": #d782d9,
|
|
295
|
+
"span-5-bg": #008169,
|
|
296
|
+
),
|
|
297
|
+
$shapes-dark-colors
|
|
298
|
+
);
|
|
299
|
+
|
|
300
|
+
// Translucent color variations
|
|
301
|
+
$translucent-color-opacity: 0.6 !default;
|
|
302
|
+
|
|
303
|
+
// Set a specific jump point for requesting color jumps
|
|
304
|
+
$theme-color-interval: 8% !default;
|
|
305
|
+
|
|
306
|
+
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
|
307
|
+
$yiq-contrasted-threshold: 200 !default;
|
|
308
|
+
|
|
309
|
+
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
|
310
|
+
$yiq-text-dark: $gray-900 !default;
|
|
311
|
+
$yiq-text-light: $white !default;
|
|
312
|
+
|
|
313
|
+
// Action colors
|
|
314
|
+
|
|
315
|
+
$star-rating-color: $gray-400 !default;
|
|
316
|
+
$star-rating-color-active: $yellow !default;
|
|
317
|
+
|
|
318
|
+
$favorite-color: $yellow !default;
|
|
319
|
+
$like-color: $blue !default;
|
|
320
|
+
$love-color: $red !default;
|
|
321
|
+
|
|
322
|
+
// Body
|
|
323
|
+
|
|
324
|
+
$body-bg: #f8f9fe !default;
|
|
325
|
+
$body-color: $gray-700 !default;
|
|
326
|
+
$page-bg: $color-mono-dark-30 !default;
|
|
327
|
+
$bg-default: $gray-100;
|
|
328
|
+
|
|
329
|
+
// Sections
|
|
330
|
+
|
|
331
|
+
$section-colors: () !default;
|
|
332
|
+
$section-colors: map-merge(
|
|
333
|
+
(
|
|
334
|
+
"primary": $body-bg,
|
|
335
|
+
"secondary": $secondary,
|
|
336
|
+
"light": $gray-400,
|
|
337
|
+
"dark": $dark,
|
|
338
|
+
"darker": $darker,
|
|
339
|
+
),
|
|
340
|
+
$section-colors
|
|
341
|
+
);
|
|
342
|
+
|
|
343
|
+
// Links
|
|
344
|
+
|
|
345
|
+
$link-color: $primary !default;
|
|
346
|
+
$link-decoration: none !default;
|
|
347
|
+
$link-hover-color: darken($link-color, 15%) !default;
|
|
348
|
+
$link-hover-decoration: none !default;
|
|
349
|
+
|
|
350
|
+
@mixin generate_backgrounds() {
|
|
351
|
+
@each $key, $color in $colors {
|
|
352
|
+
.bg-#{$key} {
|
|
353
|
+
background-color: $color;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
@include generate_backgrounds();
|