├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── LICENSE ├── README.md ├── gulpfile.js ├── package-lock.json ├── package.json └── src ├── assets ├── css │ └── theme.css ├── fonts │ └── feather-icons │ │ └── icons │ │ ├── activity.svg │ │ ├── airplay.svg │ │ ├── alert-circle.svg │ │ ├── alert-octagon.svg │ │ ├── alert-triangle.svg │ │ ├── align-center.svg │ │ ├── align-justify.svg │ │ ├── align-left.svg │ │ ├── align-right.svg │ │ ├── anchor.svg │ │ ├── aperture.svg │ │ ├── archive.svg │ │ ├── arrow-down-circle.svg │ │ ├── arrow-down-left.svg │ │ ├── arrow-down-right.svg │ │ ├── arrow-down.svg │ │ ├── arrow-left-circle.svg │ │ ├── arrow-left.svg │ │ ├── arrow-right-circle.svg │ │ ├── arrow-right.svg │ │ ├── arrow-up-circle.svg │ │ ├── arrow-up-left.svg │ │ ├── arrow-up-right.svg │ │ ├── arrow-up.svg │ │ ├── at-sign.svg │ │ ├── award.svg │ │ ├── bar-chart-2.svg │ │ ├── bar-chart.svg │ │ ├── battery-charging.svg │ │ ├── battery.svg │ │ ├── bell-off.svg │ │ ├── bell.svg │ │ ├── bluetooth.svg │ │ ├── bold.svg │ │ ├── book-open.svg │ │ ├── book.svg │ │ ├── bookmark.svg │ │ ├── box.svg │ │ ├── briefcase.svg │ │ ├── calendar.svg │ │ ├── camera-off.svg │ │ ├── camera.svg │ │ ├── cast.svg │ │ ├── check-circle.svg │ │ ├── check-square.svg │ │ ├── check.svg │ │ ├── chevron-down.svg │ │ ├── chevron-left.svg │ │ ├── chevron-right.svg │ │ ├── chevron-up.svg │ │ ├── chevrons-down.svg │ │ ├── chevrons-left.svg │ │ ├── chevrons-right.svg │ │ ├── chevrons-up.svg │ │ ├── chrome.svg │ │ ├── circle.svg │ │ ├── clipboard.svg │ │ ├── clock.svg │ │ ├── cloud-drizzle.svg │ │ ├── cloud-lightning.svg │ │ ├── cloud-off.svg │ │ ├── cloud-rain.svg │ │ ├── cloud-snow.svg │ │ ├── cloud.svg │ │ ├── code.svg │ │ ├── codepen.svg │ │ ├── codesandbox.svg │ │ ├── coffee.svg │ │ ├── columns.svg │ │ ├── command.svg │ │ ├── compass.svg │ │ ├── copy.svg │ │ ├── corner-down-left.svg │ │ ├── corner-down-right.svg │ │ ├── corner-left-down.svg │ │ ├── corner-left-up.svg │ │ ├── corner-right-down.svg │ │ ├── corner-right-up.svg │ │ ├── corner-up-left.svg │ │ ├── corner-up-right.svg │ │ ├── cpu.svg │ │ ├── credit-card.svg │ │ ├── crop.svg │ │ ├── crosshair.svg │ │ ├── database.svg │ │ ├── delete.svg │ │ ├── disc.svg │ │ ├── divide-circle.svg │ │ ├── divide-square.svg │ │ ├── divide.svg │ │ ├── dollar-sign.svg │ │ ├── download-cloud.svg │ │ ├── download.svg │ │ ├── dribbble.svg │ │ ├── droplet.svg │ │ ├── edit-2.svg │ │ ├── edit-3.svg │ │ ├── edit.svg │ │ ├── external-link.svg │ │ ├── eye-off.svg │ │ ├── eye.svg │ │ ├── facebook.svg │ │ ├── fast-forward.svg │ │ ├── feather.svg │ │ ├── figma.svg │ │ ├── file-minus.svg │ │ ├── file-plus.svg │ │ ├── file-text.svg │ │ ├── file.svg │ │ ├── film.svg │ │ ├── filter.svg │ │ ├── flag.svg │ │ ├── folder-minus.svg │ │ ├── folder-plus.svg │ │ ├── folder.svg │ │ ├── framer.svg │ │ ├── frown.svg │ │ ├── gift.svg │ │ ├── git-branch.svg │ │ ├── git-commit.svg │ │ ├── git-merge.svg │ │ ├── git-pull-request.svg │ │ ├── github.svg │ │ ├── gitlab.svg │ │ ├── globe.svg │ │ ├── grid.svg │ │ ├── hard-drive.svg │ │ ├── hash.svg │ │ ├── headphones.svg │ │ ├── heart.svg │ │ ├── help-circle.svg │ │ ├── hexagon.svg │ │ ├── home.svg │ │ ├── image.svg │ │ ├── inbox.svg │ │ ├── info.svg │ │ ├── instagram.svg │ │ ├── italic.svg │ │ ├── key.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── link-2.svg │ │ ├── link.svg │ │ ├── linkedin.svg │ │ ├── list.svg │ │ ├── loader.svg │ │ ├── lock.svg │ │ ├── log-in.svg │ │ ├── log-out.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── maximize-2.svg │ │ ├── maximize.svg │ │ ├── meh.svg │ │ ├── menu.svg │ │ ├── message-circle.svg │ │ ├── message-square.svg │ │ ├── mic-off.svg │ │ ├── mic.svg │ │ ├── minimize-2.svg │ │ ├── minimize.svg │ │ ├── minus-circle.svg │ │ ├── minus-square.svg │ │ ├── minus.svg │ │ ├── monitor.svg │ │ ├── moon.svg │ │ ├── more-horizontal.svg │ │ ├── more-vertical.svg │ │ ├── mouse-pointer.svg │ │ ├── move.svg │ │ ├── music.svg │ │ ├── navigation-2.svg │ │ ├── navigation.svg │ │ ├── octagon.svg │ │ ├── package.svg │ │ ├── paperclip.svg │ │ ├── pause-circle.svg │ │ ├── pause.svg │ │ ├── pen-tool.svg │ │ ├── percent.svg │ │ ├── phone-call.svg │ │ ├── phone-forwarded.svg │ │ ├── phone-incoming.svg │ │ ├── phone-missed.svg │ │ ├── phone-off.svg │ │ ├── phone-outgoing.svg │ │ ├── phone.svg │ │ ├── pie-chart.svg │ │ ├── play-circle.svg │ │ ├── play.svg │ │ ├── plus-circle.svg │ │ ├── plus-square.svg │ │ ├── plus.svg │ │ ├── pocket.svg │ │ ├── power.svg │ │ ├── printer.svg │ │ ├── radio.svg │ │ ├── refresh-ccw.svg │ │ ├── refresh-cw.svg │ │ ├── repeat.svg │ │ ├── rewind.svg │ │ ├── rotate-ccw.svg │ │ ├── rotate-cw.svg │ │ ├── rss.svg │ │ ├── save.svg │ │ ├── scissors.svg │ │ ├── search.svg │ │ ├── send.svg │ │ ├── server.svg │ │ ├── settings.svg │ │ ├── share-2.svg │ │ ├── share.svg │ │ ├── shield-off.svg │ │ ├── shield.svg │ │ ├── shopping-bag.svg │ │ ├── shopping-cart.svg │ │ ├── shuffle.svg │ │ ├── sidebar.svg │ │ ├── skip-back.svg │ │ ├── skip-forward.svg │ │ ├── slack.svg │ │ ├── slash.svg │ │ ├── sliders.svg │ │ ├── smartphone.svg │ │ ├── smile.svg │ │ ├── speaker.svg │ │ ├── square.svg │ │ ├── star.svg │ │ ├── stop-circle.svg │ │ ├── sun.svg │ │ ├── sunrise.svg │ │ ├── sunset.svg │ │ ├── tablet.svg │ │ ├── tag.svg │ │ ├── target.svg │ │ ├── terminal.svg │ │ ├── thermometer.svg │ │ ├── thumbs-down.svg │ │ ├── thumbs-up.svg │ │ ├── toggle-left.svg │ │ ├── toggle-right.svg │ │ ├── tool.svg │ │ ├── trash-2.svg │ │ ├── trash.svg │ │ ├── trello.svg │ │ ├── trending-down.svg │ │ ├── trending-up.svg │ │ ├── triangle.svg │ │ ├── truck.svg │ │ ├── tv.svg │ │ ├── twitch.svg │ │ ├── twitter.svg │ │ ├── type.svg │ │ ├── umbrella.svg │ │ ├── underline.svg │ │ ├── unlock.svg │ │ ├── upload-cloud.svg │ │ ├── upload.svg │ │ ├── user-check.svg │ │ ├── user-minus.svg │ │ ├── user-plus.svg │ │ ├── user-x.svg │ │ ├── user.svg │ │ ├── users.svg │ │ ├── video-off.svg │ │ ├── video.svg │ │ ├── voicemail.svg │ │ ├── volume-1.svg │ │ ├── volume-2.svg │ │ ├── volume-x.svg │ │ ├── volume.svg │ │ ├── watch.svg │ │ ├── wifi-off.svg │ │ ├── wifi.svg │ │ ├── wind.svg │ │ ├── x-circle.svg │ │ ├── x-octagon.svg │ │ ├── x-square.svg │ │ ├── x.svg │ │ ├── youtube.svg │ │ ├── zap-off.svg │ │ ├── zap.svg │ │ ├── zoom-in.svg │ │ └── zoom-out.svg ├── images │ ├── avatar │ │ ├── avatar-1.jpg │ │ ├── avatar-10.jpg │ │ ├── avatar-11.jpg │ │ ├── avatar-12.jpg │ │ ├── avatar-13.jpg │ │ ├── avatar-14.jpg │ │ ├── avatar-15.jpg │ │ ├── avatar-16.jpg │ │ ├── avatar-17.jpg │ │ ├── avatar-18.jpg │ │ ├── avatar-19.jpg │ │ ├── avatar-2.jpg │ │ ├── avatar-20.jpg │ │ ├── avatar-21.jpg │ │ ├── avatar-3.jpg │ │ ├── avatar-4.jpg │ │ ├── avatar-5.jpg │ │ ├── avatar-6.jpg │ │ ├── avatar-7.jpg │ │ ├── avatar-8.jpg │ │ ├── avatar-9.jpg │ │ └── avatar.jpg │ ├── background │ │ └── profile-cover.jpg │ ├── blog │ │ └── blog-img-1.jpg │ ├── brand │ │ ├── 3dsmax-logo.svg │ │ ├── dropbox-logo.svg │ │ ├── github-logo.svg │ │ ├── layers-logo.svg │ │ ├── logo │ │ │ ├── brand-logo.png │ │ │ ├── logo-primary.svg │ │ │ └── logo.svg │ │ └── slack-logo.svg │ ├── creditcard │ │ └── mastercard.svg │ ├── error │ │ └── 404-error-img.png │ ├── favicon │ │ └── favicon.ico │ ├── layouts │ │ └── default-classic.svg │ ├── marketing │ │ ├── bootstrap-5-admin-dashboard-template.jpg │ │ ├── chrome.png │ │ ├── edge.png │ │ ├── firefox.png │ │ ├── hero-img.jpg │ │ ├── opera.png │ │ └── safari.png │ ├── placeholder │ │ ├── 4by3.jpg │ │ ├── placeholder-4by3.svg │ │ └── placeholder-img.jpg │ ├── slide-img │ │ ├── slider-img-1.jpg │ │ ├── slider-img-2.jpg │ │ └── slider-img-3.jpg │ └── svg │ │ └── checked-mark.svg ├── js │ ├── feather.js │ ├── main.js │ └── sidebarMenu.js └── scss │ ├── _user-variables.scss │ ├── _user.scss │ ├── theme.scss │ └── theme │ ├── _theme.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── components │ ├── _avatar.scss │ ├── _badge.scss │ ├── _button.scss │ ├── _card.scss │ ├── _docs.scss │ ├── _dropdown.scss │ ├── _forms.scss │ ├── _layout.scss │ ├── _nav.scss │ ├── _navbar-vertical.scss │ ├── _navbar.scss │ ├── _reboot.scss │ ├── _scrollspy.scss │ ├── _sidenav.scss │ ├── _social-button.scss │ └── _table.scss │ ├── utilities │ ├── _background.scss │ ├── _border.scss │ ├── _icon-shape.scss │ ├── _position.scss │ ├── _shadows.scss │ └── _text.scss │ └── vendor │ ├── apexChart │ └── _apexchart.scss │ └── prismJs │ └── _prism.scss ├── docs ├── accordions.html ├── alerts.html ├── badge.html ├── borders.html ├── breadcrumb.html ├── button-group.html ├── buttons.html ├── card.html ├── carousel.html ├── changelog.html ├── close-button.html ├── collapse.html ├── colored-links.html ├── colors.html ├── credits.html ├── dropdowns.html ├── forms.html ├── gulp.html ├── index.html ├── list-group.html ├── modal.html ├── navbar.html ├── navs-tabs.html ├── offcanvas.html ├── opacity.html ├── pagination.html ├── placeholders.html ├── popovers.html ├── progress.html ├── ratio.html ├── scrollspy.html ├── shadows.html ├── spinners.html ├── stacks.html ├── tables.html ├── text-truncation.html ├── text.html ├── toasts.html ├── tooltips.html ├── typography.html └── vertical-rule.html ├── index.html ├── pages ├── 404-error.html ├── billing.html ├── forget-password.html ├── layout.html ├── pricing.html ├── profile.html ├── settings.html ├── sign-in.html ├── sign-up.html └── tables.html └── partials ├── buy-template.html ├── doc-navbar.html ├── doc-sidenav.html ├── head.html ├── header.html ├── navbar-vertical.html └── scripts.html /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | dist/ 3 | .temp/ 4 | .DS_Store 5 | src/docs/demo-dark-light.html 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 easetemplates 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dash-ui", 3 | "version": "1.0.0", 4 | "description": "Dash-UI is a free & open source Bootstrap 5 Admin Template", 5 | "keywords": [ 6 | "bootstrap", 7 | "bootstrap 5", 8 | "admin", 9 | "admin template", 10 | "dashboard", 11 | "dashboard template", 12 | "template", 13 | "responsive", 14 | "css", 15 | "sass", 16 | "html", 17 | "theme", 18 | "front-end", 19 | "ui kit", 20 | "web" 21 | ], 22 | "main": "index.js", 23 | "scripts": { 24 | "test": "echo \"Error: no test specified\" && exit 1" 25 | }, 26 | "repository": { 27 | "type": "git", 28 | "url": "git+https://github.com/codescandy/Dash-UI.git" 29 | }, 30 | "author": "", 31 | "license": "ISC", 32 | "bugs": { 33 | "url": "https://github.com/codescandy/Dash-UI/issues" 34 | }, 35 | "homepage": "https://github.com/codescandy/Dash-UI#readme", 36 | "devDependencies": { 37 | "autoprefixer": "^10.4.18", 38 | "browser-sync": "^3.0.2", 39 | "cssnano": "^6.1.0", 40 | "del": "^6.1.1", 41 | "gulp": "^4.0.2", 42 | "gulp-autoprefixer": "^8.0.0", 43 | "gulp-cached": "^1.1.1", 44 | "gulp-file-include": "^2.3.0", 45 | "gulp-if": "^3.0.0", 46 | "gulp-npm-dist": "^1.0.4", 47 | "gulp-postcss": "^10.0.0", 48 | "gulp-replace": "^1.1.4", 49 | "gulp-sass": "^5.1.0", 50 | "gulp-terser": "^2.1.0", 51 | "gulp-useref": "^5.0.0", 52 | "node-sass": "^9.0.0", 53 | "postcss": "^8.4.35", 54 | "sass": "^1.71.1" 55 | }, 56 | "dependencies": { 57 | "@mdi/font": "^7.4.47", 58 | "apexcharts": "^3.47.0", 59 | "bootstrap": "^5.3.3", 60 | "bootstrap-icons": "^1.11.3", 61 | "dropzone": "^5.9.3", 62 | "feather-icons": "^4.29.1", 63 | "jquery": "^3.7.1", 64 | "jquery-slimscroll": "^1.3.8", 65 | "npm-check-updates": "^16.14.15", 66 | "prismjs": "^1.29.0" 67 | } 68 | } 69 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/activity.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/airplay.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/alert-triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-center.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-justify.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/align-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/anchor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/aperture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/archive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-left-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-right-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/at-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/award.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bar-chart-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bar-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/battery-charging.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bell-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bell.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bluetooth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bold.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/book-open.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/book.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/bookmark.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/box.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/briefcase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/calendar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/camera-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/camera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cast.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevron-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chevrons-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/chrome.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/clipboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-drizzle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-lightning.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-rain.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud-snow.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/code.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/codepen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/codesandbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/columns.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/command.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/compass.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-down-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-down-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-left-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-left-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-right-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-right-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-up-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/corner-up-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/cpu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/credit-card.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/crop.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/crosshair.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/database.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/delete.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/disc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/divide.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/dollar-sign.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/download-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/download.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/dribbble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/droplet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit-3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/edit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/external-link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/eye-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/eye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/fast-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/feather.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/figma.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file-text.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/film.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/filter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/flag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/framer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/frown.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/gift.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-branch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-commit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-merge.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/git-pull-request.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/github.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/globe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/grid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hard-drive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/headphones.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/help-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/hexagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/image.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/italic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/key.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/layers.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/layout.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/life-buoy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/link-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/link.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/linkedin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/list.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/loader.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/lock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/log-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/log-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/map-pin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/map.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/maximize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/meh.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/menu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/message-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/message-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mic-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minimize-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minimize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/monitor.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/moon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/more-horizontal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/more-vertical.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/mouse-pointer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/move.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/music.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/navigation-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/navigation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/package.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/paperclip.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pause-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pause.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pen-tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/percent.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-forwarded.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-incoming.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-missed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone-outgoing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/phone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pie-chart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/play-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/play.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/pocket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/printer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/radio.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/refresh-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/refresh-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/repeat.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rewind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rotate-ccw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rotate-cw.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/save.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/scissors.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/search.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/server.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/settings.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/share-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/share.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shield-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shield.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shopping-bag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shopping-cart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/shuffle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sidebar.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/skip-back.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/skip-forward.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/slack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/slash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sliders.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/smartphone.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/smile.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/speaker.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/star.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/stop-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sun.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sunrise.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/sunset.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tablet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tag.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/target.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thermometer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thumbs-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/thumbs-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/toggle-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/toggle-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tool.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trash-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trash.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trello.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trending-down.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/trending-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/triangle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/truck.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/tv.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/twitch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/twitter.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/type.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/umbrella.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/underline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/unlock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/upload-cloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/upload.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-check.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-minus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/user.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/users.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/video-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/video.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/voicemail.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume-x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/volume.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/watch.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wifi-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wifi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/wind.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-circle.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-octagon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x-square.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/x.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zap-off.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zap.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zoom-in.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/fonts/feather-icons/icons/zoom-out.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-1.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-10.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-11.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-12.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-13.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-14.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-15.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-16.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-17.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-18.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-19.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-2.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-20.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-21.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-3.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-4.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-5.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-6.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-7.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-8.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar-9.jpg -------------------------------------------------------------------------------- /src/assets/images/avatar/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/avatar/avatar.jpg -------------------------------------------------------------------------------- /src/assets/images/background/profile-cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/background/profile-cover.jpg -------------------------------------------------------------------------------- /src/assets/images/blog/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/blog/blog-img-1.jpg -------------------------------------------------------------------------------- /src/assets/images/brand/3dsmax-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/assets/images/brand/dropbox-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/assets/images/brand/github-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/assets/images/brand/layers-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/images/brand/logo/brand-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/brand/logo/brand-logo.png -------------------------------------------------------------------------------- /src/assets/images/brand/logo/logo-primary.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/assets/images/brand/logo/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/assets/images/brand/slack-logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/assets/images/creditcard/mastercard.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/assets/images/error/404-error-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/error/404-error-img.png -------------------------------------------------------------------------------- /src/assets/images/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/favicon/favicon.ico -------------------------------------------------------------------------------- /src/assets/images/marketing/bootstrap-5-admin-dashboard-template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/bootstrap-5-admin-dashboard-template.jpg -------------------------------------------------------------------------------- /src/assets/images/marketing/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/chrome.png -------------------------------------------------------------------------------- /src/assets/images/marketing/edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/edge.png -------------------------------------------------------------------------------- /src/assets/images/marketing/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/firefox.png -------------------------------------------------------------------------------- /src/assets/images/marketing/hero-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/hero-img.jpg -------------------------------------------------------------------------------- /src/assets/images/marketing/opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/opera.png -------------------------------------------------------------------------------- /src/assets/images/marketing/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/marketing/safari.png -------------------------------------------------------------------------------- /src/assets/images/placeholder/4by3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/placeholder/4by3.jpg -------------------------------------------------------------------------------- /src/assets/images/placeholder/placeholder-4by3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/assets/images/placeholder/placeholder-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/placeholder/placeholder-img.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/slide-img/slider-img-1.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/slide-img/slider-img-2.jpg -------------------------------------------------------------------------------- /src/assets/images/slide-img/slider-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codescandy/Dash-UI/394b933495a0847e21d0cc40a462d381df80190f/src/assets/images/slide-img/slider-img-3.jpg -------------------------------------------------------------------------------- /src/assets/images/svg/checked-mark.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/assets/js/feather.js: -------------------------------------------------------------------------------- 1 | 2 | // feather 3 | 4 | (function (){ 5 | 6 | feather.replace() 7 | 8 | 9 | })(); -------------------------------------------------------------------------------- /src/assets/js/sidebarMenu.js: -------------------------------------------------------------------------------- 1 | // 2 | // Sidebar menu js 3 | // 4 | 5 | 'use strict'; 6 | 7 | (function () { 8 | 9 | var url = window.location + ""; 10 | var path = url.replace(window.location.protocol + "//" + window.location.host + "/", ""); 11 | var element = $('ul#sidebarnav a').filter(function () { 12 | return this.href === url || this.href === path; // || url.href.indexOf(this.href) === 0; 13 | }); 14 | element.parentsUntil(".sidebar-nav").each(function (index) { 15 | if ($(this).is("li") && $(this).children("a").length !== 0) { 16 | $(this).children("a").addClass("active"); 17 | $(this).parent("ul#sidebarnav").length === 0 ? 18 | $(this).addClass("active") : 19 | $(this).addClass("active"); 20 | } else if (!$(this).is("ul") && $(this).children("a").length === 0) { 21 | $(this).addClass("active"); 22 | 23 | } else if ($(this).is("ul")) { 24 | $(this).addClass('in'); 25 | } 26 | }); 27 | 28 | })(); -------------------------------------------------------------------------------- /src/assets/scss/_user-variables.scss: -------------------------------------------------------------------------------- 1 | // 2 | // user-variables.scss 3 | // Use this to overwrite Bootstrap and Dashui variables 4 | // 5 | // Example of a variable override to change Dashui primary color 6 | // Remove the "//" to comment it in and see it in action! 7 | // $primary: #000; 8 | -------------------------------------------------------------------------------- /src/assets/scss/_user.scss: -------------------------------------------------------------------------------- 1 | // 2 | // user.scss 3 | // Use this to write your custom SCSS 4 | // -------------------------------------------------------------------------------- /src/assets/scss/theme.scss: -------------------------------------------------------------------------------- 1 | /* 2 | ========================================================= 3 | * Dash UI - Bootstrap 5 Admin & Dashboard Theme 4 | ========================================================= 5 | * Product Page: https://codescandy.com/dashui/index.html 6 | * Copyright 2020 Codescandy (https://codescandy.com/) 7 | * Designed and coded by https://codescandy.com 8 | ========================================================= */ 9 | 10 | // Inter Fonts 11 | @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); 12 | 13 | // Bootstrap functions 14 | @import "../../../node_modules/bootstrap/scss/functions"; 15 | 16 | // User Variables 17 | @import "user-variables"; 18 | 19 | // theme variables 20 | @import "theme/variables"; 21 | 22 | //utilities 23 | @import "theme/utilities"; 24 | 25 | // Bootstrap 26 | @import "../../../node_modules/bootstrap/scss/bootstrap"; 27 | 28 | // Theme 29 | @import "theme/theme"; 30 | 31 | // User 32 | @import "user"; 33 | 34 | .heading-permalink{ 35 | color: transparent; 36 | margin-left: -2rem; 37 | &:hover{ 38 | color: transparent; 39 | 40 | 41 | } 42 | 43 | 44 | 45 | &::before { 46 | color: rgba(82,95,127,0); 47 | content: "#"; 48 | 49 | 50 | 51 | } 52 | &:hover:before{ 53 | color: $primary; 54 | 55 | 56 | 57 | } 58 | 59 | } 60 | -------------------------------------------------------------------------------- /src/assets/scss/theme/_theme.scss: -------------------------------------------------------------------------------- 1 | // Components 2 | @import "components/_navbar-vertical.scss"; 3 | @import "components/_navbar.scss"; 4 | @import "components/_layout.scss"; 5 | @import "components/_nav.scss"; 6 | @import "components/_scrollspy.scss"; 7 | @import "components/_reboot.scss"; 8 | @import "components/_docs.scss"; 9 | @import "components/_card.scss"; 10 | @import "components/_avatar.scss"; 11 | @import "components/_button.scss"; 12 | @import "components/_social-button.scss"; 13 | @import "components/_dropdown.scss"; 14 | @import "components/_forms.scss"; 15 | @import "components/_badge.scss"; 16 | @import "components/_table.scss"; 17 | @import "components/_sidenav.scss"; 18 | 19 | 20 | // Vendors 21 | @import "vendor/apexChart/_apexchart.scss"; 22 | @import "vendor/prismJs/_prism.scss"; 23 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_badge.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | 5 | 6 | // Badge dot 7 | 8 | .badge-dot{ 9 | font-size: 0; 10 | vertical-align: middle; 11 | padding: 0; 12 | border-radius: 50%; 13 | line-height: 1; 14 | height: .5rem; 15 | min-height: .5rem; 16 | width: .5rem; 17 | min-width: .5rem; 18 | display: inline-block !important; 19 | 20 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_button.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | 5 | 6 | // btn outline white 7 | .btn-outline-white { 8 | border-color: $gray-300; 9 | color: $body-color; 10 | &:hover, &:focus { 11 | background-color: $gray-100; 12 | border-color: $gray-400; 13 | color: $body-color; 14 | } 15 | &.active { 16 | background-color: $gray-100; 17 | border-color: $gray-400; 18 | color: $body-color; 19 | } 20 | } 21 | 22 | 23 | // btn icon 24 | .btn-icon { 25 | position: relative; 26 | display: -ms-inline-flexbox; 27 | display: inline-flex; 28 | -ms-flex-negative: 0; 29 | flex-shrink: 0; 30 | -ms-flex-pack: center; 31 | justify-content: center; 32 | -ms-flex-align: center; 33 | align-items: center; 34 | font-size: .92969rem; 35 | font-weight: 400; 36 | width: 2.5rem; 37 | height: 2.5rem; 38 | padding: 0; 39 | } 40 | 41 | .btn-icon.btn-xs { 42 | font-size: .75rem; 43 | width: 1.53125rem; 44 | height: 1.53125rem; 45 | } 46 | 47 | .btn-icon.btn-sm { 48 | font-size: .875rem; 49 | width: 2.1875rem; 50 | height: 2.1875rem; 51 | } 52 | 53 | .btn-icon.btn-lg { 54 | font-size: 1rem; 55 | width: 3.36875rem; 56 | height: 3.36875rem; 57 | } 58 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_card.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // card 5 | 6 | 7 | .card{ 8 | box-shadow: $smooth-shadow-sm; 9 | border: 0px; 10 | border-radius: $border-radius-lg; 11 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_forms.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // form 5 | 6 | .form-control-flush { 7 | border-top: 0px; 8 | border-left: 0px; 9 | border-right: 0px; 10 | padding-left: 0px; 11 | border-radius: 0px; 12 | 13 | &:focus { 14 | color: #495057; 15 | background-color: #fff; 16 | border-bottom-color: $gray-400; 17 | outline: 0; 18 | box-shadow: none; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_layout.scss: -------------------------------------------------------------------------------- 1 | // layouts 2 | 3 | 4 | 5 | // Header 6 | 7 | .header { 8 | .navbar { 9 | padding: 0.625rem 1.5rem; 10 | #nav-toggle { 11 | font-size: 20px; 12 | color: $gray-700; 13 | line-height: 0.5; 14 | } 15 | .navbar-nav { 16 | @media (max-width: 576px) { 17 | flex-direction: row; 18 | } 19 | @media (min-width: 576px) and (max-width: 767.98px) { 20 | flex-direction: row; 21 | } 22 | @media (min-width: 768px) and (max-width: 991.98px) { 23 | flex-direction: row; 24 | } 25 | } 26 | } 27 | } 28 | 29 | 30 | 31 | 32 | // Layouts 33 | 34 | 35 | // Dashboard wrapper 36 | 37 | #db-wrapper { 38 | overflow-x: hidden; 39 | display: flex; 40 | } 41 | 42 | 43 | 44 | // Dashboard page content 45 | 46 | #page-content { 47 | min-height: 100vh; 48 | min-width: 100vw; 49 | margin-left: 15.625rem; 50 | -webkit-transition: margin 0.25s ease-out; 51 | -moz-transition: margin 0.25s ease-out; 52 | -o-transition: margin 0.25s ease-out; 53 | transition: margin 0.25s ease-out; 54 | } 55 | 56 | 57 | 58 | 59 | // Dashboard navbar vertical toggled 60 | 61 | #db-wrapper.toggled .navbar-vertical { 62 | margin-left: 0; 63 | } 64 | 65 | 66 | 67 | // Dashboard page content toggled 68 | 69 | #db-wrapper.toggled #page-content { 70 | margin-left: 0; 71 | } 72 | 73 | #db-wrapper.toggled #page-content .inner-wrapper-sticky { 74 | left:20px !important; 75 | } 76 | 77 | #db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav { 78 | 79 | width: 354px; 80 | 81 | @media(max-width: 1024px){ 82 | width: 204px; 83 | } 84 | } 85 | 86 | 87 | 88 | // Media query for layout 89 | 90 | @media (max-width: 576px) { 91 | #page-content { 92 | margin-left: 0rem; 93 | } 94 | 95 | #db-wrapper.toggled { 96 | #page-content { 97 | margin-left: 15.6875rem; 98 | } 99 | } 100 | } 101 | 102 | 103 | @media (min-width: 768px) { 104 | .navbar-vertical { 105 | margin-left: 0rem; 106 | } 107 | #page-content { 108 | min-width: 0rem; 109 | width: 100%; 110 | } 111 | #db-wrapper.toggled .navbar-vertical { 112 | margin-left: -16rem; 113 | } 114 | } 115 | 116 | 117 | @media (min-width: 576px) and (max-width: 767.98px) { 118 | #page-content { 119 | margin-left: 0rem; 120 | } 121 | #db-wrapper.toggled { 122 | #page-content { 123 | margin-left: 15.6875rem; 124 | } 125 | } 126 | } 127 | 128 | 129 | 130 | 131 | 132 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_navbar.scss: -------------------------------------------------------------------------------- 1 | // navbar 2 | 3 | .navbar-classic { 4 | background-color: #fff; 5 | box-shadow: $smooth-shadow-sm; 6 | 7 | .navbar-right-wrap { 8 | .list-group-item { 9 | padding: 1rem 1.25rem; 10 | } 11 | } 12 | .nav-badge { 13 | position: absolute; 14 | top: -9px; 15 | right: 3px; 16 | } 17 | } 18 | // Responsive breakpoints 19 | @media (min-width: 1200px) { 20 | .navbar-classic { 21 | .dropdown-menu-end { 22 | right: 0; 23 | left: auto; 24 | } 25 | .dropdown-menu-start { 26 | right: auto; 27 | left: 0; 28 | } 29 | .dropdown-menu { 30 | display: block; 31 | visibility: hidden; 32 | opacity: 0; 33 | -webkit-transform: translateY(20px); 34 | -ms-transform: translateY(20px); 35 | transform: translateY(20px); 36 | -webkit-transition: all 0.3s ease-in; 37 | -o-transition: all 0.3s ease-in; 38 | transition: all 0.3s ease-in; 39 | } 40 | .dropdown { 41 | &:hover { 42 | > .dropdown-menu { 43 | -webkit-transform: scaleY(1); 44 | -ms-transform: scaleY(1); 45 | transform: scaleY(1); 46 | opacity: 1; 47 | visibility: visible; 48 | } 49 | } 50 | } 51 | .dropdown-submenu { 52 | &:hover { 53 | > .dropdown-menu { 54 | -webkit-transform: scaleY(1); 55 | -ms-transform: scaleY(1); 56 | transform: scaleY(1); 57 | opacity: 1; 58 | visibility: visible; 59 | } 60 | } 61 | } 62 | } 63 | } 64 | 65 | @media (max-width: 992px) { 66 | .navbar-classic { 67 | .navbar-nav { 68 | .dropdown-menu { 69 | 70 | margin: 0px; 71 | .dropdown-submenu { 72 | .dropdown-menu { 73 | box-shadow: none; 74 | margin: 0; 75 | } 76 | } 77 | } 78 | } 79 | .nav-top-wrap { 80 | flex-direction: row; 81 | .dropdown { 82 | position: static; 83 | } 84 | .dropdown-menu { 85 | position: absolute; 86 | margin: 0.25rem 0.75rem !important; 87 | .dropdown-submenu .dropdown-menu { 88 | position: relative; 89 | top: -7px !important; 90 | padding: 0px !important; 91 | } 92 | } 93 | } 94 | } 95 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_reboot.scss: -------------------------------------------------------------------------------- 1 | 2 | 3 | body{ 4 | -webkit-font-smoothing: antialiased; 5 | 6 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_scrollspy.scss: -------------------------------------------------------------------------------- 1 | // Scrollspy 2 | 3 | 4 | // Scrollspy 5 | 6 | .scrollspy-example { 7 | position: relative; 8 | height: 12.5rem; 9 | margin-top: 0.5rem; 10 | overflow: auto; 11 | } 12 | .scrollspy-example-2 { 13 | position: relative; 14 | height: 21.875rem; 15 | overflow: auto; 16 | } 17 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_sidenav.scss: -------------------------------------------------------------------------------- 1 | // Docs Sidebar 2 | 3 | 4 | 5 | // Docs breakpoints 6 | 7 | @media(max-width: 768px) { 8 | .docs-content { 9 | padding: 3.75rem 1.25rem 8.75rem 1.25rem; 10 | } 11 | } 12 | @media(max-width: 768px) { 13 | // Docs nav sidebar 14 | .docs-nav-sidebar { 15 | .navbar-toggler { 16 | background-color: $white; 17 | } 18 | width: 100%; 19 | position: relative; 20 | right: 0rem; 21 | top: 0; 22 | } 23 | 24 | // Docs wrapper 25 | 26 | .docs-wrapper { 27 | margin-left: 0rem; 28 | } 29 | .docs-main-wrapper { 30 | .main-content { 31 | margin-left: 0rem; 32 | width: auto; 33 | } 34 | } 35 | .docs-content { 36 | padding: 0rem; 37 | } 38 | } 39 | 40 | 41 | 42 | 43 | .doc-sidebar{ 44 | z-index: 2; 45 | width: 13.625rem; 46 | border-right: 1px solid $gray-300; 47 | position: fixed; 48 | height: 100%; 49 | overflow: auto; 50 | 51 | 52 | 53 | 54 | 55 | @media(max-width:990px) { 56 | width: 100%; 57 | position: relative; 58 | border: 0; 59 | height: auto; 60 | 61 | } 62 | @media(min-width: 990px) and (max-width: 1200px) { 63 | width: 10rem; 64 | 65 | } 66 | 67 | .navbar-nav{ 68 | padding-top: 1rem; 69 | .navbar-header { 70 | margin-bottom: .5rem; 71 | padding: 0rem 1rem; 72 | margin-top: 2rem; 73 | font-size: 0.75rem; 74 | .heading { 75 | font-size: 0.75rem; 76 | text-transform: uppercase; 77 | letter-spacing: 1px; 78 | font-weight: 600; 79 | color: $gray-400; 80 | margin-bottom: 0rem; 81 | } 82 | span { 83 | color: $gray-600; 84 | } 85 | } 86 | .nav-item { 87 | .nav-link { 88 | color: $gray-800; 89 | font-size: .875rem; 90 | line-height: 1.25rem; 91 | padding: 0.25rem 1rem; 92 | font-family: $font-family-sans-serif; 93 | font-weight: 500; 94 | 95 | &:hover { 96 | color: $primary; 97 | } 98 | } 99 | .nav-link.active { 100 | color: $primary; 101 | } 102 | } 103 | } 104 | 105 | } 106 | -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_social-button.scss: -------------------------------------------------------------------------------- 1 | // social color 2 | .color-facebook { 3 | color: #4267B2; 4 | } 5 | 6 | .color-twitter { 7 | color: #1DA1F2; 8 | } 9 | 10 | .color-github { 11 | color: #000000; 12 | } 13 | 14 | .color-google { 15 | color: #db3236; 16 | } 17 | 18 | .color-slack { 19 | color: #ce375c; 20 | } 21 | 22 | .color-linkedin { 23 | color: #0077b5; 24 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/components/_table.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extend from bootstrap 3 | // 4 | 5 | // Table 6 | 7 | 8 | 9 | .table .thead-light th{ 10 | color: $gray-600; 11 | } 12 | 13 | 14 | 15 | 16 | .table thead th { 17 | font-weight: 500; 18 | padding: 0.75rem 1.5rem; 19 | text-transform: capitalize; 20 | 21 | font-size: 0.875rem; 22 | color: $gray-600; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | 5 | 6 | // filter invert in to dark 7 | .filter-invert-white { 8 | -webkit-filter: brightness(0) invert(1); 9 | filter: brightness(0) invert(1); 10 | } 11 | 12 | .filter-invert-dark { 13 | -webkit-filter: brightness(0) invert(0); 14 | filter: brightness(0) invert(0); 15 | } 16 | 17 | .bg-gray-400 { 18 | background-color: $gray-400; 19 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_border.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extend from Bootstrap 3 | // 4 | // Border width 5 | 6 | 7 | 8 | .border-white-color-40 { 9 | border-color: rgba(233, 236, 239, 0.4) !important; 10 | } 11 | 12 | .border-dashed { 13 | border: 1px dashed $gray-300 !important; 14 | } 15 | 16 | // divider 17 | 18 | .divider { 19 | display: -ms-flexbox; 20 | display: flex; 21 | -ms-flex-align: center; 22 | align-items: center; 23 | &::after, &::before { 24 | -ms-flex: 1 1 0%; 25 | flex: 1 1 0%; 26 | border-top: .0625rem solid $gray-400; 27 | content: ""; 28 | margin-top: .0625rem; 29 | } 30 | 31 | &::before { 32 | margin-right: 1.5rem; 33 | } 34 | 35 | &::after { 36 | margin-left: 1.5rem; 37 | } 38 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_icon-shape.scss: -------------------------------------------------------------------------------- 1 | // Icon shape 2 | .icon-xxs { 3 | width: $icon-size-xxs; 4 | height: $icon-size-xxs; 5 | line-height: $icon-size-xxs; 6 | } 7 | .icon-xs { 8 | width: $icon-size-xs; 9 | height: $icon-size-xs; 10 | line-height: $icon-size-xs; 11 | } 12 | .icon-sm { 13 | width: $icon-size-sm; 14 | height: $icon-size-sm; 15 | line-height: $icon-size-sm; 16 | } 17 | .icon-md { 18 | width: $icon-size-md; 19 | height: $icon-size-md; 20 | line-height: $icon-size-md; 21 | } 22 | .icon-lg { 23 | width: $icon-size-lg; 24 | height: $icon-size-lg; 25 | line-height: $icon-size-lg; 26 | } 27 | .icon-xl { 28 | width: $icon-size-xl; 29 | height: $icon-size-xl; 30 | line-height: $icon-size-xl; 31 | } 32 | .icon-xxl { 33 | width: $icon-size-xxl; 34 | height: $icon-size-xxl; 35 | line-height: $icon-size-xxl; 36 | } 37 | .icon-shape { 38 | display: inline-flex; 39 | align-items: center; 40 | justify-content: center; 41 | text-align: center; 42 | vertical-align: middle; 43 | } 44 | -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_position.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // Position 5 | @each $size, 6 | $value in $position-values { 7 | .top-#{$size} { 8 | top: $value; 9 | } 10 | .right-#{$size} { 11 | right: $value; 12 | } 13 | .bottom-#{$size} { 14 | bottom: $value; 15 | } 16 | .left-#{$size} { 17 | left: $value; 18 | } 19 | } 20 | 21 | .z-index-1030 { 22 | z-index: 1030; 23 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Extended from bootstrap 3 | // 4 | // shadows 5 | 6 | 7 | .smooth-shadow-sm { box-shadow: $smooth-shadow-sm !important; } 8 | .smooth-shadow-md { box-shadow: $smooth-shadow-md!important; } 9 | .smooth-shadow-lg { box-shadow: $smooth-shadow-lg !important; } -------------------------------------------------------------------------------- /src/assets/scss/theme/utilities/_text.scss: -------------------------------------------------------------------------------- 1 | // text 2 | 3 | h1, 4 | h2, 5 | h3, 6 | h4, 7 | .h1, 8 | .h2, 9 | .h3, 10 | .h4 { 11 | letter-spacing: -0.02rem; 12 | } 13 | 14 | .text-inherit { 15 | color: $gray-900; 16 | } 17 | 18 | 19 | .text-primary-hover{ 20 | &:hover{ 21 | color: $primary !important; 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /src/assets/scss/theme/vendor/apexChart/_apexchart.scss: -------------------------------------------------------------------------------- 1 | // Apex Chart 2 | .apexcharts-tooltip { 3 | border-radius: .5rem !important; 4 | box-shadow: $box-shadow-sm !important; 5 | .apexcharts-tooltip-series-group { 6 | background: $white !important; 7 | color: $dark; 8 | padding: 3px 16px 6px 16px !important; 9 | display: none; 10 | text-align: left; 11 | justify-content: left; 12 | align-items: center; 13 | line-height: 1 !important; 14 | } 15 | } 16 | 17 | .apexcharts-tooltip-marker { 18 | width: 8px !important; 19 | height: 8px !important; 20 | position: relative; 21 | top: 0px; 22 | margin-right: 6px !important; 23 | border-radius: 50%; 24 | } 25 | 26 | // .apexcharts-tooltip-series-group.apexcharts-active, 27 | // .apexcharts-tooltip-series-group:last-child { 28 | // padding-bottom: 50px !important; 29 | // } 30 | .apexcharts-tooltip.apexcharts-theme-light { 31 | border: 1px solid $gray-200 !important; 32 | background-color: $gray-100 !important; 33 | background: $white !important; 34 | } 35 | 36 | .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { 37 | background: $white !important; 38 | border-bottom: 1px solid $gray-200 !important; 39 | } 40 | 41 | .apexcharts-tooltip-title { 42 | padding: 8px 16px !important; 43 | font-size: 14px !important; 44 | margin-bottom: 4px; 45 | font-weight: 600 !important; 46 | } -------------------------------------------------------------------------------- /src/assets/scss/theme/vendor/prismJs/_prism.scss: -------------------------------------------------------------------------------- 1 | // Prism 2 | 3 | 4 | 5 | /* Code blocks */ 6 | code[class*="language-"], pre[class*="language-"]{ 7 | 8 | font-family: $font-family-base; 9 | } 10 | pre[class*="language-"] { 11 | padding: 1em; 12 | overflow: auto; 13 | 14 | border-radius: 0.5rem !important; 15 | margin: 0; 16 | } 17 | :not(pre) > code[class*="language-"], 18 | pre[class*="language-"] { 19 | background: $gray-900; 20 | } 21 | 22 | 23 | div.code-toolbar { 24 | position: relative; 25 | 26 | > .toolbar { 27 | position: absolute; 28 | top: 0; 29 | right: 0; 30 | transition: opacity 0.3s ease-in-out; 31 | opacity: 0; 32 | padding: .5rem; 33 | } 34 | 35 | &:hover > .toolbar, &:focus-within > .toolbar { 36 | opacity: 1; 37 | } 38 | 39 | > .toolbar > .toolbar-item { 40 | display: inline-block; 41 | 42 | > { 43 | a { 44 | cursor: pointer; 45 | } 46 | 47 | button { 48 | background: none; 49 | border: 0; 50 | color: $dark; 51 | font: inherit; 52 | line-height: normal; 53 | overflow: visible; 54 | padding: 0; 55 | 56 | } 57 | 58 | a, button, span { 59 | color: $dark; 60 | font-size: .75rem; 61 | padding: .25rem .5rem; 62 | background: $white; 63 | font-weight: 600; 64 | border-radius: .25rem; 65 | } 66 | 67 | a { 68 | &:hover, &:focus { 69 | color: $dark; 70 | text-decoration: none; 71 | } 72 | } 73 | 74 | button { 75 | &:hover, &:focus { 76 | color: $dark; 77 | text-decoration: none; 78 | } 79 | } 80 | 81 | span { 82 | &:hover, &:focus { 83 | color: inherit; 84 | text-decoration: none; 85 | } 86 | } 87 | } 88 | } 89 | } 90 | 91 | /* Separate line b/c rules are thrown out if selector is invalid. 92 | IE11 and old Edge versions don't support :focus-within. */ -------------------------------------------------------------------------------- /src/pages/404-error.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | @@include("../partials/head.html") 6 | 404 error | Dash Ui - Bootstrap 5 Admin Dashboard Template 7 | 8 | 9 | 10 | 11 |
13 | 14 |
15 | 16 |
17 | 18 |
19 |
20 | 21 | 22 |
23 | 24 |

Oops! the page not found.

25 |

Or simply leverage the expertise of our consultation 26 | team.

27 | 28 | Go Home 29 |
30 |
31 |
32 |
33 | 34 | @@include("../partials/buy-template.html") 35 | @@include("../partials/scripts.html") 36 | 37 | 38 | -------------------------------------------------------------------------------- /src/pages/forget-password.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | @@include("../partials/head.html") 6 | Forget Password | Dash Ui - Bootstrap 5 Admin Dashboard Template 7 | 8 | 9 | 10 |
11 |
13 |
14 | 15 |
16 | 17 |
18 |
19 | 20 |

Don't worry, we'll send you an email to reset your password. 21 |

22 |
23 | 24 |
25 | 26 |
27 | 28 | 30 |
31 | 32 |
33 | 36 |
37 | Don't have an account? sign in 38 |
39 |
40 |
41 |
42 |
43 |
44 | 45 | 46 | @@include("../partials/buy-template.html") 47 | @@include("../partials/scripts.html") 48 | 49 | 50 | -------------------------------------------------------------------------------- /src/pages/layout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | @@include("../partials/head.html") 6 | Layout | Dash Ui - Bootstrap 5 Admin Dashboard Template 7 | 8 | 9 | 10 |
11 | 12 | @@include('../partials/navbar-vertical.html', { 13 | "page": "layouts" 14 | }) 15 | 16 |
17 | @@include("../partials/header.html") 18 | 19 |
20 |
21 |
22 | 23 |
24 |

Layouts

25 |

Customize your overview page layout. Choose the one that best fits your needs.

26 |
27 | Demo layouts 28 |
29 |
30 |
31 | 41 |
42 |
43 | 44 |
45 |
46 | 47 | @@include("../partials/buy-template.html") 48 | @@include("../partials/scripts.html") 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /src/partials/buy-template.html: -------------------------------------------------------------------------------- 1 |
2 | 4 | 5 | Buy Pro 6 | 7 |
-------------------------------------------------------------------------------- /src/partials/doc-navbar.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /src/partials/scripts.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | --------------------------------------------------------------------------------