From d80110cee33a7c990a0c3f86ce16504346ab4e3a Mon Sep 17 00:00:00 2001 From: Tiberiu Chibici Date: Mon, 29 Oct 2018 19:42:20 +0200 Subject: [PATCH] Use CDN for bootstrap. --- .idea/workspace.xml | 566 +- .idea/youtube-channel-manager.iml | 3 + .../import/bootstrap-4.1.3/.babelrc.js | 20 - .../import/bootstrap-4.1.3/.browserslistrc | 13 - .../import/bootstrap-4.1.3/.editorconfig | 14 - .../import/bootstrap-4.1.3/.eslintignore | 5 - .../import/bootstrap-4.1.3/.eslintrc.json | 233 - .../import/bootstrap-4.1.3/.gitattributes | 18 - .../bootstrap-4.1.3/.github/CONTRIBUTING.md | 243 - .../.github/ISSUE_TEMPLATE/bug.md | 11 - .../.github/ISSUE_TEMPLATE/bug_report.md | 17 - .../.github/ISSUE_TEMPLATE/feature.md | 9 - .../.github/ISSUE_TEMPLATE/feature_request.md | 15 - .../import/bootstrap-4.1.3/.github/SUPPORT.md | 11 - .../import/bootstrap-4.1.3/.gitignore | 48 - .../import/bootstrap-4.1.3/.stylelintignore | 4 - .../import/bootstrap-4.1.3/.stylelintrc | 274 - .../import/bootstrap-4.1.3/.travis.yml | 33 - .../YtManagerApp/import/bootstrap-4.1.3/CNAME | 1 - .../import/bootstrap-4.1.3/CODE_OF_CONDUCT.md | 46 - .../import/bootstrap-4.1.3/Gemfile | 8 - .../import/bootstrap-4.1.3/Gemfile.lock | 80 - .../import/bootstrap-4.1.3/LICENSE | 22 - .../import/bootstrap-4.1.3/README.md | 177 - .../import/bootstrap-4.1.3/_config.yml | 63 - .../import/bootstrap-4.1.3/composer.json | 37 - .../dist/css/bootstrap-grid.css | 1912 --- .../dist/css/bootstrap-grid.css.map | 1 - .../dist/css/bootstrap-grid.min.css | 7 - .../dist/css/bootstrap-grid.min.css.map | 1 - .../dist/css/bootstrap-reboot.css | 331 - .../dist/css/bootstrap-reboot.css.map | 1 - .../dist/css/bootstrap-reboot.min.css | 8 - .../dist/css/bootstrap-reboot.min.css.map | 1 - .../bootstrap-4.1.3/dist/css/bootstrap.css | 9030 ----------- .../dist/css/bootstrap.css.map | 1 - .../dist/css/bootstrap.min.css | 7 - .../dist/css/bootstrap.min.css.map | 1 - .../dist/js/bootstrap.bundle.js | 6461 -------- .../dist/js/bootstrap.bundle.js.map | 1 - .../dist/js/bootstrap.bundle.min.js | 7 - .../dist/js/bootstrap.bundle.min.js.map | 1 - .../bootstrap-4.1.3/dist/js/bootstrap.js | 3944 ----- .../bootstrap-4.1.3/dist/js/bootstrap.js.map | 1 - .../bootstrap-4.1.3/dist/js/bootstrap.min.js | 7 - .../dist/js/bootstrap.min.js.map | 1 - .../import/bootstrap-4.1.3/js/src/alert.js | 183 - .../import/bootstrap-4.1.3/js/src/button.js | 175 - .../import/bootstrap-4.1.3/js/src/carousel.js | 520 - .../import/bootstrap-4.1.3/js/src/collapse.js | 398 - .../import/bootstrap-4.1.3/js/src/dropdown.js | 494 - .../import/bootstrap-4.1.3/js/src/index.js | 50 - .../import/bootstrap-4.1.3/js/src/modal.js | 579 - .../import/bootstrap-4.1.3/js/src/popover.js | 188 - .../bootstrap-4.1.3/js/src/scrollspy.js | 332 - .../import/bootstrap-4.1.3/js/src/tab.js | 264 - .../import/bootstrap-4.1.3/js/src/tooltip.js | 725 - .../import/bootstrap-4.1.3/js/src/util.js | 152 - .../import/bootstrap-4.1.3/js/tests/README.md | 69 - .../bootstrap-4.1.3/js/tests/index.html | 140 - .../js/tests/karma-bundle.conf.js | 53 - .../bootstrap-4.1.3/js/tests/karma.conf.js | 76 - .../js/tests/unit/.eslintrc.json | 37 - .../bootstrap-4.1.3/js/tests/unit/alert.js | 123 - .../bootstrap-4.1.3/js/tests/unit/button.js | 199 - .../bootstrap-4.1.3/js/tests/unit/carousel.js | 944 -- .../bootstrap-4.1.3/js/tests/unit/collapse.js | 858 -- .../bootstrap-4.1.3/js/tests/unit/dropdown.js | 1124 -- .../bootstrap-4.1.3/js/tests/unit/modal.js | 657 - .../bootstrap-4.1.3/js/tests/unit/popover.js | 471 - .../js/tests/unit/scrollspy.js | 728 - .../bootstrap-4.1.3/js/tests/unit/tab.js | 417 - .../bootstrap-4.1.3/js/tests/unit/tooltip.js | 969 -- .../bootstrap-4.1.3/js/tests/unit/util.js | 104 - .../js/tests/visual/alert.html | 58 - .../js/tests/visual/button.html | 51 - .../js/tests/visual/carousel.html | 66 - .../js/tests/visual/collapse.html | 78 - .../js/tests/visual/dropdown.html | 212 - .../js/tests/visual/modal.html | 268 - .../js/tests/visual/popover.html | 46 - .../js/tests/visual/scrollspy.html | 95 - .../bootstrap-4.1.3/js/tests/visual/tab.html | 234 - .../js/tests/visual/tooltip.html | 80 - .../import/bootstrap-4.1.3/nuget/MyGet.ps1 | 18 - .../bootstrap-4.1.3/nuget/bootstrap.nuspec | 33 - .../nuget/bootstrap.sass.nuspec | 33 - .../import/bootstrap-4.1.3/package-lock.json | 12814 ---------------- .../import/bootstrap-4.1.3/package.js | 19 - .../import/bootstrap-4.1.3/package.json | 217 - .../import/bootstrap-4.1.3/sache.json | 5 - .../import/bootstrap-4.1.3/scss/_alert.scss | 51 - .../import/bootstrap-4.1.3/scss/_badge.scss | 47 - .../bootstrap-4.1.3/scss/_breadcrumb.scss | 41 - .../bootstrap-4.1.3/scss/_button-group.scss | 172 - .../import/bootstrap-4.1.3/scss/_buttons.scss | 143 - .../import/bootstrap-4.1.3/scss/_card.scss | 301 - .../bootstrap-4.1.3/scss/_carousel.scss | 236 - .../import/bootstrap-4.1.3/scss/_close.scss | 35 - .../import/bootstrap-4.1.3/scss/_code.scss | 48 - .../bootstrap-4.1.3/scss/_custom-forms.scss | 433 - .../bootstrap-4.1.3/scss/_dropdown.scss | 166 - .../import/bootstrap-4.1.3/scss/_forms.scss | 333 - .../bootstrap-4.1.3/scss/_functions.scss | 86 - .../import/bootstrap-4.1.3/scss/_grid.scss | 52 - .../import/bootstrap-4.1.3/scss/_images.scss | 42 - .../bootstrap-4.1.3/scss/_input-group.scss | 173 - .../bootstrap-4.1.3/scss/_jumbotron.scss | 16 - .../bootstrap-4.1.3/scss/_list-group.scss | 115 - .../import/bootstrap-4.1.3/scss/_media.scss | 8 - .../import/bootstrap-4.1.3/scss/_mixins.scss | 41 - .../import/bootstrap-4.1.3/scss/_modal.scss | 180 - .../import/bootstrap-4.1.3/scss/_nav.scss | 118 - .../import/bootstrap-4.1.3/scss/_navbar.scss | 299 - .../bootstrap-4.1.3/scss/_pagination.scss | 78 - .../import/bootstrap-4.1.3/scss/_popover.scss | 183 - .../import/bootstrap-4.1.3/scss/_print.scss | 141 - .../bootstrap-4.1.3/scss/_progress.scss | 34 - .../import/bootstrap-4.1.3/scss/_reboot.scss | 483 - .../import/bootstrap-4.1.3/scss/_root.scss | 19 - .../import/bootstrap-4.1.3/scss/_tables.scss | 187 - .../import/bootstrap-4.1.3/scss/_tooltip.scss | 115 - .../bootstrap-4.1.3/scss/_transitions.scss | 22 - .../import/bootstrap-4.1.3/scss/_type.scss | 125 - .../bootstrap-4.1.3/scss/_utilities.scss | 15 - .../bootstrap-4.1.3/scss/_variables.scss | 952 -- .../bootstrap-4.1.3/scss/bootstrap-grid.css | 1435 -- .../scss/bootstrap-grid.css.map | 7 - .../bootstrap-4.1.3/scss/bootstrap-grid.scss | 32 - .../bootstrap-4.1.3/scss/bootstrap-reboot.css | 270 - .../scss/bootstrap-reboot.css.map | 7 - .../scss/bootstrap-reboot.scss | 12 - .../import/bootstrap-4.1.3/scss/bootstrap.css | 6784 -------- .../bootstrap-4.1.3/scss/bootstrap.css.map | 7 - .../bootstrap-4.1.3/scss/bootstrap.scss | 42 - .../bootstrap-4.1.3/scss/mixins/_alert.scss | 13 - .../scss/mixins/_background-variant.scss | 21 - .../bootstrap-4.1.3/scss/mixins/_badge.scss | 12 - .../scss/mixins/_border-radius.scss | 35 - .../scss/mixins/_box-shadow.scss | 5 - .../scss/mixins/_breakpoints.scss | 123 - .../bootstrap-4.1.3/scss/mixins/_buttons.scss | 109 - .../bootstrap-4.1.3/scss/mixins/_caret.scss | 66 - .../scss/mixins/_clearfix.scss | 7 - .../bootstrap-4.1.3/scss/mixins/_float.scss | 11 - .../bootstrap-4.1.3/scss/mixins/_forms.scss | 147 - .../scss/mixins/_gradients.scss | 45 - .../scss/mixins/_grid-framework.scss | 67 - .../bootstrap-4.1.3/scss/mixins/_grid.scss | 52 - .../bootstrap-4.1.3/scss/mixins/_hover.scss | 37 - .../bootstrap-4.1.3/scss/mixins/_image.scss | 36 - .../scss/mixins/_list-group.scss | 21 - .../bootstrap-4.1.3/scss/mixins/_lists.scss | 7 - .../scss/mixins/_nav-divider.scss | 10 - .../scss/mixins/_pagination.scss | 22 - .../scss/mixins/_reset-text.scss | 17 - .../bootstrap-4.1.3/scss/mixins/_resize.scss | 6 - .../scss/mixins/_screen-reader.scss | 33 - .../bootstrap-4.1.3/scss/mixins/_size.scss | 6 - .../scss/mixins/_table-row.scss | 30 - .../scss/mixins/_text-emphasis.scss | 14 - .../scss/mixins/_text-hide.scss | 13 - .../scss/mixins/_text-truncate.scss | 8 - .../scss/mixins/_transition.scss | 13 - .../scss/mixins/_visibility.scss | 7 - .../scss/utilities/_align.scss | 8 - .../scss/utilities/_background.scss | 19 - .../scss/utilities/_borders.scss | 59 - .../scss/utilities/_clearfix.scss | 3 - .../scss/utilities/_display.scss | 38 - .../scss/utilities/_embed.scss | 52 - .../bootstrap-4.1.3/scss/utilities/_flex.scss | 51 - .../scss/utilities/_float.scss | 9 - .../scss/utilities/_position.scss | 37 - .../scss/utilities/_screenreaders.scss | 11 - .../scss/utilities/_shadows.scss | 6 - .../scss/utilities/_sizing.scss | 12 - .../scss/utilities/_spacing.scss | 51 - .../bootstrap-4.1.3/scss/utilities/_text.scss | 58 - .../scss/utilities/_visibility.scss | 11 - .../site/_data/breakpoints.yml | 29 - .../site/_data/browser-bugs.yml | 451 - .../site/_data/browser-features.yml | 139 - .../bootstrap-4.1.3/site/_data/colors.yml | 26 - .../bootstrap-4.1.3/site/_data/examples.yml | 55 - .../bootstrap-4.1.3/site/_data/grays.yml | 18 - .../import/bootstrap-4.1.3/site/_data/nav.yml | 86 - .../site/_data/theme-colors.yml | 16 - .../site/_data/translations.yml | 19 - .../bootstrap-4.1.3/site/_includes/ads.html | 1 - .../site/_includes/bugify.html | 42 - .../_includes/callout-danger-async-methods.md | 8 - .../callout-info-mediaqueries-breakpoints.md | 4 - ...ut-warning-color-assistive-technologies.md | 6 - .../site/_includes/callout.html | 9 - .../site/_includes/docs-navbar.html | 62 - .../site/_includes/docs-sidebar.html | 57 - .../site/_includes/example.html | 23 - .../site/_includes/favicons.html | 9 - .../site/_includes/footer.html | 12 - .../site/_includes/header.html | 37 - .../site/_includes/icons/bootstrap.svg | 1 - .../site/_includes/icons/download.svg | 1 - .../site/_includes/icons/github.svg | 1 - .../site/_includes/icons/import.svg | 1 - .../site/_includes/icons/lightning.svg | 1 - .../site/_includes/icons/menu.svg | 1 - .../site/_includes/icons/slack.svg | 1 - .../site/_includes/icons/twitter.svg | 1 - .../site/_includes/scripts.html | 26 - .../site/_includes/skippy.html | 5 - .../site/_includes/social.html | 18 - .../site/_layouts/default.html | 22 - .../bootstrap-4.1.3/site/_layouts/docs.html | 34 - .../site/_layouts/examples.html | 16 - .../bootstrap-4.1.3/site/_layouts/home.html | 16 - .../site/_layouts/redirect.html | 38 - .../bootstrap-4.1.3/site/_layouts/simple.html | 12 - .../site/docs/4.1/about/brand.md | 78 - .../site/docs/4.1/about/license.md | 34 - .../site/docs/4.1/about/overview.md | 28 - .../site/docs/4.1/about/translations.md | 18 - .../4.1/assets/brand/bootstrap-outline.svg | 4 - .../4.1/assets/brand/bootstrap-punchout.svg | 4 - .../assets/brand/bootstrap-social-logo.png | Bin 23959 -> 0 bytes .../4.1/assets/brand/bootstrap-social.png | Bin 231733 -> 0 bytes .../docs/4.1/assets/brand/bootstrap-solid.svg | 4 - .../site/docs/4.1/assets/css/docs.min.css | 8 - .../site/docs/4.1/assets/css/docs.min.css.map | 1 - .../docs/4.1/assets/img/bootstrap-stack.png | Bin 52160 -> 0 bytes .../docs/4.1/assets/img/bootstrap-themes.png | Bin 80588 -> 0 bytes .../img/favicons/android-chrome-192x192.png | Bin 1935 -> 0 bytes .../img/favicons/android-chrome-512x512.png | Bin 4269 -> 0 bytes .../assets/img/favicons/apple-touch-icon.png | Bin 1738 -> 0 bytes .../4.1/assets/img/favicons/browserconfig.xml | 11 - .../4.1/assets/img/favicons/favicon-16x16.png | Bin 310 -> 0 bytes .../4.1/assets/img/favicons/favicon-32x32.png | Bin 491 -> 0 bytes .../4.1/assets/img/favicons/manifest.json | 22 - .../assets/img/favicons/mstile-144x144.png | Bin 1479 -> 0 bytes .../assets/img/favicons/mstile-150x150.png | Bin 1428 -> 0 bytes .../assets/img/favicons/mstile-310x150.png | Bin 1746 -> 0 bytes .../assets/img/favicons/mstile-310x310.png | Bin 3085 -> 0 bytes .../4.1/assets/img/favicons/mstile-70x70.png | Bin 1104 -> 0 bytes .../assets/img/favicons/safari-pinned-tab.svg | 4 - .../site/docs/4.1/assets/js/.eslintrc.json | 26 - .../site/docs/4.1/assets/js/docs.min.js | 28 - .../docs/4.1/assets/js/src/application.js | 112 - .../js/src/ie-emulation-modes-warning.js | 47 - .../site/docs/4.1/assets/js/src/pwa.js | 21 - .../site/docs/4.1/assets/js/src/search.js | 42 - .../docs/4.1/assets/js/vendor/anchor.min.js | 6 - .../4.1/assets/js/vendor/clipboard.min.js | 7 - .../docs/4.1/assets/js/vendor/holder.min.js | 13 - .../4.1/assets/js/vendor/jquery-slim.min.js | 2 - .../docs/4.1/assets/js/vendor/popper.min.js | 5 - .../site/docs/4.1/assets/scss/_ads.scss | 38 - .../site/docs/4.1/assets/scss/_algolia.scss | 141 - .../site/docs/4.1/assets/scss/_anchor.scss | 10 - .../site/docs/4.1/assets/scss/_brand.scss | 110 - .../docs/4.1/assets/scss/_browser-bugs.scss | 12 - .../site/docs/4.1/assets/scss/_buttons.scss | 37 - .../site/docs/4.1/assets/scss/_callouts.scss | 40 - .../docs/4.1/assets/scss/_clipboard-js.scss | 39 - .../site/docs/4.1/assets/scss/_colors.scss | 24 - .../4.1/assets/scss/_component-examples.scss | 411 - .../site/docs/4.1/assets/scss/_content.scss | 119 - .../site/docs/4.1/assets/scss/_examples.scss | 24 - .../site/docs/4.1/assets/scss/_footer.scss | 40 - .../site/docs/4.1/assets/scss/_masthead.scss | 56 - .../site/docs/4.1/assets/scss/_nav.scss | 76 - .../site/docs/4.1/assets/scss/_sidebar.scss | 166 - .../site/docs/4.1/assets/scss/_skiplink.scss | 14 - .../site/docs/4.1/assets/scss/_syntax.scss | 78 - .../site/docs/4.1/assets/scss/_variables.scss | 9 - .../site/docs/4.1/assets/scss/docs.css | 1233 -- .../site/docs/4.1/assets/scss/docs.css.map | 7 - .../site/docs/4.1/assets/scss/docs.scss | 52 - .../site/docs/4.1/browser-bugs.md | 64 - .../site/docs/4.1/components/alerts.md | 115 - .../site/docs/4.1/components/badge.md | 82 - .../site/docs/4.1/components/breadcrumb.md | 58 - .../site/docs/4.1/components/button-group.md | 207 - .../site/docs/4.1/components/buttons.md | 164 - .../site/docs/4.1/components/card.md | 682 - .../site/docs/4.1/components/carousel.md | 334 - .../site/docs/4.1/components/collapse.md | 249 - .../site/docs/4.1/components/dropdowns.md | 861 -- .../site/docs/4.1/components/forms.md | 1296 -- .../site/docs/4.1/components/input-group.md | 361 - .../site/docs/4.1/components/jumbotron.md | 31 - .../site/docs/4.1/components/list-group.md | 377 - .../site/docs/4.1/components/modal.md | 675 - .../site/docs/4.1/components/navbar.md | 579 - .../site/docs/4.1/components/navs.md | 658 - .../site/docs/4.1/components/pagination.md | 170 - .../site/docs/4.1/components/popovers.md | 353 - .../site/docs/4.1/components/progress.md | 146 - .../site/docs/4.1/components/scrollspy.md | 333 - .../site/docs/4.1/components/tooltips.md | 354 - .../site/docs/4.1/content/code.md | 55 - .../site/docs/4.1/content/figures.md | 28 - .../site/docs/4.1/content/images.md | 84 - .../site/docs/4.1/content/reboot.md | 364 - .../site/docs/4.1/content/tables.md | 831 - .../site/docs/4.1/content/typography.md | 331 - .../site/docs/4.1/examples/.eslintrc.json | 11 - .../site/docs/4.1/examples/.stylelintrc | 12 - .../site/docs/4.1/examples/album/album.css | 37 - .../site/docs/4.1/examples/album/index.html | 232 - .../site/docs/4.1/examples/blog/blog.css | 125 - .../site/docs/4.1/examples/blog/index.html | 231 - .../docs/4.1/examples/carousel/carousel.css | 91 - .../docs/4.1/examples/carousel/index.html | 188 - .../4.1/examples/checkout/form-validation.css | 5 - .../docs/4.1/examples/checkout/index.html | 268 - .../site/docs/4.1/examples/cover/cover.css | 106 - .../site/docs/4.1/examples/cover/index.html | 57 - .../docs/4.1/examples/dashboard/dashboard.css | 100 - .../docs/4.1/examples/dashboard/index.html | 303 - .../floating-labels/floating-labels.css | 105 - .../4.1/examples/floating-labels/index.html | 46 - .../site/docs/4.1/examples/grid/grid.css | 27 - .../site/docs/4.1/examples/grid/index.html | 135 - .../site/docs/4.1/examples/index.html | 22 - .../docs/4.1/examples/jumbotron/index.html | 103 - .../docs/4.1/examples/jumbotron/jumbotron.css | 4 - .../4.1/examples/navbar-bottom/index.html | 60 - .../docs/4.1/examples/navbar-fixed/index.html | 61 - .../navbar-fixed/navbar-top-fixed.css | 5 - .../4.1/examples/navbar-static/index.html | 61 - .../4.1/examples/navbar-static/navbar-top.css | 4 - .../site/docs/4.1/examples/navbars/index.html | 347 - .../site/docs/4.1/examples/navbars/navbar.css | 7 - .../docs/4.1/examples/offcanvas/index.html | 159 - .../docs/4.1/examples/offcanvas/offcanvas.css | 75 - .../docs/4.1/examples/offcanvas/offcanvas.js | 7 - .../site/docs/4.1/examples/pricing/index.html | 142 - .../docs/4.1/examples/pricing/pricing.css | 20 - .../site/docs/4.1/examples/product/index.html | 178 - .../docs/4.1/examples/product/product.css | 74 - .../docs/4.1/examples/screenshots/album.png | Bin 26370 -> 0 bytes .../docs/4.1/examples/screenshots/blog.png | Bin 36944 -> 0 bytes .../4.1/examples/screenshots/carousel.png | Bin 31465 -> 0 bytes .../4.1/examples/screenshots/checkout.png | Bin 28180 -> 0 bytes .../docs/4.1/examples/screenshots/cover.png | Bin 17953 -> 0 bytes .../4.1/examples/screenshots/dashboard.png | Bin 26556 -> 0 bytes .../examples/screenshots/floating-labels.png | Bin 11053 -> 0 bytes .../docs/4.1/examples/screenshots/grid.png | Bin 33860 -> 0 bytes .../4.1/examples/screenshots/jumbotron.png | Bin 38408 -> 0 bytes .../examples/screenshots/navbar-bottom.png | Bin 11316 -> 0 bytes .../4.1/examples/screenshots/navbar-fixed.png | Bin 13616 -> 0 bytes .../examples/screenshots/navbar-static.png | Bin 14893 -> 0 bytes .../docs/4.1/examples/screenshots/navbars.png | Bin 27187 -> 0 bytes .../4.1/examples/screenshots/offcanvas.png | Bin 23975 -> 0 bytes .../docs/4.1/examples/screenshots/pricing.png | Bin 29128 -> 0 bytes .../docs/4.1/examples/screenshots/product.png | Bin 27953 -> 0 bytes .../docs/4.1/examples/screenshots/sign-in.png | Bin 5680 -> 0 bytes .../examples/screenshots/starter-template.png | Bin 11334 -> 0 bytes .../screenshots/sticky-footer-navbar.png | Bin 15836 -> 0 bytes .../examples/screenshots/sticky-footer.png | Bin 9665 -> 0 bytes .../site/docs/4.1/examples/sign-in/index.html | 36 - .../site/docs/4.1/examples/sign-in/signin.css | 44 - .../4.1/examples/starter-template/index.html | 71 - .../starter-template/starter-template.css | 7 - .../examples/sticky-footer-navbar/index.html | 69 - .../sticky-footer-navbar.css | 37 - .../4.1/examples/sticky-footer/index.html | 34 - .../examples/sticky-footer/sticky-footer.css | 28 - .../4.1/examples/tooltip-viewport/index.html | 45 - .../tooltip-viewport/tooltip-viewport.css | 26 - .../tooltip-viewport/tooltip-viewport.js | 32 - .../site/docs/4.1/extend/approach.md | 76 - .../site/docs/4.1/extend/icons.md | 29 - .../site/docs/4.1/extend/index.md | 6 - .../docs/4.1/getting-started/accessibility.md | 57 - .../4.1/getting-started/best-practices.md | 21 - .../4.1/getting-started/browsers-devices.md | 193 - .../docs/4.1/getting-started/build-tools.md | 57 - .../site/docs/4.1/getting-started/contents.md | 138 - .../site/docs/4.1/getting-started/download.md | 100 - .../docs/4.1/getting-started/introduction.md | 145 - .../docs/4.1/getting-started/javascript.md | 136 - .../site/docs/4.1/getting-started/theming.md | 442 - .../site/docs/4.1/getting-started/webpack.md | 94 - .../site/docs/4.1/layout/grid.md | 790 - .../site/docs/4.1/layout/media-object.md | 144 - .../site/docs/4.1/layout/overview.md | 189 - .../docs/4.1/layout/utilities-for-layout.md | 25 - .../site/docs/4.1/migration.md | 336 - .../site/docs/4.1/utilities/borders.md | 75 - .../site/docs/4.1/utilities/clearfix.md | 39 - .../site/docs/4.1/utilities/close-icon.md | 16 - .../site/docs/4.1/utilities/colors.md | 61 - .../site/docs/4.1/utilities/display.md | 100 - .../site/docs/4.1/utilities/embed.md | 50 - .../site/docs/4.1/utilities/flex.md | 570 - .../site/docs/4.1/utilities/float.md | 57 - .../docs/4.1/utilities/image-replacement.md | 33 - .../site/docs/4.1/utilities/position.md | 45 - .../site/docs/4.1/utilities/screenreaders.md | 26 - .../site/docs/4.1/utilities/shadows.md | 19 - .../site/docs/4.1/utilities/sizing.md | 43 - .../site/docs/4.1/utilities/spacing.md | 83 - .../site/docs/4.1/utilities/text.md | 92 - .../site/docs/4.1/utilities/vertical-align.md | 40 - .../site/docs/4.1/utilities/visibility.md | 33 - .../import/bootstrap-4.1.3/site/favicon.ico | Bin 5430 -> 0 bytes .../import/bootstrap-4.1.3/site/index.html | 83 - .../import/bootstrap-4.1.3/site/robots.txt | 9 - .../import/bootstrap-4.1.3/site/sw.js | 5 - .../YtManagerApp/master_default.html | 4 +- 411 files changed, 467 insertions(+), 86793 deletions(-) delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.babelrc.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.browserslistrc delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.editorconfig delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.eslintignore delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.eslintrc.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.gitattributes delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/CONTRIBUTING.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/ISSUE_TEMPLATE/bug.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/ISSUE_TEMPLATE/feature.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.github/SUPPORT.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.gitignore delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.stylelintignore delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.stylelintrc delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/.travis.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/CNAME delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/CODE_OF_CONDUCT.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/Gemfile delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/Gemfile.lock delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/LICENSE delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/README.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/_config.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/composer.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-grid.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-grid.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-grid.min.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-grid.min.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-reboot.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-reboot.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-reboot.min.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap-reboot.min.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap.min.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/css/bootstrap.min.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.bundle.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.bundle.js.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.bundle.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.bundle.min.js.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.js.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/dist/js/bootstrap.min.js.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/alert.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/button.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/carousel.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/collapse.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/dropdown.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/index.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/modal.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/popover.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/scrollspy.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/tab.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/tooltip.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/src/util.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/README.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/karma-bundle.conf.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/karma.conf.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/.eslintrc.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/alert.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/button.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/carousel.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/collapse.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/dropdown.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/modal.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/popover.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/scrollspy.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/tab.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/tooltip.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/unit/util.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/alert.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/button.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/carousel.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/collapse.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/dropdown.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/modal.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/popover.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/scrollspy.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/tab.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/js/tests/visual/tooltip.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/nuget/MyGet.ps1 delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/nuget/bootstrap.nuspec delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/nuget/bootstrap.sass.nuspec delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/package-lock.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/package.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/package.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/sache.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_alert.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_badge.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_breadcrumb.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_button-group.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_buttons.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_card.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_carousel.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_close.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_code.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_custom-forms.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_dropdown.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_forms.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_functions.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_grid.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_images.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_input-group.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_jumbotron.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_list-group.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_media.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_mixins.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_modal.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_nav.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_navbar.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_pagination.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_popover.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_print.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_progress.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_reboot.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_root.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_tables.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_tooltip.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_transitions.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_type.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_utilities.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/_variables.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-grid.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-grid.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-grid.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-reboot.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-reboot.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap-reboot.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/bootstrap.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_alert.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_background-variant.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_badge.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_border-radius.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_box-shadow.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_breakpoints.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_buttons.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_caret.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_clearfix.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_float.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_forms.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_gradients.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_grid-framework.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_grid.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_hover.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_image.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_list-group.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_lists.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_nav-divider.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_pagination.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_reset-text.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_resize.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_screen-reader.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_size.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_table-row.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_text-emphasis.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_text-hide.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_text-truncate.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_transition.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/mixins/_visibility.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_align.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_background.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_borders.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_clearfix.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_display.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_embed.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_flex.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_float.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_position.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_screenreaders.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_shadows.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_sizing.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_spacing.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_text.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/scss/utilities/_visibility.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/breakpoints.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/browser-bugs.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/browser-features.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/colors.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/examples.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/grays.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/nav.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/theme-colors.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_data/translations.yml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/ads.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/bugify.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/callout-danger-async-methods.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/callout-info-mediaqueries-breakpoints.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/callout-warning-color-assistive-technologies.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/callout.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/docs-navbar.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/docs-sidebar.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/example.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/favicons.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/footer.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/header.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/bootstrap.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/download.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/github.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/import.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/lightning.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/menu.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/slack.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/icons/twitter.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/scripts.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/skippy.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_includes/social.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/default.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/docs.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/examples.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/home.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/redirect.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/_layouts/simple.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/about/brand.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/about/license.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/about/overview.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/about/translations.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/brand/bootstrap-outline.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/brand/bootstrap-punchout.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/brand/bootstrap-social-logo.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/brand/bootstrap-social.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/brand/bootstrap-solid.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/css/docs.min.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/css/docs.min.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/bootstrap-stack.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/bootstrap-themes.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/android-chrome-192x192.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/android-chrome-512x512.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/apple-touch-icon.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/browserconfig.xml delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/favicon-16x16.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/favicon-32x32.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/manifest.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/mstile-144x144.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/mstile-150x150.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/mstile-310x150.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/mstile-310x310.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/mstile-70x70.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/img/favicons/safari-pinned-tab.svg delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/.eslintrc.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/docs.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/src/application.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/src/ie-emulation-modes-warning.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/src/pwa.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/src/search.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/vendor/anchor.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/vendor/clipboard.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/vendor/holder.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/vendor/jquery-slim.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/js/vendor/popper.min.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_ads.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_algolia.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_anchor.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_brand.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_browser-bugs.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_buttons.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_callouts.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_clipboard-js.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_colors.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_component-examples.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_content.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_examples.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_footer.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_masthead.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_nav.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_sidebar.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_skiplink.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_syntax.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/_variables.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/docs.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/docs.css.map delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/assets/scss/docs.scss delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/browser-bugs.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/alerts.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/badge.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/breadcrumb.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/button-group.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/buttons.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/card.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/carousel.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/collapse.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/dropdowns.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/forms.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/input-group.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/jumbotron.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/list-group.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/modal.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/navbar.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/navs.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/pagination.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/popovers.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/progress.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/scrollspy.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/components/tooltips.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/code.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/figures.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/images.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/reboot.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/tables.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/content/typography.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/.eslintrc.json delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/.stylelintrc delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/album/album.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/album/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/blog/blog.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/blog/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/carousel/carousel.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/carousel/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/checkout/form-validation.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/checkout/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/cover/cover.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/cover/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/dashboard/dashboard.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/dashboard/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/floating-labels/floating-labels.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/floating-labels/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/grid/grid.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/grid/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/jumbotron/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/jumbotron/jumbotron.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbar-bottom/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbar-fixed/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbar-fixed/navbar-top-fixed.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbar-static/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbar-static/navbar-top.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbars/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/navbars/navbar.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/offcanvas/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/offcanvas/offcanvas.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/offcanvas/offcanvas.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/pricing/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/pricing/pricing.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/product/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/product/product.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/album.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/blog.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/carousel.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/checkout.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/cover.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/dashboard.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/floating-labels.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/grid.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/jumbotron.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/navbar-bottom.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/navbar-fixed.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/navbar-static.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/navbars.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/offcanvas.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/pricing.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/product.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/sign-in.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/starter-template.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/sticky-footer-navbar.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/screenshots/sticky-footer.png delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sign-in/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sign-in/signin.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/starter-template/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/starter-template/starter-template.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sticky-footer-navbar/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sticky-footer-navbar/sticky-footer-navbar.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sticky-footer/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/sticky-footer/sticky-footer.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/tooltip-viewport/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/tooltip-viewport/tooltip-viewport.css delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/examples/tooltip-viewport/tooltip-viewport.js delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/extend/approach.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/extend/icons.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/extend/index.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/accessibility.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/best-practices.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/browsers-devices.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/build-tools.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/contents.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/download.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/introduction.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/javascript.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/theming.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/getting-started/webpack.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/layout/grid.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/layout/media-object.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/layout/overview.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/layout/utilities-for-layout.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/migration.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/borders.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/clearfix.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/close-icon.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/colors.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/display.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/embed.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/flex.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/float.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/image-replacement.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/position.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/screenreaders.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/shadows.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/sizing.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/spacing.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/text.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/vertical-align.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/docs/4.1/utilities/visibility.md delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/favicon.ico delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/index.html delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/robots.txt delete mode 100644 YtManagerApp/static/YtManagerApp/import/bootstrap-4.1.3/site/sw.js diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0926329..74a5a17 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,39 +2,418 @@ - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - -