diff --git a/themes-default/slim/src/style/vgt-table.scss b/themes-default/slim/src/style/vgt-table.scss index d44475e6f6..434d3fad5f 100644 --- a/themes-default/slim/src/style/vgt-table.scss +++ b/themes-default/slim/src/style/vgt-table.scss @@ -16,7 +16,7 @@ $opacity: 0.8; text-align: left; border-spacing: 0; border-collapse: initial; - + th, td { padding: 4px; @@ -132,7 +132,7 @@ $opacity: 0.8; span.episode-title > a { text-decoration: none; - + &:hover, &:focus { text-decoration: underline; @@ -143,24 +143,24 @@ $opacity: 0.8; --row-background-color: #{$blue}; background-color: rgb(var(--row-background-color)); } - + .snatched { --row-background-color: #{$pink}; background-color: rgb(var(--row-background-color)); } - + .downloaded { - --row-background-color: #{$yellow}; + --row-background-color: #{$green}; background-color: rgb(var(--row-background-color)); } - + .failed { --row-background-color: #{$red}; background-color: rgb(var(--row-background-color)); } - + .subtitled { - --row-background-color: #{$blue}; + --row-background-color: #{$yellow}; background-color: rgb(var(--row-background-color)); } @@ -216,7 +216,7 @@ $opacity: 0.8; line-height: 1.42857143; white-space: nowrap; } - + } .align-center { @@ -342,7 +342,7 @@ $opacity: 0.8; padding: 0 10px; margin: 0; } - + .vgt-select { height: 23px; line-height: 23px; diff --git a/themes/dark/assets/js/medusa-runtime.js b/themes/dark/assets/js/medusa-runtime.js index ac51aa305b..de487fa469 100644 --- a/themes/dark/assets/js/medusa-runtime.js +++ b/themes/dark/assets/js/medusa-runtime.js @@ -3194,7 +3194,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ \"./node_modules/css-loader/dist/runtime/getUrl.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);\n// Imports\n\n\n\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/** Use this as table styling for all table layouts */\n.vgt-table-styling {\n /* Schedule list layout */\n}\n.vgt-table-styling .vgt-table {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n text-align: left;\n border-spacing: 0;\n border-collapse: initial;\n /* remove extra border from left edge */\n /* optional disabled input styling */\n /* When using collored rows (using the episode status name, Snatched, Downloaded, Failed, etc.)\n * we'd like to have the text always black.\n */\n}\n.vgt-table-styling .vgt-table th,\n.vgt-table-styling .vgt-table td {\n padding: 4px;\n vertical-align: middle;\n}\n.vgt-table-styling .vgt-table th:first-child,\n.vgt-table-styling .vgt-table td:first-child {\n border-left: none;\n}\n.vgt-table-styling .vgt-table th {\n text-align: center;\n border-collapse: collapse;\n font-weight: normal;\n position: relative;\n}\n.vgt-table-styling .vgt-table span.break-word {\n word-wrap: break-word;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table thead th.sorting {\n background-repeat: no-repeat;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-desc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table th.sortable button {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background: transparent;\n border: none;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.vgt-table-styling .vgt-table thead th {\n padding: 4px;\n cursor: default;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter {\n width: 98%;\n height: auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row,\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row td {\n text-align: center;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter-row .disabled {\n display: none;\n}\n.vgt-table-styling .vgt-table tfoot tr {\n text-align: center;\n border-collapse: collapse;\n}\n.vgt-table-styling .vgt-table tfoot a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table th.vgt-row-header {\n text-align: left;\n}\n.vgt-table-styling .vgt-table .season-header {\n display: inline;\n margin-left: 5px;\n}\n.vgt-table-styling .vgt-table tr.spacer {\n height: 25px;\n}\n.vgt-table-styling .vgt-table tr:hover {\n background-color: rgba(var(--row-background-color), 0.8);\n}\n.vgt-table-styling .vgt-table tr.status td > span {\n color: rgb(0, 0, 0);\n}\n.vgt-table-styling .vgt-table span.episode-title > a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table span.episode-title > a:hover, .vgt-table-styling .vgt-table span.episode-title > a:focus {\n text-decoration: underline;\n}\n.vgt-table-styling .vgt-table .skipped {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .snatched {\n --row-background-color: 235, 193, 234;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .downloaded {\n --row-background-color: 255, 218, 138;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .failed {\n --row-background-color: 255, 153, 153;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .subtitled {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .archived {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .tablesorter-header-inner {\n padding: 0 2px;\n text-align: center;\n}\n.vgt-table-styling .vgt-dropdown > .button-group {\n position: relative;\n}\n.vgt-table-styling .dropdown-toggle {\n position: absolute;\n z-index: 1;\n top: 0.1em;\n right: 0.1em;\n width: 1em;\n transition: width 0.2s ease-in-out;\n}\n.vgt-table-styling .dropdown-toggle:hover, .vgt-table-styling .dropdown-toggle:active {\n width: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu {\n position: absolute;\n z-index: 1;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-clip: padding-box;\n border-radius: 3px;\n right: 0;\n top: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu > li > span {\n display: block;\n padding: 3px 5px;\n clear: both;\n font-weight: 400;\n line-height: 1.42857143;\n white-space: nowrap;\n}\n.vgt-table-styling .align-center {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .span-center > span {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .indexer-image :not(:last-child) {\n margin-right: 5px;\n}\n.vgt-table-styling .button-row {\n width: 100%;\n display: inline-block;\n}\n.vgt-table-styling .global-ignored td.release span {\n color: red;\n}\n.vgt-table-styling .show-ignored td.release span {\n color: red;\n font-style: italic;\n}\n.vgt-table-styling .global-required td.release span {\n color: green;\n}\n.vgt-table-styling .show-required td.release span {\n color: green;\n font-style: italic;\n}\n.vgt-table-styling .global-undesired td.release span {\n color: orange;\n}\n.vgt-table-styling td.col-footer {\n text-align: left !important;\n}\n.vgt-table-styling .vgt-wrap__footer {\n color: rgb(255, 255, 255);\n padding: 1em;\n background-color: rgb(51, 51, 51);\n margin-bottom: 1em;\n display: flex;\n justify-content: space-between;\n}\n.vgt-table-styling .footer__row-count,\n.vgt-table-styling .footer__navigation__page-info {\n display: inline;\n}\n.vgt-table-styling .footer__row-count__label {\n margin-right: 1em;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation {\n font-size: 14px;\n}\n.vgt-table-styling .vgt-pull-right {\n float: right !important;\n}\n.vgt-table-styling .footer__navigation__page-btn {\n display: inline-block;\n padding: 4px 10px;\n margin-bottom: 0;\n font-size: 12px;\n line-height: 16px;\n vertical-align: middle;\n border-radius: 1px;\n}\n.vgt-table-styling .footer__navigation__page-btn:hover {\n text-decoration: none;\n background-position: 0 -150px;\n transition: background-position 0s linear;\n background-image: none;\n}\n.vgt-table-styling .footer__navigation__page-btn.disabled {\n display: none;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-btn .chevron {\n width: 24px;\n height: 24px;\n border-radius: 15%;\n position: relative;\n margin: 0 8px;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__info,\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-info {\n display: inline-flex;\n color: #909399;\n margin: 0 16px;\n margin-top: 0;\n margin-right: 16px;\n margin-bottom: 0;\n margin-left: 16px;\n}\n.vgt-table-styling .vgt-input {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n margin: 0;\n}\n.vgt-table-styling .vgt-select {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n}\n.vgt-table-styling .schedule tr.today {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.soon {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.missed {\n --row-background-color: 255, 221, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.later {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr,\n.vgt-table-styling .schedule tr a {\n color: rgb(0, 0, 0);\n}\n.tooltip-wrapper {\n float: left;\n min-width: 340px;\n}\n.invalid {\n background-color: #ff5b5b;\n}\n.tooltip {\n display: block !important;\n z-index: 10000;\n}\n.tooltip .tooltip-inner {\n background: #ffef93;\n color: #555;\n border-radius: 16px;\n padding: 5px 10px 4px;\n border: 1px solid #f1d031;\n -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n}\n.tooltip .tooltip-arrow {\n width: 0;\n height: 0;\n position: absolute;\n margin: 5px;\n border: 1px solid #ffef93;\n z-index: 1;\n}\n.tooltip[x-placement^=top] {\n margin-bottom: 5px;\n}\n.tooltip[x-placement^=top] .tooltip-arrow {\n border-width: 5px 5px 0 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n bottom: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=bottom] {\n margin-top: 5px;\n}\n.tooltip[x-placement^=bottom] .tooltip-arrow {\n border-width: 0 5px 5px 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-top-color: transparent !important;\n top: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=right] {\n margin-left: 5px;\n}\n.tooltip[x-placement^=right] .tooltip-arrow {\n border-width: 5px 5px 5px 0;\n border-left-color: transparent !important;\n border-top-color: transparent !important;\n border-bottom-color: transparent !important;\n left: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip[x-placement^=left] {\n margin-right: 5px;\n}\n.tooltip[x-placement^=left] .tooltip-arrow {\n border-width: 5px 0 5px 5px;\n border-top-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n right: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip.popover .popover-inner {\n background: #ffef93;\n color: #555;\n padding: 24px;\n border-radius: 5px;\n box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);\n}\n.tooltip.popover .popover-arrow {\n border-color: #ffef93;\n}\n.tooltip[aria-hidden=true] {\n visibility: hidden;\n opacity: 0;\n transition: opacity 0.15s, visibility 0.15s;\n}\n.tooltip[aria-hidden=false] {\n visibility: visible;\n opacity: 1;\n transition: opacity 0.15s;\n}\n\n/** Style the modal. This should be saved somewhere, where we create one modal template with slots, and style that. */\n.modal-container {\n border: 1px solid rgb(17, 17, 17);\n box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.175);\n border-radius: 0;\n}\n.modal-header {\n padding: 9px 15px;\n border-bottom: none;\n border-radius: 0;\n background-color: rgb(55, 55, 55);\n}\n.modal-content {\n background: rgb(34, 34, 34);\n border-radius: 0;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n color: white;\n}\n.modal-body {\n background: rgb(34, 34, 34);\n overflow-y: auto;\n}\n.modal-footer {\n border-top: none;\n text-align: center;\n}\n.vue-tags-input {\n width: 273px;\n border: 1px solid rgb(204, 204, 204);\n border-radius: 3px;\n}\n.vue-tags-input .ti-tag {\n display: inline-flex;\n width: 100%;\n}\n.vue-tags-input .ti-input {\n border: none;\n}\n.vue-tags-input .country-left {\n margin-right: 5px;\n}\nsvg.back-arrow {\n color: #337ab7;\n width: 20px;\n height: 20px;\n float: left;\n margin-right: 1em;\n cursor: pointer;\n}\nsvg.back-arrow:hover,\nsvg.back-arrow:focus {\n color: #23527c;\n transform: translateX(-2px);\n transition: transform ease-in-out 0.2s;\n}\n.spin-hover-90:hover {\n animation: spin-90 0.3s linear;\n}\n@keyframes spin-90 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(90deg);\n}\n}\n@keyframes spin {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(180deg);\n}\n}\n/* Global style definitions should go here. */\n#app {\n padding-top: 4rem;\n}\n@media (max-width: 768px) {\n#app {\n padding-top: 3.8rem;\n}\n}`, \"\"]);\n// Exports\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://slim/./src/components/app.vue?./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ \"./node_modules/css-loader/dist/runtime/getUrl.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);\n// Imports\n\n\n\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/** Use this as table styling for all table layouts */\n.vgt-table-styling {\n /* Schedule list layout */\n}\n.vgt-table-styling .vgt-table {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n text-align: left;\n border-spacing: 0;\n border-collapse: initial;\n /* remove extra border from left edge */\n /* optional disabled input styling */\n /* When using collored rows (using the episode status name, Snatched, Downloaded, Failed, etc.)\n * we'd like to have the text always black.\n */\n}\n.vgt-table-styling .vgt-table th,\n.vgt-table-styling .vgt-table td {\n padding: 4px;\n vertical-align: middle;\n}\n.vgt-table-styling .vgt-table th:first-child,\n.vgt-table-styling .vgt-table td:first-child {\n border-left: none;\n}\n.vgt-table-styling .vgt-table th {\n text-align: center;\n border-collapse: collapse;\n font-weight: normal;\n position: relative;\n}\n.vgt-table-styling .vgt-table span.break-word {\n word-wrap: break-word;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table thead th.sorting {\n background-repeat: no-repeat;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-desc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table th.sortable button {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background: transparent;\n border: none;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.vgt-table-styling .vgt-table thead th {\n padding: 4px;\n cursor: default;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter {\n width: 98%;\n height: auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row,\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row td {\n text-align: center;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter-row .disabled {\n display: none;\n}\n.vgt-table-styling .vgt-table tfoot tr {\n text-align: center;\n border-collapse: collapse;\n}\n.vgt-table-styling .vgt-table tfoot a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table th.vgt-row-header {\n text-align: left;\n}\n.vgt-table-styling .vgt-table .season-header {\n display: inline;\n margin-left: 5px;\n}\n.vgt-table-styling .vgt-table tr.spacer {\n height: 25px;\n}\n.vgt-table-styling .vgt-table tr:hover {\n background-color: rgba(var(--row-background-color), 0.8);\n}\n.vgt-table-styling .vgt-table tr.status td > span {\n color: rgb(0, 0, 0);\n}\n.vgt-table-styling .vgt-table span.episode-title > a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table span.episode-title > a:hover, .vgt-table-styling .vgt-table span.episode-title > a:focus {\n text-decoration: underline;\n}\n.vgt-table-styling .vgt-table .skipped {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .snatched {\n --row-background-color: 235, 193, 234;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .downloaded {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .failed {\n --row-background-color: 255, 153, 153;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .subtitled {\n --row-background-color: 255, 218, 138;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .archived {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .tablesorter-header-inner {\n padding: 0 2px;\n text-align: center;\n}\n.vgt-table-styling .vgt-dropdown > .button-group {\n position: relative;\n}\n.vgt-table-styling .dropdown-toggle {\n position: absolute;\n z-index: 1;\n top: 0.1em;\n right: 0.1em;\n width: 1em;\n transition: width 0.2s ease-in-out;\n}\n.vgt-table-styling .dropdown-toggle:hover, .vgt-table-styling .dropdown-toggle:active {\n width: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu {\n position: absolute;\n z-index: 1;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-clip: padding-box;\n border-radius: 3px;\n right: 0;\n top: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu > li > span {\n display: block;\n padding: 3px 5px;\n clear: both;\n font-weight: 400;\n line-height: 1.42857143;\n white-space: nowrap;\n}\n.vgt-table-styling .align-center {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .span-center > span {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .indexer-image :not(:last-child) {\n margin-right: 5px;\n}\n.vgt-table-styling .button-row {\n width: 100%;\n display: inline-block;\n}\n.vgt-table-styling .global-ignored td.release span {\n color: red;\n}\n.vgt-table-styling .show-ignored td.release span {\n color: red;\n font-style: italic;\n}\n.vgt-table-styling .global-required td.release span {\n color: green;\n}\n.vgt-table-styling .show-required td.release span {\n color: green;\n font-style: italic;\n}\n.vgt-table-styling .global-undesired td.release span {\n color: orange;\n}\n.vgt-table-styling td.col-footer {\n text-align: left !important;\n}\n.vgt-table-styling .vgt-wrap__footer {\n color: rgb(255, 255, 255);\n padding: 1em;\n background-color: rgb(51, 51, 51);\n margin-bottom: 1em;\n display: flex;\n justify-content: space-between;\n}\n.vgt-table-styling .footer__row-count,\n.vgt-table-styling .footer__navigation__page-info {\n display: inline;\n}\n.vgt-table-styling .footer__row-count__label {\n margin-right: 1em;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation {\n font-size: 14px;\n}\n.vgt-table-styling .vgt-pull-right {\n float: right !important;\n}\n.vgt-table-styling .footer__navigation__page-btn {\n display: inline-block;\n padding: 4px 10px;\n margin-bottom: 0;\n font-size: 12px;\n line-height: 16px;\n vertical-align: middle;\n border-radius: 1px;\n}\n.vgt-table-styling .footer__navigation__page-btn:hover {\n text-decoration: none;\n background-position: 0 -150px;\n transition: background-position 0s linear;\n background-image: none;\n}\n.vgt-table-styling .footer__navigation__page-btn.disabled {\n display: none;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-btn .chevron {\n width: 24px;\n height: 24px;\n border-radius: 15%;\n position: relative;\n margin: 0 8px;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__info,\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-info {\n display: inline-flex;\n color: #909399;\n margin: 0 16px;\n margin-top: 0;\n margin-right: 16px;\n margin-bottom: 0;\n margin-left: 16px;\n}\n.vgt-table-styling .vgt-input {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n margin: 0;\n}\n.vgt-table-styling .vgt-select {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n}\n.vgt-table-styling .schedule tr.today {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.soon {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.missed {\n --row-background-color: 255, 221, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.later {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr,\n.vgt-table-styling .schedule tr a {\n color: rgb(0, 0, 0);\n}\n.tooltip-wrapper {\n float: left;\n min-width: 340px;\n}\n.invalid {\n background-color: #ff5b5b;\n}\n.tooltip {\n display: block !important;\n z-index: 10000;\n}\n.tooltip .tooltip-inner {\n background: #ffef93;\n color: #555;\n border-radius: 16px;\n padding: 5px 10px 4px;\n border: 1px solid #f1d031;\n -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n}\n.tooltip .tooltip-arrow {\n width: 0;\n height: 0;\n position: absolute;\n margin: 5px;\n border: 1px solid #ffef93;\n z-index: 1;\n}\n.tooltip[x-placement^=top] {\n margin-bottom: 5px;\n}\n.tooltip[x-placement^=top] .tooltip-arrow {\n border-width: 5px 5px 0 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n bottom: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=bottom] {\n margin-top: 5px;\n}\n.tooltip[x-placement^=bottom] .tooltip-arrow {\n border-width: 0 5px 5px 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-top-color: transparent !important;\n top: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=right] {\n margin-left: 5px;\n}\n.tooltip[x-placement^=right] .tooltip-arrow {\n border-width: 5px 5px 5px 0;\n border-left-color: transparent !important;\n border-top-color: transparent !important;\n border-bottom-color: transparent !important;\n left: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip[x-placement^=left] {\n margin-right: 5px;\n}\n.tooltip[x-placement^=left] .tooltip-arrow {\n border-width: 5px 0 5px 5px;\n border-top-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n right: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip.popover .popover-inner {\n background: #ffef93;\n color: #555;\n padding: 24px;\n border-radius: 5px;\n box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);\n}\n.tooltip.popover .popover-arrow {\n border-color: #ffef93;\n}\n.tooltip[aria-hidden=true] {\n visibility: hidden;\n opacity: 0;\n transition: opacity 0.15s, visibility 0.15s;\n}\n.tooltip[aria-hidden=false] {\n visibility: visible;\n opacity: 1;\n transition: opacity 0.15s;\n}\n\n/** Style the modal. This should be saved somewhere, where we create one modal template with slots, and style that. */\n.modal-container {\n border: 1px solid rgb(17, 17, 17);\n box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.175);\n border-radius: 0;\n}\n.modal-header {\n padding: 9px 15px;\n border-bottom: none;\n border-radius: 0;\n background-color: rgb(55, 55, 55);\n}\n.modal-content {\n background: rgb(34, 34, 34);\n border-radius: 0;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n color: white;\n}\n.modal-body {\n background: rgb(34, 34, 34);\n overflow-y: auto;\n}\n.modal-footer {\n border-top: none;\n text-align: center;\n}\n.vue-tags-input {\n width: 273px;\n border: 1px solid rgb(204, 204, 204);\n border-radius: 3px;\n}\n.vue-tags-input .ti-tag {\n display: inline-flex;\n width: 100%;\n}\n.vue-tags-input .ti-input {\n border: none;\n}\n.vue-tags-input .country-left {\n margin-right: 5px;\n}\nsvg.back-arrow {\n color: #337ab7;\n width: 20px;\n height: 20px;\n float: left;\n margin-right: 1em;\n cursor: pointer;\n}\nsvg.back-arrow:hover,\nsvg.back-arrow:focus {\n color: #23527c;\n transform: translateX(-2px);\n transition: transform ease-in-out 0.2s;\n}\n.spin-hover-90:hover {\n animation: spin-90 0.3s linear;\n}\n@keyframes spin-90 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(90deg);\n}\n}\n@keyframes spin {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(180deg);\n}\n}\n/* Global style definitions should go here. */\n#app {\n padding-top: 4rem;\n}\n@media (max-width: 768px) {\n#app {\n padding-top: 3.8rem;\n}\n}`, \"\"]);\n// Exports\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://slim/./src/components/app.vue?./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); /***/ }), diff --git a/themes/light/assets/js/medusa-runtime.js b/themes/light/assets/js/medusa-runtime.js index ac51aa305b..de487fa469 100644 --- a/themes/light/assets/js/medusa-runtime.js +++ b/themes/light/assets/js/medusa-runtime.js @@ -3194,7 +3194,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac /***/ ((module, __webpack_exports__, __webpack_require__) => { "use strict"; -eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ \"./node_modules/css-loader/dist/runtime/getUrl.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);\n// Imports\n\n\n\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/** Use this as table styling for all table layouts */\n.vgt-table-styling {\n /* Schedule list layout */\n}\n.vgt-table-styling .vgt-table {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n text-align: left;\n border-spacing: 0;\n border-collapse: initial;\n /* remove extra border from left edge */\n /* optional disabled input styling */\n /* When using collored rows (using the episode status name, Snatched, Downloaded, Failed, etc.)\n * we'd like to have the text always black.\n */\n}\n.vgt-table-styling .vgt-table th,\n.vgt-table-styling .vgt-table td {\n padding: 4px;\n vertical-align: middle;\n}\n.vgt-table-styling .vgt-table th:first-child,\n.vgt-table-styling .vgt-table td:first-child {\n border-left: none;\n}\n.vgt-table-styling .vgt-table th {\n text-align: center;\n border-collapse: collapse;\n font-weight: normal;\n position: relative;\n}\n.vgt-table-styling .vgt-table span.break-word {\n word-wrap: break-word;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table thead th.sorting {\n background-repeat: no-repeat;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-desc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table th.sortable button {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background: transparent;\n border: none;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.vgt-table-styling .vgt-table thead th {\n padding: 4px;\n cursor: default;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter {\n width: 98%;\n height: auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row,\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row td {\n text-align: center;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter-row .disabled {\n display: none;\n}\n.vgt-table-styling .vgt-table tfoot tr {\n text-align: center;\n border-collapse: collapse;\n}\n.vgt-table-styling .vgt-table tfoot a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table th.vgt-row-header {\n text-align: left;\n}\n.vgt-table-styling .vgt-table .season-header {\n display: inline;\n margin-left: 5px;\n}\n.vgt-table-styling .vgt-table tr.spacer {\n height: 25px;\n}\n.vgt-table-styling .vgt-table tr:hover {\n background-color: rgba(var(--row-background-color), 0.8);\n}\n.vgt-table-styling .vgt-table tr.status td > span {\n color: rgb(0, 0, 0);\n}\n.vgt-table-styling .vgt-table span.episode-title > a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table span.episode-title > a:hover, .vgt-table-styling .vgt-table span.episode-title > a:focus {\n text-decoration: underline;\n}\n.vgt-table-styling .vgt-table .skipped {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .snatched {\n --row-background-color: 235, 193, 234;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .downloaded {\n --row-background-color: 255, 218, 138;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .failed {\n --row-background-color: 255, 153, 153;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .subtitled {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .archived {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .tablesorter-header-inner {\n padding: 0 2px;\n text-align: center;\n}\n.vgt-table-styling .vgt-dropdown > .button-group {\n position: relative;\n}\n.vgt-table-styling .dropdown-toggle {\n position: absolute;\n z-index: 1;\n top: 0.1em;\n right: 0.1em;\n width: 1em;\n transition: width 0.2s ease-in-out;\n}\n.vgt-table-styling .dropdown-toggle:hover, .vgt-table-styling .dropdown-toggle:active {\n width: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu {\n position: absolute;\n z-index: 1;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-clip: padding-box;\n border-radius: 3px;\n right: 0;\n top: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu > li > span {\n display: block;\n padding: 3px 5px;\n clear: both;\n font-weight: 400;\n line-height: 1.42857143;\n white-space: nowrap;\n}\n.vgt-table-styling .align-center {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .span-center > span {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .indexer-image :not(:last-child) {\n margin-right: 5px;\n}\n.vgt-table-styling .button-row {\n width: 100%;\n display: inline-block;\n}\n.vgt-table-styling .global-ignored td.release span {\n color: red;\n}\n.vgt-table-styling .show-ignored td.release span {\n color: red;\n font-style: italic;\n}\n.vgt-table-styling .global-required td.release span {\n color: green;\n}\n.vgt-table-styling .show-required td.release span {\n color: green;\n font-style: italic;\n}\n.vgt-table-styling .global-undesired td.release span {\n color: orange;\n}\n.vgt-table-styling td.col-footer {\n text-align: left !important;\n}\n.vgt-table-styling .vgt-wrap__footer {\n color: rgb(255, 255, 255);\n padding: 1em;\n background-color: rgb(51, 51, 51);\n margin-bottom: 1em;\n display: flex;\n justify-content: space-between;\n}\n.vgt-table-styling .footer__row-count,\n.vgt-table-styling .footer__navigation__page-info {\n display: inline;\n}\n.vgt-table-styling .footer__row-count__label {\n margin-right: 1em;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation {\n font-size: 14px;\n}\n.vgt-table-styling .vgt-pull-right {\n float: right !important;\n}\n.vgt-table-styling .footer__navigation__page-btn {\n display: inline-block;\n padding: 4px 10px;\n margin-bottom: 0;\n font-size: 12px;\n line-height: 16px;\n vertical-align: middle;\n border-radius: 1px;\n}\n.vgt-table-styling .footer__navigation__page-btn:hover {\n text-decoration: none;\n background-position: 0 -150px;\n transition: background-position 0s linear;\n background-image: none;\n}\n.vgt-table-styling .footer__navigation__page-btn.disabled {\n display: none;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-btn .chevron {\n width: 24px;\n height: 24px;\n border-radius: 15%;\n position: relative;\n margin: 0 8px;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__info,\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-info {\n display: inline-flex;\n color: #909399;\n margin: 0 16px;\n margin-top: 0;\n margin-right: 16px;\n margin-bottom: 0;\n margin-left: 16px;\n}\n.vgt-table-styling .vgt-input {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n margin: 0;\n}\n.vgt-table-styling .vgt-select {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n}\n.vgt-table-styling .schedule tr.today {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.soon {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.missed {\n --row-background-color: 255, 221, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.later {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr,\n.vgt-table-styling .schedule tr a {\n color: rgb(0, 0, 0);\n}\n.tooltip-wrapper {\n float: left;\n min-width: 340px;\n}\n.invalid {\n background-color: #ff5b5b;\n}\n.tooltip {\n display: block !important;\n z-index: 10000;\n}\n.tooltip .tooltip-inner {\n background: #ffef93;\n color: #555;\n border-radius: 16px;\n padding: 5px 10px 4px;\n border: 1px solid #f1d031;\n -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n}\n.tooltip .tooltip-arrow {\n width: 0;\n height: 0;\n position: absolute;\n margin: 5px;\n border: 1px solid #ffef93;\n z-index: 1;\n}\n.tooltip[x-placement^=top] {\n margin-bottom: 5px;\n}\n.tooltip[x-placement^=top] .tooltip-arrow {\n border-width: 5px 5px 0 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n bottom: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=bottom] {\n margin-top: 5px;\n}\n.tooltip[x-placement^=bottom] .tooltip-arrow {\n border-width: 0 5px 5px 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-top-color: transparent !important;\n top: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=right] {\n margin-left: 5px;\n}\n.tooltip[x-placement^=right] .tooltip-arrow {\n border-width: 5px 5px 5px 0;\n border-left-color: transparent !important;\n border-top-color: transparent !important;\n border-bottom-color: transparent !important;\n left: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip[x-placement^=left] {\n margin-right: 5px;\n}\n.tooltip[x-placement^=left] .tooltip-arrow {\n border-width: 5px 0 5px 5px;\n border-top-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n right: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip.popover .popover-inner {\n background: #ffef93;\n color: #555;\n padding: 24px;\n border-radius: 5px;\n box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);\n}\n.tooltip.popover .popover-arrow {\n border-color: #ffef93;\n}\n.tooltip[aria-hidden=true] {\n visibility: hidden;\n opacity: 0;\n transition: opacity 0.15s, visibility 0.15s;\n}\n.tooltip[aria-hidden=false] {\n visibility: visible;\n opacity: 1;\n transition: opacity 0.15s;\n}\n\n/** Style the modal. This should be saved somewhere, where we create one modal template with slots, and style that. */\n.modal-container {\n border: 1px solid rgb(17, 17, 17);\n box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.175);\n border-radius: 0;\n}\n.modal-header {\n padding: 9px 15px;\n border-bottom: none;\n border-radius: 0;\n background-color: rgb(55, 55, 55);\n}\n.modal-content {\n background: rgb(34, 34, 34);\n border-radius: 0;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n color: white;\n}\n.modal-body {\n background: rgb(34, 34, 34);\n overflow-y: auto;\n}\n.modal-footer {\n border-top: none;\n text-align: center;\n}\n.vue-tags-input {\n width: 273px;\n border: 1px solid rgb(204, 204, 204);\n border-radius: 3px;\n}\n.vue-tags-input .ti-tag {\n display: inline-flex;\n width: 100%;\n}\n.vue-tags-input .ti-input {\n border: none;\n}\n.vue-tags-input .country-left {\n margin-right: 5px;\n}\nsvg.back-arrow {\n color: #337ab7;\n width: 20px;\n height: 20px;\n float: left;\n margin-right: 1em;\n cursor: pointer;\n}\nsvg.back-arrow:hover,\nsvg.back-arrow:focus {\n color: #23527c;\n transform: translateX(-2px);\n transition: transform ease-in-out 0.2s;\n}\n.spin-hover-90:hover {\n animation: spin-90 0.3s linear;\n}\n@keyframes spin-90 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(90deg);\n}\n}\n@keyframes spin {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(180deg);\n}\n}\n/* Global style definitions should go here. */\n#app {\n padding-top: 4rem;\n}\n@media (max-width: 768px) {\n#app {\n padding-top: 3.8rem;\n}\n}`, \"\"]);\n// Exports\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://slim/./src/components/app.vue?./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); +eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/noSourceMaps.js */ \"./node_modules/css-loader/dist/runtime/noSourceMaps.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../node_modules/css-loader/dist/runtime/getUrl.js */ \"./node_modules/css-loader/dist/runtime/getUrl.js\");\n/* harmony import */ var _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2__);\n// Imports\n\n\n\nvar ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(/*! data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7 */ \"data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7\"), __webpack_require__.b);\nvar ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));\nvar ___CSS_LOADER_URL_REPLACEMENT_0___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_0___);\nvar ___CSS_LOADER_URL_REPLACEMENT_1___ = _node_modules_css_loader_dist_runtime_getUrl_js__WEBPACK_IMPORTED_MODULE_2___default()(___CSS_LOADER_URL_IMPORT_1___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `/** Use this as table styling for all table layouts */\n.vgt-table-styling {\n /* Schedule list layout */\n}\n.vgt-table-styling .vgt-table {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n text-align: left;\n border-spacing: 0;\n border-collapse: initial;\n /* remove extra border from left edge */\n /* optional disabled input styling */\n /* When using collored rows (using the episode status name, Snatched, Downloaded, Failed, etc.)\n * we'd like to have the text always black.\n */\n}\n.vgt-table-styling .vgt-table th,\n.vgt-table-styling .vgt-table td {\n padding: 4px;\n vertical-align: middle;\n}\n.vgt-table-styling .vgt-table th:first-child,\n.vgt-table-styling .vgt-table td:first-child {\n border-left: none;\n}\n.vgt-table-styling .vgt-table th {\n text-align: center;\n border-collapse: collapse;\n font-weight: normal;\n position: relative;\n}\n.vgt-table-styling .vgt-table span.break-word {\n word-wrap: break-word;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table thead th.sorting {\n background-repeat: no-repeat;\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-desc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_0___});\n}\n.vgt-table-styling .vgt-table thead th.sorting.sorting-asc {\n background-color: rgb(85, 85, 85);\n background-image: url(${___CSS_LOADER_URL_REPLACEMENT_1___});\n background-position-x: right;\n background-position-y: bottom;\n}\n.vgt-table-styling .vgt-table th.sortable button {\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n background: transparent;\n border: none;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.vgt-table-styling .vgt-table thead th {\n padding: 4px;\n cursor: default;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter {\n width: 98%;\n height: auto;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n}\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row,\n.vgt-table-styling .vgt-table tr.tablesorter-filter-row td {\n text-align: center;\n}\n.vgt-table-styling .vgt-table input.tablesorter-filter-row .disabled {\n display: none;\n}\n.vgt-table-styling .vgt-table tfoot tr {\n text-align: center;\n border-collapse: collapse;\n}\n.vgt-table-styling .vgt-table tfoot a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table th.vgt-row-header {\n text-align: left;\n}\n.vgt-table-styling .vgt-table .season-header {\n display: inline;\n margin-left: 5px;\n}\n.vgt-table-styling .vgt-table tr.spacer {\n height: 25px;\n}\n.vgt-table-styling .vgt-table tr:hover {\n background-color: rgba(var(--row-background-color), 0.8);\n}\n.vgt-table-styling .vgt-table tr.status td > span {\n color: rgb(0, 0, 0);\n}\n.vgt-table-styling .vgt-table span.episode-title > a {\n text-decoration: none;\n}\n.vgt-table-styling .vgt-table span.episode-title > a:hover, .vgt-table-styling .vgt-table span.episode-title > a:focus {\n text-decoration: underline;\n}\n.vgt-table-styling .vgt-table .skipped {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .snatched {\n --row-background-color: 235, 193, 234;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .downloaded {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .failed {\n --row-background-color: 255, 153, 153;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .subtitled {\n --row-background-color: 255, 218, 138;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .vgt-table .archived {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .tablesorter-header-inner {\n padding: 0 2px;\n text-align: center;\n}\n.vgt-table-styling .vgt-dropdown > .button-group {\n position: relative;\n}\n.vgt-table-styling .dropdown-toggle {\n position: absolute;\n z-index: 1;\n top: 0.1em;\n right: 0.1em;\n width: 1em;\n transition: width 0.2s ease-in-out;\n}\n.vgt-table-styling .dropdown-toggle:hover, .vgt-table-styling .dropdown-toggle:active {\n width: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu {\n position: absolute;\n z-index: 1;\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0;\n font-size: 14px;\n text-align: left;\n list-style: none;\n background-clip: padding-box;\n border-radius: 3px;\n right: 0;\n top: 2em;\n}\n.vgt-table-styling .vgt-dropdown-menu > li > span {\n display: block;\n padding: 3px 5px;\n clear: both;\n font-weight: 400;\n line-height: 1.42857143;\n white-space: nowrap;\n}\n.vgt-table-styling .align-center {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .span-center > span {\n display: flex;\n justify-content: center;\n}\n.vgt-table-styling .indexer-image :not(:last-child) {\n margin-right: 5px;\n}\n.vgt-table-styling .button-row {\n width: 100%;\n display: inline-block;\n}\n.vgt-table-styling .global-ignored td.release span {\n color: red;\n}\n.vgt-table-styling .show-ignored td.release span {\n color: red;\n font-style: italic;\n}\n.vgt-table-styling .global-required td.release span {\n color: green;\n}\n.vgt-table-styling .show-required td.release span {\n color: green;\n font-style: italic;\n}\n.vgt-table-styling .global-undesired td.release span {\n color: orange;\n}\n.vgt-table-styling td.col-footer {\n text-align: left !important;\n}\n.vgt-table-styling .vgt-wrap__footer {\n color: rgb(255, 255, 255);\n padding: 1em;\n background-color: rgb(51, 51, 51);\n margin-bottom: 1em;\n display: flex;\n justify-content: space-between;\n}\n.vgt-table-styling .footer__row-count,\n.vgt-table-styling .footer__navigation__page-info {\n display: inline;\n}\n.vgt-table-styling .footer__row-count__label {\n margin-right: 1em;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation {\n font-size: 14px;\n}\n.vgt-table-styling .vgt-pull-right {\n float: right !important;\n}\n.vgt-table-styling .footer__navigation__page-btn {\n display: inline-block;\n padding: 4px 10px;\n margin-bottom: 0;\n font-size: 12px;\n line-height: 16px;\n vertical-align: middle;\n border-radius: 1px;\n}\n.vgt-table-styling .footer__navigation__page-btn:hover {\n text-decoration: none;\n background-position: 0 -150px;\n transition: background-position 0s linear;\n background-image: none;\n}\n.vgt-table-styling .footer__navigation__page-btn.disabled {\n display: none;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-btn .chevron {\n width: 24px;\n height: 24px;\n border-radius: 15%;\n position: relative;\n margin: 0 8px;\n}\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__info,\n.vgt-table-styling .vgt-wrap__footer .footer__navigation__page-info {\n display: inline-flex;\n color: #909399;\n margin: 0 16px;\n margin-top: 0;\n margin-right: 16px;\n margin-bottom: 0;\n margin-left: 16px;\n}\n.vgt-table-styling .vgt-input {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n margin: 0;\n}\n.vgt-table-styling .vgt-select {\n height: 23px;\n line-height: 23px;\n font-size: 0.9em;\n width: 100%;\n background-color: #fff;\n background-image: none;\n border: 1px solid #ccc;\n border-radius: 3px;\n padding: 0 10px;\n}\n.vgt-table-styling .schedule tr.today {\n --row-background-color: 245, 241, 228;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.soon {\n --row-background-color: 221, 255, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.missed {\n --row-background-color: 255, 221, 221;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr.later {\n --row-background-color: 190, 222, 237;\n background-color: rgb(var(--row-background-color));\n}\n.vgt-table-styling .schedule tr,\n.vgt-table-styling .schedule tr a {\n color: rgb(0, 0, 0);\n}\n.tooltip-wrapper {\n float: left;\n min-width: 340px;\n}\n.invalid {\n background-color: #ff5b5b;\n}\n.tooltip {\n display: block !important;\n z-index: 10000;\n}\n.tooltip .tooltip-inner {\n background: #ffef93;\n color: #555;\n border-radius: 16px;\n padding: 5px 10px 4px;\n border: 1px solid #f1d031;\n -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);\n}\n.tooltip .tooltip-arrow {\n width: 0;\n height: 0;\n position: absolute;\n margin: 5px;\n border: 1px solid #ffef93;\n z-index: 1;\n}\n.tooltip[x-placement^=top] {\n margin-bottom: 5px;\n}\n.tooltip[x-placement^=top] .tooltip-arrow {\n border-width: 5px 5px 0 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n bottom: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=bottom] {\n margin-top: 5px;\n}\n.tooltip[x-placement^=bottom] .tooltip-arrow {\n border-width: 0 5px 5px 5px;\n border-left-color: transparent !important;\n border-right-color: transparent !important;\n border-top-color: transparent !important;\n top: -5px;\n left: calc(50% - 4px);\n margin-top: 0;\n margin-bottom: 0;\n}\n.tooltip[x-placement^=right] {\n margin-left: 5px;\n}\n.tooltip[x-placement^=right] .tooltip-arrow {\n border-width: 5px 5px 5px 0;\n border-left-color: transparent !important;\n border-top-color: transparent !important;\n border-bottom-color: transparent !important;\n left: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip[x-placement^=left] {\n margin-right: 5px;\n}\n.tooltip[x-placement^=left] .tooltip-arrow {\n border-width: 5px 0 5px 5px;\n border-top-color: transparent !important;\n border-right-color: transparent !important;\n border-bottom-color: transparent !important;\n right: -4px;\n top: calc(50% - 5px);\n margin-left: 0;\n margin-right: 0;\n}\n.tooltip.popover .popover-inner {\n background: #ffef93;\n color: #555;\n padding: 24px;\n border-radius: 5px;\n box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);\n}\n.tooltip.popover .popover-arrow {\n border-color: #ffef93;\n}\n.tooltip[aria-hidden=true] {\n visibility: hidden;\n opacity: 0;\n transition: opacity 0.15s, visibility 0.15s;\n}\n.tooltip[aria-hidden=false] {\n visibility: visible;\n opacity: 1;\n transition: opacity 0.15s;\n}\n\n/** Style the modal. This should be saved somewhere, where we create one modal template with slots, and style that. */\n.modal-container {\n border: 1px solid rgb(17, 17, 17);\n box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.175);\n border-radius: 0;\n}\n.modal-header {\n padding: 9px 15px;\n border-bottom: none;\n border-radius: 0;\n background-color: rgb(55, 55, 55);\n}\n.modal-content {\n background: rgb(34, 34, 34);\n border-radius: 0;\n border: 1px solid rgba(0, 0, 0, 0.2);\n box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);\n color: white;\n}\n.modal-body {\n background: rgb(34, 34, 34);\n overflow-y: auto;\n}\n.modal-footer {\n border-top: none;\n text-align: center;\n}\n.vue-tags-input {\n width: 273px;\n border: 1px solid rgb(204, 204, 204);\n border-radius: 3px;\n}\n.vue-tags-input .ti-tag {\n display: inline-flex;\n width: 100%;\n}\n.vue-tags-input .ti-input {\n border: none;\n}\n.vue-tags-input .country-left {\n margin-right: 5px;\n}\nsvg.back-arrow {\n color: #337ab7;\n width: 20px;\n height: 20px;\n float: left;\n margin-right: 1em;\n cursor: pointer;\n}\nsvg.back-arrow:hover,\nsvg.back-arrow:focus {\n color: #23527c;\n transform: translateX(-2px);\n transition: transform ease-in-out 0.2s;\n}\n.spin-hover-90:hover {\n animation: spin-90 0.3s linear;\n}\n@keyframes spin-90 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(90deg);\n}\n}\n@keyframes spin {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(180deg);\n}\n}\n/* Global style definitions should go here. */\n#app {\n padding-top: 4rem;\n}\n@media (max-width: 768px) {\n#app {\n padding-top: 3.8rem;\n}\n}`, \"\"]);\n// Exports\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);\n\n\n//# sourceURL=webpack://slim/./src/components/app.vue?./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/lib/index.js??vue-loader-options"); /***/ }),