mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
custom color theme part 1
This commit is contained in:
69
composer.lock
generated
69
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "723c14b86451f234de94bf150fdb261a",
|
||||
"content-hash": "ba18b3be337505f3e41c4db1a3828bad",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -4912,6 +4912,73 @@
|
||||
],
|
||||
"time": "2020-06-01T09:10:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "scssphp/scssphp",
|
||||
"version": "v1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/scssphp/scssphp.git",
|
||||
"reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/ba86c963b94ec7ebd6e19d90cdab90d89667dbf7",
|
||||
"reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-ctype": "*",
|
||||
"ext-json": "*",
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
|
||||
"sass/sass-spec": "2020.12.29",
|
||||
"squizlabs/php_codesniffer": "~3.5",
|
||||
"symfony/phpunit-bridge": "^5.1",
|
||||
"twbs/bootstrap": "~4.3",
|
||||
"zurb/foundation": "~6.5"
|
||||
},
|
||||
"bin": [
|
||||
"bin/pscss"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ScssPhp\\ScssPhp\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Anthon Pang",
|
||||
"email": "apang@softwaredevelopment.ca",
|
||||
"homepage": "https://github.com/robocoder"
|
||||
},
|
||||
{
|
||||
"name": "Cédric Morin",
|
||||
"email": "cedric@yterium.com",
|
||||
"homepage": "https://github.com/Cerdic"
|
||||
}
|
||||
],
|
||||
"description": "scssphp is a compiler for SCSS written in PHP.",
|
||||
"homepage": "http://scssphp.github.io/scssphp/",
|
||||
"keywords": [
|
||||
"css",
|
||||
"less",
|
||||
"sass",
|
||||
"scss",
|
||||
"stylesheet"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/scssphp/scssphp/issues",
|
||||
"source": "https://github.com/scssphp/scssphp/tree/v1.4.1"
|
||||
},
|
||||
"time": "2021-01-04T13:23:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
"version": "1.0.1",
|
||||
|
||||
@@ -37,7 +37,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'header_title',
|
||||
'value' => 'Simple <span style="color: #41B883">&</span> Powerful Personal Cloud Storage',
|
||||
'value' => 'Simple <span class="text-theme">&</span> Powerful Personal Cloud Storage',
|
||||
],
|
||||
[
|
||||
'name' => 'header_description',
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'features_title',
|
||||
'value' => 'The Fastest Growing <span style="color: #41B883">File Manager</span> on the CodeCanyon Market',
|
||||
'value' => 'The Fastest Growing <span class="text-theme">File Manager</span> on the CodeCanyon Market',
|
||||
],
|
||||
[
|
||||
'name' => 'features_description',
|
||||
@@ -77,7 +77,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'get_started_title',
|
||||
'value' => 'Ready to Get <span style="color: #41B883">Started</span><br> With Us?',
|
||||
'value' => 'Ready to Get <span class="text-theme">Started</span><br> With Us?',
|
||||
],
|
||||
[
|
||||
'name' => 'get_started_description',
|
||||
@@ -111,7 +111,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'header_title',
|
||||
'value' => 'Simple <span style="color: #41B883">&</span> Powerful Personal Cloud Storage',
|
||||
'value' => 'Simple <span class="text-theme">&</span> Powerful Personal Cloud Storage',
|
||||
],
|
||||
[
|
||||
'name' => 'header_description',
|
||||
@@ -119,7 +119,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'features_title',
|
||||
'value' => 'The Fastest Growing <span style="color: #41B883">File Manager</span> on the CodeCanyon Market',
|
||||
'value' => 'The Fastest Growing <span class="text-theme">File Manager</span> on the CodeCanyon Market',
|
||||
],
|
||||
[
|
||||
'name' => 'features_description',
|
||||
@@ -151,7 +151,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'pricing_title',
|
||||
'value' => 'Pick the <span style="color: #41B883;">Best Plan</span> For Your Needs',
|
||||
'value' => 'Pick the <span class="text-theme">Best Plan</span> For Your Needs',
|
||||
],
|
||||
[
|
||||
'name' => 'pricing_description',
|
||||
@@ -159,7 +159,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'get_started_title',
|
||||
'value' => 'Ready to Get <span style="color: #41B883">Started</span><br> With Us?',
|
||||
'value' => 'Ready to Get <span class="text-theme">Started</span><br> With Us?',
|
||||
],
|
||||
[
|
||||
'name' => 'get_started_description',
|
||||
@@ -167,7 +167,7 @@ return [
|
||||
],
|
||||
[
|
||||
'name' => 'footer_content',
|
||||
'value' => '© 2021 Simple & Powerful Personal Cloud Storage. Developed by <a href="https://hi5ve.digital" target="_blank">Hi5Ve.Digital</a>',
|
||||
'value' => '© 2021 Simple & Powerful Personal Cloud Storage. Developed by <a href="https://hi5ve.digital" target="_blank" class="text-theme">Hi5Ve.Digital</a>',
|
||||
],
|
||||
]
|
||||
],
|
||||
|
||||
376
public/css/app.css
vendored
376
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,92 +1,230 @@
|
||||
{
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/css/app.css": "/css/app.css",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=9da5aa5d592cf377763b",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=9a11f4f2fe1efcfaf261",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js?id=060ffc62863ca06cf56f",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=7875b08fc6fb75a7ad1f",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=c9330616aa6a16b45288",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js?id=81dea7680f4bfde55278",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js?id=5842ebc2d92f96d9a14e",
|
||||
"/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js": "/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js?id=a5c633801fc0dbbc727a",
|
||||
"/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js": "/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js?id=0cad8279d29d79cd0e82",
|
||||
"/chunks/admin~chunks/files~chunks/settings~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/admin~chunks/files~chunks/settings~chunks/shared-files~chunks/shared/file-browser.js?id=f1e1597205ff30d4fa4a",
|
||||
"/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=82cee1c42a3cb3f8b025",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=bc5212d24fc85d890346",
|
||||
"/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=51ec61b0370bb5763a49",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=fa2e144b98ae70ef5d73",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js?id=206ad965486a3cfe1851",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=8eaa52eb15067485a141",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=34b124f4e336f128bfa8",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=f3f0a717f5806faf488c",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=3b65bf2075874bc5fc91",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=74820d141e0e11e73bbf",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=330552200b411658370b",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=ce07d992183d17775bd1",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=31bac7c735ea16babcc3",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=368b31bcef5716a6b884",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=33f264dcedf4bf1bf28e",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=2edfe14fa3a071bb1d9e",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=5b74b0a0e993c9477a78",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=7228ee8ebcb8cce9a412",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=8e0b5060f93ac64bfc04",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=1441a53c88fa164f4e1c",
|
||||
"/chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan~chunk~8a0e1d25.js": "/chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan~chunk~8a0e1d25.js?id=e71bb0286189734a8aec",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=8f3f6dd8d4e452999518",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=7026f20574d455e4f51a",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=fc59484d50007cb59ee2",
|
||||
"/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=b9068dbb99fc1f52bad0",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=08ef47a59c4d6340ff5a",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=d769414519c97993d6f9",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=bb25421b4c61d039765f",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=15ab9d58ca7eeb26ed0e",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=14e8c1c3784fce3b5a22",
|
||||
"/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=5814ff43ba7c67297af1",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=f3c8bc62f62ae537f93c",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=ba73fbf788eb452511f2",
|
||||
"/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js": "/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js?id=c3c1a252593a1b95eb0f",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=b32bd13f9927b553b7a3",
|
||||
"/chunks/database.js": "/chunks/database.js?id=d8e5ceff4803f7cd2018",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=859a6f034ca5697aaf60",
|
||||
"/chunks/database.js": "/chunks/database.js?id=58addbf30b3b2f7c36db",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=6dccc2158cc6278f683d",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=4b6a5fba3fbeed1e3316",
|
||||
"/chunks/files.js": "/chunks/files.js?id=9b47294bd85e1f1db78e",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js?id=c9caef44017c6e1289a6",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js?id=7525a5201f806293a60a",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js?id=3e43db9b38c83dd03a3b",
|
||||
"/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js": "/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js?id=68e8dbc0e27e1906a855",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.js?id=aacbc63eccff01afeada",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=81005c48fec83ab4ca45",
|
||||
"/chunks/files.js": "/chunks/files.js?id=40b4464ce393cb112111",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js?id=c2c86f2168e863fbd49e",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js?id=dfda253f28064c0d5f88",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js?id=02131dc9a3e5fb2ccfcc",
|
||||
"/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js": "/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js?id=31a17ad1d2536342abbe",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.js?id=854dea4fe4403ccb0ee0",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js?id=18ff204697459dad268d",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=3b49ff66accb15109d71",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=7f6474e743f5e147705a",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=0851a272cec4302a3247",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=c5a95e5609e9129cecca",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=f93a0f6f580fc4dc16d5",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=d4e57cfc3dbc6a89dfb7",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=a00dedfec5aeabac394c",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=205a16b0e51a9a1a3106",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=e04434ed1c74da2ae0a9",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=c4177c183448cb43ee51",
|
||||
"/chunks/not-found-shared.js": "/chunks/not-found-shared.js?id=7fc7f9b6f10bdfac770e",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=ac3b1af55ac49069c599",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=ae8031c98c3824580c28",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=354ee8d0cbda3b5cb5c7",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=cf139d96daae9fa92d43",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=abc4b8db6d8056cfbeae",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=1306340fe718a3ece729",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=4a0cc9bcab4a667145dc",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=ff5bce452d57e4f8f3fc",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=a636b523fe6d695db4e8",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=cf19663a4e9bf49d1454",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=f72fd8af1bdabd68aab9",
|
||||
"/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=6ebf3bfc8328f980980e",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=822812c633278c31acef",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=f32a0aa48b017ab8d29f",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=bc4acd59a282dc4af0b5",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=876587fdddf02a512c5a",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=a5e7c7c969db920128b8",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=a3e5fc445aa068899d2b",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=77c9549276bf5eda2bf6",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=b6a74fd15744ec329998",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=664a8840225f3e43f6ef",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=3363832973196a82a49a",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=d9dce08c188fd0f57c1a",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=606603c8c0579c72f8bd",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=ea81e44f474d16b9f6ce",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=008bbf1096945f79d69d",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=0cb93f40d0e7aafe3152",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=70eb5a923302807ad7b9",
|
||||
"/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=2f8ba4c3980c52452c7a",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=0f82cbd818967273cbd8",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=9202f2cff7c80a561718",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=b9ae98e83f8df690d09f",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=e79621db59c13ffd7da9",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=9c088cb1b14836d13648",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=c765f8563393c27bc6a6",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=201b3cbada273dacd46e",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=535472f0e43f64ec0ccc",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=253190c2c7491c35fed3",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=aba520a5f9c67405054a",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=c6b88005b133268ed88f",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=2c38f535d52e0e448846",
|
||||
"/chunks/shared-files.js": "/chunks/shared-files.js?id=e6f7de2910d85a2dd3e4",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=f6155ac74f9bb460cf65",
|
||||
"/chunks/shared-files.js": "/chunks/shared-files.js?id=cde3c7a58d2da0015555",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=3d5c7754d438830a4204",
|
||||
"/chunks/shared/file-browser.js": "/chunks/shared/file-browser.js?id=3127fab4cfd3d5f00a72",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=e8aedb75df7fe227d693",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=af61663f3e69eae3e5ee",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=2bc6c1353362c0063d45",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=23d5da9b7bba26268496",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=4589eb09b87163bdd7c4",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=8fc09aa45881d0c04e17",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=cd032984ade002a5ebb2",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=92a1de80f254cfc9ac91",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=50e81d184a05d3990d89",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=98e8a206373b361e6138",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=7cb7c0cb6ef388cd016e",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=bcea699b0d9d0ee61565",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=830456726847f435144e",
|
||||
"/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=7168ffacf10ca4e5ef37",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=2ce4b7a0ff69e192a968",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=9c61721d5e30ef544377",
|
||||
"/chunks/user.js": "/chunks/user.js?id=b11c755b2b39318bbf0d",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=9ad6e67ec0ed39a42339",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=9e462fe395ddbc4ccc01",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=2fccb58814a6d1f8cd69",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=366e8427a50f2118e16f",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=ac44036993054f1a1b41",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=d989f56de65842d84727",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=f55c3685c1674bbe02a1",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=a9d2048a1608055ebef2",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=d899a2ba78445436b170",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=039a3d421f7d8b8b3ce3",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=8da7b23dc11d9e2e6c99",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=31bcde6d4cfb29b1c894",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=bd232bbde2c55cb7c06c",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=3b8974eb8af615d517f4",
|
||||
"/chunks/users.js": "/chunks/users.js?id=9085e0306eafce8f9fce",
|
||||
"/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~68e3c6cf.js": "/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~68e3c6cf.js?id=b490efdc8470a6c2f625",
|
||||
"/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~a4a4a595.js": "/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~a4a4a595.js?id=be99c10088b00578891b",
|
||||
"/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js": "/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js?id=66afa0e341251a68c3d3"
|
||||
"/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js": "/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js?id=66afa0e341251a68c3d3",
|
||||
"/js/main.594ae216cb933d3d69ed.hot-update.js": "/js/main.594ae216cb933d3d69ed.hot-update.js",
|
||||
"/js/main.127e693ce5da9176f518.hot-update.js": "/js/main.127e693ce5da9176f518.hot-update.js",
|
||||
"/js/main.8b30bb71527c5b98fa50.hot-update.js": "/js/main.8b30bb71527c5b98fa50.hot-update.js",
|
||||
"/chunks/files.0ff176717d3ad9de8a6d.hot-update.js": "/chunks/files.0ff176717d3ad9de8a6d.hot-update.js",
|
||||
"/chunks/files.f28c1c9d52619bacc74f.hot-update.js": "/chunks/files.f28c1c9d52619bacc74f.hot-update.js",
|
||||
"/chunks/files.b2e34a16adfbdf2f0c96.hot-update.js": "/chunks/files.b2e34a16adfbdf2f0c96.hot-update.js",
|
||||
"/js/main.2d423b55b370458401a0.hot-update.js": "/js/main.2d423b55b370458401a0.hot-update.js",
|
||||
"/js/main.e5c8339a4f4847f46b68.hot-update.js": "/js/main.e5c8339a4f4847f46b68.hot-update.js",
|
||||
"/chunks/files.a6a70fee6562a0ff79d4.hot-update.js": "/chunks/files.a6a70fee6562a0ff79d4.hot-update.js",
|
||||
"/chunks/files.fb841ac657e9aaa841c5.hot-update.js": "/chunks/files.fb841ac657e9aaa841c5.hot-update.js",
|
||||
"/chunks/files.93163026c2dddb9e0664.hot-update.js": "/chunks/files.93163026c2dddb9e0664.hot-update.js",
|
||||
"/chunks/files.c74948aa93e10c1572d0.hot-update.js": "/chunks/files.c74948aa93e10c1572d0.hot-update.js",
|
||||
"/chunks/files.bf33b531f7b86f66ad16.hot-update.js": "/chunks/files.bf33b531f7b86f66ad16.hot-update.js",
|
||||
"/chunks/files.990202c1c53420b1ea8d.hot-update.js": "/chunks/files.990202c1c53420b1ea8d.hot-update.js",
|
||||
"/chunks/files.41f8ac0b5c1d00ccd0cd.hot-update.js": "/chunks/files.41f8ac0b5c1d00ccd0cd.hot-update.js",
|
||||
"/chunks/shared-files.6938a13d3445de83b4bd.hot-update.js": "/chunks/shared-files.6938a13d3445de83b4bd.hot-update.js",
|
||||
"/chunks/files~chunks/shared/file-browser.209884fa59be663998ea.hot-update.js": "/chunks/files~chunks/shared/file-browser.209884fa59be663998ea.hot-update.js",
|
||||
"/chunks/files~chunks/shared/file-browser.08301fc79f8184a20a60.hot-update.js": "/chunks/files~chunks/shared/file-browser.08301fc79f8184a20a60.hot-update.js",
|
||||
"/chunks/files~chunks/shared/file-browser.0f7e7ec32be3a194f7d0.hot-update.js": "/chunks/files~chunks/shared/file-browser.0f7e7ec32be3a194f7d0.hot-update.js",
|
||||
"/chunks/files~chunks/shared/file-browser.8d4bb9fc004db6bc051a.hot-update.js": "/chunks/files~chunks/shared/file-browser.8d4bb9fc004db6bc051a.hot-update.js",
|
||||
"/chunks/files.5539be77c34d4d55bc4a.hot-update.js": "/chunks/files.5539be77c34d4d55bc4a.hot-update.js",
|
||||
"/chunks/files.e90d1a7898dd7f152b9d.hot-update.js": "/chunks/files.e90d1a7898dd7f152b9d.hot-update.js",
|
||||
"/js/main.e02f4914125f8dbf41d4.hot-update.js": "/js/main.e02f4914125f8dbf41d4.hot-update.js",
|
||||
"/chunks/files.9e0048ab3257fa9a1b18.hot-update.js": "/chunks/files.9e0048ab3257fa9a1b18.hot-update.js",
|
||||
"/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.c7656cbed871df3433d4.hot-update.js": "/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.c7656cbed871df3433d4.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.415d7bea0020a6990cd1.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.415d7bea0020a6990cd1.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.f2fd4231e6adfd5e1870.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.f2fd4231e6adfd5e1870.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.e4e9fb19f6edd8247c24.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.e4e9fb19f6edd8247c24.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.ecd1fda07e141b503890.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.ecd1fda07e141b503890.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.ef52271b14a4ddf6db7c.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.ef52271b14a4ddf6db7c.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.916e2495df09ea960f24.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.916e2495df09ea960f24.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.a45e98196b3e1f7a0b6e.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.a45e98196b3e1f7a0b6e.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.628cf17385948065db4f.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.628cf17385948065db4f.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.a75ffac8dea942e97eb7.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.a75ffac8dea942e97eb7.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.572941a64f4fb30a0318.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.572941a64f4fb30a0318.hot-update.js",
|
||||
"/chunks/settings.ec6fbf4e8a78e2c47665.hot-update.js": "/chunks/settings.ec6fbf4e8a78e2c47665.hot-update.js",
|
||||
"/chunks/settings.eeebc00f55033762a1c8.hot-update.js": "/chunks/settings.eeebc00f55033762a1c8.hot-update.js",
|
||||
"/chunks/settings.83a86892fffc7d973f82.hot-update.js": "/chunks/settings.83a86892fffc7d973f82.hot-update.js",
|
||||
"/chunks/settings.cd01d9773be488ca0a0d.hot-update.js": "/chunks/settings.cd01d9773be488ca0a0d.hot-update.js",
|
||||
"/chunks/settings.0b59730f7d9df8f21011.hot-update.js": "/chunks/settings.0b59730f7d9df8f21011.hot-update.js",
|
||||
"/chunks/admin.68a368a62b7e246ad6ff.hot-update.js": "/chunks/admin.68a368a62b7e246ad6ff.hot-update.js",
|
||||
"/chunks/admin.0d13e0a6eb8f88b17847.hot-update.js": "/chunks/admin.0d13e0a6eb8f88b17847.hot-update.js",
|
||||
"/chunks/dashboard.31e507efb7a84a230d7c.hot-update.js": "/chunks/dashboard.31e507efb7a84a230d7c.hot-update.js",
|
||||
"/chunks/dashboard.ccc28adea46099124145.hot-update.js": "/chunks/dashboard.ccc28adea46099124145.hot-update.js",
|
||||
"/chunks/dashboard.ca4c9179aa1d5ac5f993.hot-update.js": "/chunks/dashboard.ca4c9179aa1d5ac5f993.hot-update.js",
|
||||
"/chunks/dashboard.456aa46be6af721bb816.hot-update.js": "/chunks/dashboard.456aa46be6af721bb816.hot-update.js",
|
||||
"/chunks/dashboard.e9616aec4eeba81ba53f.hot-update.js": "/chunks/dashboard.e9616aec4eeba81ba53f.hot-update.js",
|
||||
"/chunks/dashboard.4b00af331ca5cded6aea.hot-update.js": "/chunks/dashboard.4b00af331ca5cded6aea.hot-update.js",
|
||||
"/chunks/dashboard.fc0fb6bef86bae1579b3.hot-update.js": "/chunks/dashboard.fc0fb6bef86bae1579b3.hot-update.js",
|
||||
"/chunks/dashboard.83dd8083af78781d1e35.hot-update.js": "/chunks/dashboard.83dd8083af78781d1e35.hot-update.js",
|
||||
"/chunks/dashboard.5cbca939eff299821924.hot-update.js": "/chunks/dashboard.5cbca939eff299821924.hot-update.js",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.8d527cc1ae938ca71cc3.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.8d527cc1ae938ca71cc3.hot-update.js",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.01ca53f801474088ce3c.hot-update.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.01ca53f801474088ce3c.hot-update.js",
|
||||
"/chunks/profile.093037ab24a941373f9c.hot-update.js": "/chunks/profile.093037ab24a941373f9c.hot-update.js",
|
||||
"/chunks/profile.8835630ac9c2b047eb01.hot-update.js": "/chunks/profile.8835630ac9c2b047eb01.hot-update.js",
|
||||
"/chunks/admin-account.dec379ce6ba01e2491ce.hot-update.js": "/chunks/admin-account.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.dec379ce6ba01e2491ce.hot-update.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/app-setup.dec379ce6ba01e2491ce.hot-update.js": "/chunks/app-setup.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/billings-detail.dec379ce6ba01e2491ce.hot-update.js": "/chunks/billings-detail.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/database.dec379ce6ba01e2491ce.hot-update.js": "/chunks/database.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/environment-setup.dec379ce6ba01e2491ce.hot-update.js": "/chunks/environment-setup.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/installation-disclaimer.dec379ce6ba01e2491ce.hot-update.js": "/chunks/installation-disclaimer.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/page-edit.dec379ce6ba01e2491ce.hot-update.js": "/chunks/page-edit.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/plan-create.dec379ce6ba01e2491ce.hot-update.js": "/chunks/plan-create.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/profile~chunks/settings-password.dec379ce6ba01e2491ce.hot-update.js": "/chunks/profile~chunks/settings-password.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.dec379ce6ba01e2491ce.hot-update.js": "/chunks/settings-create-payment-methods.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/settings-invoices.dec379ce6ba01e2491ce.hot-update.js": "/chunks/settings-invoices.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/settings-payment-methods.dec379ce6ba01e2491ce.hot-update.js": "/chunks/settings-payment-methods.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/settings-storage.dec379ce6ba01e2491ce.hot-update.js": "/chunks/settings-storage.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/settings-subscription.dec379ce6ba01e2491ce.hot-update.js": "/chunks/settings-subscription.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/stripe-credentials.dec379ce6ba01e2491ce.hot-update.js": "/chunks/stripe-credentials.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/subscription-plans.dec379ce6ba01e2491ce.hot-update.js": "/chunks/subscription-plans.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/upgrade-billing.dec379ce6ba01e2491ce.hot-update.js": "/chunks/upgrade-billing.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/user-create.dec379ce6ba01e2491ce.hot-update.js": "/chunks/user-create.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/user-subscription.dec379ce6ba01e2491ce.hot-update.js": "/chunks/user-subscription.dec379ce6ba01e2491ce.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.d77f0ee0d4c201b04d9b.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.d77f0ee0d4c201b04d9b.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.516db9b88d5bd830a68e.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.516db9b88d5bd830a68e.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.ea67eda7de4428eb4dda.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.ea67eda7de4428eb4dda.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.eaf657fb9eba8248fcfe.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.eaf657fb9eba8248fcfe.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.f3c46408f8926efd29fb.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.f3c46408f8926efd29fb.hot-update.js",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.b919d8c95237e2c6bdd2.hot-update.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.b919d8c95237e2c6bdd2.hot-update.js",
|
||||
"/chunks/settings-password.0d576bebb2c4938962d3.hot-update.js": "/chunks/settings-password.0d576bebb2c4938962d3.hot-update.js",
|
||||
"/js/main.29093c2e2bfe474b355c.hot-update.js": "/js/main.29093c2e2bfe474b355c.hot-update.js",
|
||||
"/js/main.503feb0d73d1a8025b7e.hot-update.js": "/js/main.503feb0d73d1a8025b7e.hot-update.js",
|
||||
"/chunks/admin-account.1104cec2978aaf333d5d.hot-update.js": "/chunks/admin-account.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/app-index.1104cec2978aaf333d5d.hot-update.js": "/chunks/app-index.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/app-others.1104cec2978aaf333d5d.hot-update.js": "/chunks/app-others.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/app-payments.1104cec2978aaf333d5d.hot-update.js": "/chunks/app-payments.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/app-setup.1104cec2978aaf333d5d.hot-update.js": "/chunks/app-setup.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/dashboard.1104cec2978aaf333d5d.hot-update.js": "/chunks/dashboard.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/invoices.1104cec2978aaf333d5d.hot-update.js": "/chunks/invoices.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/page-edit.1104cec2978aaf333d5d.hot-update.js": "/chunks/page-edit.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/pages.1104cec2978aaf333d5d.hot-update.js": "/chunks/pages.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/plan-settings.1104cec2978aaf333d5d.hot-update.js": "/chunks/plan-settings.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/plans.1104cec2978aaf333d5d.hot-update.js": "/chunks/plans.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/platform.1104cec2978aaf333d5d.hot-update.js": "/chunks/platform.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.1104cec2978aaf333d5d.hot-update.js": "/chunks/settings-create-payment-methods.1104cec2978aaf333d5d.hot-update.js",
|
||||
"/chunks/admin-account.786f020325c438b3a64f.hot-update.js": "/chunks/admin-account.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/app-index.786f020325c438b3a64f.hot-update.js": "/chunks/app-index.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/app-others.786f020325c438b3a64f.hot-update.js": "/chunks/app-others.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/app-payments.786f020325c438b3a64f.hot-update.js": "/chunks/app-payments.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/app-setup.786f020325c438b3a64f.hot-update.js": "/chunks/app-setup.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/dashboard.786f020325c438b3a64f.hot-update.js": "/chunks/dashboard.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/invoices.786f020325c438b3a64f.hot-update.js": "/chunks/invoices.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/page-edit.786f020325c438b3a64f.hot-update.js": "/chunks/page-edit.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/pages.786f020325c438b3a64f.hot-update.js": "/chunks/pages.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/plan-settings.786f020325c438b3a64f.hot-update.js": "/chunks/plan-settings.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/plans.786f020325c438b3a64f.hot-update.js": "/chunks/plans.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/platform.786f020325c438b3a64f.hot-update.js": "/chunks/platform.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.786f020325c438b3a64f.hot-update.js": "/chunks/settings-create-payment-methods.786f020325c438b3a64f.hot-update.js",
|
||||
"/chunks/admin-account.5b74c2d7a23487555587.hot-update.js": "/chunks/admin-account.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/app-index.5b74c2d7a23487555587.hot-update.js": "/chunks/app-index.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/app-others.5b74c2d7a23487555587.hot-update.js": "/chunks/app-others.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/app-payments.5b74c2d7a23487555587.hot-update.js": "/chunks/app-payments.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/app-setup.5b74c2d7a23487555587.hot-update.js": "/chunks/app-setup.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/dashboard.5b74c2d7a23487555587.hot-update.js": "/chunks/dashboard.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/invoices.5b74c2d7a23487555587.hot-update.js": "/chunks/invoices.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/page-edit.5b74c2d7a23487555587.hot-update.js": "/chunks/page-edit.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/pages.5b74c2d7a23487555587.hot-update.js": "/chunks/pages.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/plan-settings.5b74c2d7a23487555587.hot-update.js": "/chunks/plan-settings.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/plans.5b74c2d7a23487555587.hot-update.js": "/chunks/plans.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/platform.5b74c2d7a23487555587.hot-update.js": "/chunks/platform.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.5b74c2d7a23487555587.hot-update.js": "/chunks/settings-create-payment-methods.5b74c2d7a23487555587.hot-update.js",
|
||||
"/chunks/app-settings.37b1bc4e266e96cac8b9.hot-update.js": "/chunks/app-settings.37b1bc4e266e96cac8b9.hot-update.js",
|
||||
"/chunks/app-settings.e462f564af1ae9104721.hot-update.js": "/chunks/app-settings.e462f564af1ae9104721.hot-update.js",
|
||||
"/chunks/app-settings.51ae4706cc801af4ad1c.hot-update.js": "/chunks/app-settings.51ae4706cc801af4ad1c.hot-update.js",
|
||||
"/chunks/app-settings.ab4672e4a14afe6ce522.hot-update.js": "/chunks/app-settings.ab4672e4a14afe6ce522.hot-update.js",
|
||||
"/js/main.7b9ac6334b571ee5a421.hot-update.js": "/js/main.7b9ac6334b571ee5a421.hot-update.js",
|
||||
"/chunks/app-settings.f06676383ce8ae544136.hot-update.js": "/chunks/app-settings.f06676383ce8ae544136.hot-update.js",
|
||||
"/js/main.4379c6d957be4d14925a.hot-update.js": "/js/main.4379c6d957be4d14925a.hot-update.js",
|
||||
"/js/main.3ccbeb225f90ba525c1a.hot-update.js": "/js/main.3ccbeb225f90ba525c1a.hot-update.js",
|
||||
"/js/main.06751dd948d79b8471c3.hot-update.js": "/js/main.06751dd948d79b8471c3.hot-update.js",
|
||||
"/chunks/app-settings.b77b7fc20941b287c6d3.hot-update.js": "/chunks/app-settings.b77b7fc20941b287c6d3.hot-update.js",
|
||||
"/js/main.60cec485100b1dcfa0a5.hot-update.js": "/js/main.60cec485100b1dcfa0a5.hot-update.js",
|
||||
"/js/main.c99d787eaeec89320d95.hot-update.js": "/js/main.c99d787eaeec89320d95.hot-update.js",
|
||||
"/js/main.0fa9d968bbde6b7d353f.hot-update.js": "/js/main.0fa9d968bbde6b7d353f.hot-update.js",
|
||||
"/js/main.37da2c9b586059edca37.hot-update.js": "/js/main.37da2c9b586059edca37.hot-update.js",
|
||||
"/chunks/app-settings.5d4d46f295ed13286bd0.hot-update.js": "/chunks/app-settings.5d4d46f295ed13286bd0.hot-update.js"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<router-link :to="{name: linkRoute}" class="footer-link">
|
||||
<span class="content">{{ linkName }}</span>
|
||||
<chevron-right-icon size="16"></chevron-right-icon>
|
||||
<chevron-right-icon size="16" class="text-theme"></chevron-right-icon>
|
||||
</router-link>
|
||||
</WidgetWrapper>
|
||||
</template>
|
||||
@@ -46,7 +46,7 @@
|
||||
align-items: center;
|
||||
|
||||
polyline {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<div class="widget-content">
|
||||
<div class="headline">
|
||||
<div class="icon">
|
||||
<users-icon v-if="icon === 'users'" size="19"></users-icon>
|
||||
<star-icon v-if="icon === 'star'" size="19"></star-icon>
|
||||
<hard-drive-icon v-if="icon === 'hard-drive'" size="19"></hard-drive-icon>
|
||||
<users-icon v-if="icon === 'users'" size="19" class="text-theme"></users-icon>
|
||||
<star-icon v-if="icon === 'star'" size="19" class="text-theme"></star-icon>
|
||||
<hard-drive-icon v-if="icon === 'hard-drive'" size="19" class="text-theme"></hard-drive-icon>
|
||||
</div>
|
||||
<b class="title">{{ title }}</b>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@
|
||||
margin-right: 10px;
|
||||
|
||||
path, circle, line, polygon {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<template>
|
||||
<button class="button outline">
|
||||
<button class="button outline hover-text-theme hover-border-theme">
|
||||
<span class="text-label">{{ text }}</span>
|
||||
|
||||
<span v-if="loading" class="icon">
|
||||
<FontAwesomeIcon icon="sync-alt" class="sync-alt"/>
|
||||
<FontAwesomeIcon icon="sync-alt" class="sync-alt svg-color-theme"/>
|
||||
</span>
|
||||
<span v-if="! loading && icon" class="icon">
|
||||
<FontAwesomeIcon :icon="icon"/>
|
||||
<FontAwesomeIcon :icon="icon" class="svg-color-theme"/>
|
||||
</span>
|
||||
</button>
|
||||
</template>
|
||||
@@ -74,15 +74,15 @@
|
||||
.icon {
|
||||
|
||||
path {
|
||||
fill: $theme;
|
||||
fill: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-color: $theme;
|
||||
border-color: inherit;
|
||||
|
||||
.text-label {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,18 +47,6 @@
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
&.theme {
|
||||
background: rgba($theme, .1);
|
||||
|
||||
.content {
|
||||
color: $theme;
|
||||
}
|
||||
|
||||
polyline, path {
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
|
||||
&.theme-solid {
|
||||
background: $theme;
|
||||
|
||||
|
||||
@@ -227,20 +227,6 @@ export default {
|
||||
/deep/ .label {
|
||||
color: $text !important;
|
||||
}
|
||||
|
||||
/deep/ .preview-sorting {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $text !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
/deep/ .preview-sorting {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar-wrapper {
|
||||
@@ -348,22 +334,9 @@ export default {
|
||||
margin-left: 5px;
|
||||
|
||||
&.active {
|
||||
/deep/ svg {
|
||||
line,
|
||||
circle,
|
||||
rect {
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
|
||||
&.preview-sorting {
|
||||
background: $light_background;
|
||||
|
||||
/deep/ .preview-sorting {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<div class="file-info">
|
||||
<span ref="name" class="name">{{ fileInfoDetail[0].name }}</span>
|
||||
<span class="mimetype" v-if="fileInfoDetail[0].mimetype">.{{ fileInfoDetail[0].mimetype }}</span>
|
||||
<span class="mimetype text-theme" v-if="fileInfoDetail[0].mimetype">.{{ fileInfoDetail[0].mimetype }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,7 +180,6 @@
|
||||
.mimetype {
|
||||
@include font-size(12);
|
||||
font-weight: 600;
|
||||
color: $theme;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<!--Thumbnail for item-->
|
||||
<div class="icon-item">
|
||||
<!--If is file or image, then link item-->
|
||||
<span v-if="isFile || (isImage && !item.thumbnail)" class="file-icon-text">
|
||||
<span v-if="isFile || (isImage && !item.thumbnail)" class="file-icon-text text-theme">
|
||||
{{ item.mimetype | limitCharacters }}
|
||||
</span>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<img loading="lazy" v-if="isImage && item.thumbnail" class="image" :src="item.thumbnail" :alt="item.name"/>
|
||||
|
||||
<!--Else show only folder icon-->
|
||||
<FolderIcon v-if="isFolder" :item="item" location="file-item-list" class="folder" />
|
||||
<FolderIcon v-if="isFolder" :item="item" location="file-item-list" class="folder svg-color-theme" />
|
||||
</div>
|
||||
|
||||
<!--Name-->
|
||||
@@ -44,12 +44,12 @@
|
||||
<div class="item-info">
|
||||
<!--Shared Icon-->
|
||||
<div v-if="$checkPermission('master') && item.shared" class="item-shared">
|
||||
<link-icon size="12" class="shared-icon"></link-icon>
|
||||
<link-icon size="12" class="shared-icon text-theme"></link-icon>
|
||||
</div>
|
||||
|
||||
<!--Participant owner Icon-->
|
||||
<div v-if="$checkPermission('master') && item.author !== 'user'" class="item-shared">
|
||||
<user-plus-icon size="12" class="shared-icon"></user-plus-icon>
|
||||
<user-plus-icon size="12" class="shared-icon text-theme"></user-plus-icon>
|
||||
</div>
|
||||
|
||||
<!--Filesize and timestamp-->
|
||||
@@ -401,7 +401,7 @@ export default {
|
||||
path,
|
||||
circle,
|
||||
line {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -481,7 +481,6 @@ export default {
|
||||
text-align: center;
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: $theme;
|
||||
font-weight: 600;
|
||||
user-select: none;
|
||||
max-width: 50px;
|
||||
|
||||
@@ -84,12 +84,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.default-color {
|
||||
path {
|
||||
fill: $theme !important;
|
||||
}
|
||||
}
|
||||
|
||||
.folder-icon {
|
||||
|
||||
path {
|
||||
|
||||
@@ -1,65 +1,68 @@
|
||||
<template>
|
||||
<button class="button" :title="action">
|
||||
<button class="button hover-text-theme hover-svg-stroke-theme" :title="action">
|
||||
<corner-down-right-icon
|
||||
v-if="source === 'move'"
|
||||
size="19"
|
||||
></corner-down-right-icon>
|
||||
v-if="source === 'move'"
|
||||
size="19"
|
||||
class="hover-text-theme"
|
||||
/>
|
||||
<download-cloud-icon
|
||||
v-if="source === 'download'"
|
||||
size="19"
|
||||
></download-cloud-icon>
|
||||
v-if="source === 'download'"
|
||||
size="19"
|
||||
class="hover-text-theme"
|
||||
/>
|
||||
<folder-plus-icon
|
||||
v-if="source === 'folder-plus'"
|
||||
size="19"
|
||||
></folder-plus-icon>
|
||||
<edit-2-icon v-if="source === 'rename'" size="19"></edit-2-icon>
|
||||
<printer-icon v-if="source === 'print'" size="19"></printer-icon>
|
||||
<trash-2-icon v-if="source === 'trash'" size="19"></trash-2-icon>
|
||||
<list-icon v-if="source === 'th-list'" size="19"></list-icon>
|
||||
<info-icon v-if="source === 'info'" size="19"></info-icon>
|
||||
<grid-icon v-if="source === 'th'" size="19"></grid-icon>
|
||||
<link-icon v-if="source === 'share'" size="19"></link-icon>
|
||||
<x-icon v-if="source === 'close'" size="19"></x-icon>
|
||||
<cloud-off-icon v-if="source === 'shared-off'" size="19"></cloud-off-icon>
|
||||
<sorting-and-preview-icon v-if="source === 'preview-sorting'" size="19" class="preview-sorting"></sorting-and-preview-icon>
|
||||
v-if="source === 'folder-plus'"
|
||||
size="19"
|
||||
class="hover-text-theme"
|
||||
/>
|
||||
<edit-2-icon v-if="source === 'rename'" size="19" />
|
||||
<printer-icon v-if="source === 'print'" size="19" />
|
||||
<trash-2-icon v-if="source === 'trash'" size="19" />
|
||||
<list-icon v-if="source === 'th-list'" size="19" />
|
||||
<info-icon v-if="source === 'info'" size="19" />
|
||||
<grid-icon v-if="source === 'th'" size="19" />
|
||||
<link-icon v-if="source === 'share'" size="19" />
|
||||
<x-icon v-if="source === 'close'" size="19" />
|
||||
<cloud-off-icon v-if="source === 'shared-off'" size="19" />
|
||||
<sorting-and-preview-icon v-if="source === 'preview-sorting'" size="19" class="preview-sorting"/>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {
|
||||
FolderPlusIcon,
|
||||
Trash2Icon,
|
||||
GridIcon,
|
||||
ListIcon,
|
||||
Edit2Icon,
|
||||
InfoIcon,
|
||||
CornerDownRightIcon,
|
||||
LinkIcon,
|
||||
DownloadCloudIcon,
|
||||
XIcon,
|
||||
PrinterIcon,
|
||||
CloudOffIcon,
|
||||
FolderPlusIcon,
|
||||
Trash2Icon,
|
||||
GridIcon,
|
||||
ListIcon,
|
||||
Edit2Icon,
|
||||
InfoIcon,
|
||||
CornerDownRightIcon,
|
||||
LinkIcon,
|
||||
DownloadCloudIcon,
|
||||
XIcon,
|
||||
PrinterIcon,
|
||||
CloudOffIcon,
|
||||
} from "vue-feather-icons";
|
||||
import SortingAndPreviewIcon from '@/components/FilesView/Icons/SortingAndPreviewIcon'
|
||||
|
||||
export default {
|
||||
name: "ToolbarButton",
|
||||
props: ["source", "action"],
|
||||
components: {
|
||||
SortingAndPreviewIcon,
|
||||
CornerDownRightIcon,
|
||||
DownloadCloudIcon,
|
||||
FolderPlusIcon,
|
||||
CloudOffIcon,
|
||||
PrinterIcon,
|
||||
Trash2Icon,
|
||||
Edit2Icon,
|
||||
ListIcon,
|
||||
XIcon,
|
||||
GridIcon,
|
||||
InfoIcon,
|
||||
LinkIcon,
|
||||
},
|
||||
name: "ToolbarButton",
|
||||
props: ["source", "action"],
|
||||
components: {
|
||||
SortingAndPreviewIcon,
|
||||
CornerDownRightIcon,
|
||||
DownloadCloudIcon,
|
||||
FolderPlusIcon,
|
||||
CloudOffIcon,
|
||||
PrinterIcon,
|
||||
Trash2Icon,
|
||||
Edit2Icon,
|
||||
ListIcon,
|
||||
XIcon,
|
||||
GridIcon,
|
||||
InfoIcon,
|
||||
LinkIcon,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -68,65 +71,70 @@ export default {
|
||||
@import "@assets/vuefilemanager/_mixins";
|
||||
|
||||
.preview-sorting {
|
||||
svg {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
svg {
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
|
||||
}
|
||||
|
||||
rect, line {
|
||||
@include transition(150ms);
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
height: 42px;
|
||||
width: 42px;
|
||||
border-radius: 8px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
outline: none;
|
||||
border: none;
|
||||
@include transition(150ms);
|
||||
background: transparent;
|
||||
height: 42px;
|
||||
width: 42px;
|
||||
border-radius: 8px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
outline: none;
|
||||
border: none;
|
||||
@include transition(150ms);
|
||||
background: transparent;
|
||||
|
||||
svg {
|
||||
color: inherit;
|
||||
|
||||
&:hover {
|
||||
.preview-sorting {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme !important;
|
||||
}
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $light_background;
|
||||
&:hover {
|
||||
background: $light_background;
|
||||
|
||||
path,
|
||||
line,
|
||||
polyline,
|
||||
rect,
|
||||
circle {
|
||||
@include transition(150ms);
|
||||
stroke: $theme;
|
||||
path,
|
||||
line,
|
||||
polyline,
|
||||
rect,
|
||||
circle {
|
||||
@include transition(150ms);
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.button {
|
||||
background: transparent;
|
||||
.button {
|
||||
background: transparent;
|
||||
|
||||
&:hover {
|
||||
background: $dark_mode_foreground;
|
||||
}
|
||||
&:hover {
|
||||
background: $dark_mode_foreground;
|
||||
}
|
||||
|
||||
path,
|
||||
line,
|
||||
polyline,
|
||||
rect,
|
||||
circle {
|
||||
stroke: $dark_mode_text_primary;
|
||||
path,
|
||||
line,
|
||||
polyline,
|
||||
rect,
|
||||
circle {
|
||||
stroke: $dark_mode_text_primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<label label="file" class="button file-input">
|
||||
<upload-cloud-icon size="17"></upload-cloud-icon>
|
||||
<label label="file" class="button hover-text-theme file-input">
|
||||
<upload-cloud-icon size="17" />
|
||||
<input
|
||||
@change="emmitFiles"
|
||||
v-show="false"
|
||||
@@ -47,12 +47,24 @@
|
||||
outline: none;
|
||||
border: none;
|
||||
|
||||
svg {
|
||||
color: inherit;
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: $light_background;
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
path,
|
||||
line,
|
||||
polyline,
|
||||
rect,
|
||||
circle {
|
||||
@include transition(150ms);
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="plan-wrapper">
|
||||
<header class="plan-header">
|
||||
<div class="icon">
|
||||
<hard-drive-icon size="26"></hard-drive-icon>
|
||||
<hard-drive-icon class="text-theme" size="26"></hard-drive-icon>
|
||||
</div>
|
||||
<h1 class="title">{{ plan.data.attributes.name }}</h1>
|
||||
<h2 class="description">{{ plan.data.attributes.description }}</h2>
|
||||
@@ -14,7 +14,7 @@
|
||||
<span class="storage-description">{{ $t('page_pricing_tables.storage_capacity') }}</span>
|
||||
</section>
|
||||
<footer class="plan-footer">
|
||||
<b class="price">
|
||||
<b class="price text-theme">
|
||||
{{ plan.data.attributes.price }}/{{ $t('global.monthly_ac') }}
|
||||
<small v-if="plan.data.attributes.tax_rates.length > 0" class="vat-disclaimer">{{ $t('page_pricing_tables.vat_excluded') }}</small>
|
||||
</b>
|
||||
@@ -73,7 +73,7 @@
|
||||
.icon {
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,7 +113,6 @@
|
||||
}
|
||||
|
||||
.price {
|
||||
color: $theme;
|
||||
@include font-size(18);
|
||||
display: block;
|
||||
padding-top: 5px;
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
:description="index.get_started_description"
|
||||
></PageTitle>
|
||||
|
||||
<router-link tag="button" class="get-started-button" :to="{name: 'SignUp'}">
|
||||
<router-link tag="button" class="get-started-button bg-theme-800 hover-bg-theme shadow-theme" :to="{name: 'SignUp'}">
|
||||
<span class="content">{{ $t('page_index.get_started_button') }}</span>
|
||||
<chevron-right-icon size="22"></chevron-right-icon>
|
||||
</router-link>
|
||||
|
||||
<cloud-icon size="790" class="cloud-bg"></cloud-icon>
|
||||
<cloud-icon size="790" class="cloud-bg svg-color-theme" />
|
||||
|
||||
<div class="icons">
|
||||
<hard-drive-icon size="42" class="icon"></hard-drive-icon>
|
||||
@@ -274,10 +274,10 @@
|
||||
top: 70px;
|
||||
right: 60px;
|
||||
transform: scale(-1, 1) rotate(13deg);
|
||||
opacity: 0.1;
|
||||
|
||||
path {
|
||||
stroke: none;
|
||||
fill: rgba($theme, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -288,26 +288,19 @@
|
||||
.get-started-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
cursor: pointer;
|
||||
background: rgba($theme, 0.8);
|
||||
padding: 20px 36px;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 5px 10px 2px rgba($theme, 0.34);
|
||||
//box-shadow: 0 5px 10px 2px rgba($theme, 0.34);
|
||||
margin-bottom: 395px;
|
||||
@include transition(150ms);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 7px 16px 2px rgba($theme, 0.4);
|
||||
background: rgba($theme, 1);
|
||||
}
|
||||
|
||||
.content {
|
||||
@include font-size(19);
|
||||
font-weight: 700;
|
||||
|
||||
@@ -12,32 +12,32 @@
|
||||
</a>
|
||||
</li>-->
|
||||
<li>
|
||||
<router-link :to="{name: 'ContactUs'}">
|
||||
<router-link :to="{name: 'ContactUs'}" class="hover-text-theme">
|
||||
{{ $t('page_index.menu.contact_us') }}
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<ul v-if="! config.isAuthenticated" class="navigation-links">
|
||||
<li>
|
||||
<router-link :to="{name: 'SignIn'}">
|
||||
<router-link :to="{name: 'SignIn'}" class="hover-text-theme">
|
||||
{{ $t('page_index.menu.log_in') }}
|
||||
</router-link>
|
||||
</li>
|
||||
<li v-if="config.userRegistration">
|
||||
<router-link class="cta-button" :to="{name: 'SignUp'}">
|
||||
<router-link class="cta-button text-theme bg-theme-100" :to="{name: 'SignUp'}">
|
||||
{{ $t('page_index.menu.sign_in') }}
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<ul v-if="config.isAuthenticated" class="navigation-links">
|
||||
<li v-if="config.userRegistration">
|
||||
<router-link class="cta-button" :to="{name: 'Files'}">
|
||||
<router-link class="cta-button text-theme bg-theme-100" :to="{name: 'Files'}">
|
||||
Go to Files <!--todo: preklad-->
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<router-link class="cta-button log-in" :to="{name: 'SignIn'}">
|
||||
<router-link class="cta-button log-in text-theme bg-theme-100" :to="{name: 'SignIn'}">
|
||||
{{ $t('page_index.menu.log_in') }}
|
||||
</router-link>
|
||||
</nav>
|
||||
@@ -98,19 +98,13 @@
|
||||
font-weight: 700;
|
||||
@include font-size(17);
|
||||
@include transition(150ms);
|
||||
|
||||
&:hover {
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
background: rgba($theme, 0.1);
|
||||
border-radius: 6px;
|
||||
padding: 8px 23px;
|
||||
color: $theme;
|
||||
@include font-size(17);
|
||||
font-weight: 700;
|
||||
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
</a>
|
||||
</li>-->
|
||||
<li>
|
||||
<router-link :to="{name: 'ContactUs'}">
|
||||
<router-link :to="{name: 'ContactUs'}" class="hover-text-theme">
|
||||
{{ $t('page_index.menu.contact_us') }}
|
||||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navigation-links">
|
||||
<li v-if="legal.visibility" v-for="(legal, index) in config.legal" :key="index">
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: legal.slug }}">
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: legal.slug }}" class="hover-text-theme">
|
||||
{{ legal.title }}
|
||||
</router-link>
|
||||
</li>
|
||||
@@ -75,10 +75,6 @@
|
||||
font-weight: 700;
|
||||
@include font-size(17);
|
||||
@include transition(150ms);
|
||||
|
||||
&:hover {
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -90,7 +86,6 @@
|
||||
padding-bottom: 20px;
|
||||
|
||||
/deep/ a {
|
||||
color: $theme;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="form-label">
|
||||
<edit-2-icon size="22" class="icon"></edit-2-icon>
|
||||
<edit-2-icon size="22" class="icon text-theme" />
|
||||
<b class="label">
|
||||
<slot></slot>
|
||||
</b>
|
||||
@@ -31,7 +31,7 @@
|
||||
margin-right: 10px;
|
||||
|
||||
path {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<span class="option-value placehoder">{{ placeholder }}</span>
|
||||
</div>
|
||||
|
||||
<chevron-down-icon size="19" class="chevron"></chevron-down-icon>
|
||||
<chevron-down-icon size="19" class="chevron" />
|
||||
</div>
|
||||
|
||||
<!--Options-->
|
||||
@@ -117,7 +117,9 @@
|
||||
}
|
||||
|
||||
.input-area {
|
||||
border: 1px solid transparent;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
justify-content: space-between;
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
|
||||
//background: $light_mode_input_background;
|
||||
@@ -135,8 +137,7 @@
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
border-color: $theme;
|
||||
box-shadow: 0 0 7px rgba($theme, 0.3);
|
||||
//box-shadow: 0 0 7px rgba($theme, 0.3);
|
||||
|
||||
.chevron {
|
||||
@include transform(rotate(180deg));
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: $theme;
|
||||
|
||||
.switch-button {
|
||||
left: 25px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<li class="list-info-item">
|
||||
<b>{{ title }}</b>
|
||||
<b class="text-theme">{{ title }}</b>
|
||||
<span v-if="content">{{ content }}</span>
|
||||
<slot></slot>
|
||||
</li>
|
||||
@@ -33,7 +33,6 @@
|
||||
b {
|
||||
display: block;
|
||||
@include font-size(13);
|
||||
color: $theme;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
:class="{ 'sortable': column.sortable }"
|
||||
v-if="! column.hidden"
|
||||
>
|
||||
<span>{{ column.label }}</span>
|
||||
<span class="text-theme">{{ column.label }}</span>
|
||||
|
||||
<chevron-up-icon v-if="column.sortable" :class="{ 'arrow-down': filter.sort === 'ASC' }" size="14" class="filter-arrow"></chevron-up-icon>
|
||||
</th>
|
||||
@@ -272,7 +272,6 @@ export default {
|
||||
text-align: left;
|
||||
|
||||
span {
|
||||
color: $theme;
|
||||
font-weight: 700;
|
||||
@include font-size(12);
|
||||
white-space: nowrap;
|
||||
@@ -311,7 +310,6 @@ export default {
|
||||
|
||||
span {
|
||||
font-size: 13px;
|
||||
color: $text-muted;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<transition name="folder">
|
||||
<div class="folder-item-wrapper" >
|
||||
|
||||
<div class="folder-item" :class="{'is-selected': isSelected , 'is-dragenter': area, 'is-inactive': disabledFolder || disabled && draggedItem.length > 0 }"
|
||||
<div class="folder-item text-theme" :class="{'is-selected': isSelected , 'is-dragenter': area, 'is-inactive': disabledFolder || disabled && draggedItem.length > 0 }"
|
||||
:style="indent" @click="getFolder"
|
||||
@dragover.prevent="dragEnter"
|
||||
@dragleave="dragLeave"
|
||||
@@ -11,7 +11,7 @@
|
||||
>
|
||||
<chevron-right-icon @click.stop="showTree" size="17" class="icon-arrow"
|
||||
:class="{'is-opened': isVisible, 'is-visible': nodes.folders.length !== 0}"></chevron-right-icon>
|
||||
<folder-icon size="17" class="icon"></folder-icon>
|
||||
<folder-icon size="17" class="icon text-theme"></folder-icon>
|
||||
<span class="label">{{ nodes.name }}</span>
|
||||
</div>
|
||||
|
||||
@@ -217,12 +217,12 @@
|
||||
|
||||
.icon {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</router-link>
|
||||
|
||||
<router-link :to="{name: 'Files'}" :title="$t('locations.home')" class="icon-navigation-item home">
|
||||
<div class="button-icon">
|
||||
<hard-drive-icon size="19"></hard-drive-icon>
|
||||
<div class="button-icon text-theme">
|
||||
<hard-drive-icon size="19" class="text-theme"></hard-drive-icon>
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -160,7 +160,6 @@
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
@include transition(150ms);
|
||||
stroke: black;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -169,10 +168,9 @@
|
||||
|
||||
&.home {
|
||||
.button-icon {
|
||||
background: rgba($theme, 0.1);
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,34 +10,34 @@
|
||||
<ContentGroup :title="$t('global.admin')" class="navigator">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<router-link :to="{name: 'Dashboard'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<box-icon size="17"></box-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.dashboard') }}
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link :to="{name: 'Users'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<users-icon size="17"></users-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.users') }}
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link :to="{name: 'AppOthers'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<settings-icon size="17"></settings-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.settings') }}
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link :to="{name: 'Pages'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<monitor-icon size="17"></monitor-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.pages') }}
|
||||
</div>
|
||||
</router-link>
|
||||
@@ -48,18 +48,18 @@
|
||||
<ContentGroup v-if="config.isSaaS" title="Subscription" class="navigator">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<router-link :to="{name: 'Plans'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<database-icon size="17"></database-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.plans') }}
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link :to="{name: 'Invoices'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<file-text-icon size="17"></file-text-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_menu.invoices') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -9,60 +9,60 @@
|
||||
<!--Page Tab links-->
|
||||
<div class="menu-list-wrapper horizontal">
|
||||
<router-link replace :to="{name: 'AppOthers'}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
class="menu-list-item link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<settings-icon size="17"></settings-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_settings.tabs.others') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'AppAppearance'}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<eye-icon size="17"></eye-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_settings.tabs.appearance') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link v-if="config.isSaaS" replace :to="{name: 'AppBillings'}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<file-text-icon size="17"></file-text-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_settings.tabs.billings') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link v-if="config.isSaaS" replace :to="{name: 'AppPayments'}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<credit-card-icon size="17"></credit-card-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_settings.tabs.payments') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'AppIndex'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<router-link replace :to="{name: 'AppIndex'}" class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<home-icon size="17"></home-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
Homepage
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'AppEmail'}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<mail-icon size="17"></mail-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_settings.tabs.email') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
{{ data.license }}
|
||||
</ColorLabel>
|
||||
</a>
|
||||
<a href="https://bit.ly/VueFileManager-survey" target="_blank" class="became-backer">
|
||||
<a href="https://bit.ly/VueFileManager-survey" target="_blank" class="became-backer bg-theme-100">
|
||||
<div class="icon">
|
||||
<credit-card-icon size="15"></credit-card-icon>
|
||||
<credit-card-icon size="15" class="text-theme"></credit-card-icon>
|
||||
</div>
|
||||
<span class="content">
|
||||
<span class="content text-theme">
|
||||
{{ $t('admin_page_dashboard.backer_button') }}
|
||||
</span>
|
||||
</a>
|
||||
@@ -177,7 +177,6 @@
|
||||
}
|
||||
|
||||
.became-backer {
|
||||
background: rgba($theme, 0.1);
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
border-radius: 6px;
|
||||
@@ -194,12 +193,11 @@
|
||||
line-height: 0;
|
||||
|
||||
rect, line {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
color: $theme;
|
||||
font-weight: 700;
|
||||
@include font-size(14);
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="E-Mail" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="recoverEmail" :placeholder="$t('page_login.placeholder_email')" type="email"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -22,7 +23,7 @@
|
||||
</ValidationObserver>
|
||||
|
||||
<span class="additional-link">{{ $t('page_forgotten_password.password_remember_text') }}
|
||||
<router-link :to="{name: 'SignIn'}">
|
||||
<router-link :to="{name: 'SignIn'}" class="text-theme">
|
||||
{{ $t('page_forgotten_password.password_remember_button') }}
|
||||
</router-link>
|
||||
</span>
|
||||
@@ -37,7 +38,7 @@
|
||||
<h2>{{ $t('page_forgotten_password.pass_sennded_subtitle') }}</h2>
|
||||
|
||||
<span class="additional-link">{{ $t('page_forgotten_password.password_remember_text') }}
|
||||
<router-link :to="{name: 'SignIn'}">
|
||||
<router-link :to="{name: 'SignIn'}" class="text-theme">
|
||||
{{ $t('page_forgotten_password.password_remember_button') }}
|
||||
</router-link>
|
||||
</span>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="E-Mail" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="loginEmail" :placeholder="$t('page_login.placeholder_email')" type="email"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}" />
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -22,8 +23,9 @@
|
||||
:disabled="isLoading" />
|
||||
</ValidationObserver>
|
||||
|
||||
<span v-if="config.userRegistration" class="additional-link">{{ $t('page_login.registration_text') }}
|
||||
<router-link :to="{name: 'SignUp'}">
|
||||
<span v-if="config.userRegistration" class="additional-link">
|
||||
{{ $t('page_login.registration_text') }}
|
||||
<router-link class="text-theme" :to="{name: 'SignUp'}">
|
||||
{{ $t('page_login.registration_button') }}
|
||||
</router-link>
|
||||
</span>
|
||||
@@ -44,6 +46,7 @@
|
||||
v-slot="{ errors }">
|
||||
<input v-model="loginPassword" :placeholder="$t('page_sign_in.placeholder_password')"
|
||||
type="password"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}" />
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -53,7 +56,7 @@
|
||||
</ValidationObserver>
|
||||
|
||||
<span class="additional-link">{{ $t('page_sign_in.password_reset_text') }}
|
||||
<router-link :to="{name: 'ForgottenPassword'}">
|
||||
<router-link :to="{name: 'ForgottenPassword'}" class="text-theme">
|
||||
{{ $t('page_sign_in.password_reset_button') }}
|
||||
</router-link>
|
||||
</span>
|
||||
@@ -211,8 +214,8 @@
|
||||
this.$store.commit('PROCESSING_POPUP', undefined)
|
||||
|
||||
//if (this.config.isDemo) {
|
||||
this.loginEmail = 'howdy@hi5ve.digital'
|
||||
this.loginPassword = 'vuefilemanager'
|
||||
this.loginEmail = 'howdy@hi5ve.digital'
|
||||
this.loginPassword = 'vuefilemanager'
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="E-Mail" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="register.email" :placeholder="$t('page_registration.placeholder_email')" type="email"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -27,6 +28,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Full Name" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="register.name" :placeholder="$t('page_registration.placeholder_name')" type="text"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -37,6 +39,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Your New Password"
|
||||
rules="required" v-slot="{ errors }">
|
||||
<input v-model="register.password" :placeholder="$t('page_registration.placeholder_pass')" type="password"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -47,6 +50,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Confirm Your Password"
|
||||
rules="required" v-slot="{ errors }">
|
||||
<input v-model="register.password_confirmation" :placeholder="$t('page_registration.placeholder_confirm_pass')"
|
||||
class="focus-border-theme"
|
||||
type="password" :class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -54,15 +58,15 @@
|
||||
|
||||
<div>
|
||||
<i18n path="page_registration.agreement" tag="p" class="legal-agreement">
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'terms-of-service'}}" target="_blank">{{ termsOfService.title }}</router-link>
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'privacy-policy'}}" target="_blank">{{ privacyPolicy.title }}</router-link>
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'terms-of-service'}}" target="_blank" class="text-theme">{{ termsOfService.title }}</router-link>
|
||||
<router-link :to="{name: 'DynamicPage', params: {slug: 'privacy-policy'}}" target="_blank" class="text-theme">{{ privacyPolicy.title }}</router-link>
|
||||
</i18n>
|
||||
<AuthButton icon="chevron-right" :text="$t('page_registration.button_create_account')" :loading="isLoading" :disabled="isLoading"/>
|
||||
</div>
|
||||
</ValidationObserver>
|
||||
|
||||
<span class="additional-link">{{ $t('page_registration.have_an_account') }}
|
||||
<router-link :to="{name: 'SignIn'}">
|
||||
<router-link :to="{name: 'SignIn'}" class="text-theme">
|
||||
{{ $t('page_forgotten_password.password_remember_button') }}
|
||||
</router-link>
|
||||
</span>
|
||||
@@ -201,9 +205,5 @@
|
||||
font-weight: 700;
|
||||
line-height: 1.6;
|
||||
margin: 0 auto;
|
||||
|
||||
a {
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -12,26 +12,26 @@
|
||||
<ContentGroup :title="$t('sidebar.locations_title')">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<a class="menu-list-item link" :class="{'is-active': $isThisLocation(['base'])}" @click="goHome">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<home-icon size="17"></home-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('sidebar.home') }}
|
||||
</div>
|
||||
</a>
|
||||
<a class="menu-list-item link" :class="{'is-active': $isThisLocation(['latest'])}" @click="getLatest">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<upload-cloud-icon size="17"></upload-cloud-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('sidebar.latest') }}
|
||||
</div>
|
||||
</a>
|
||||
<a class="menu-list-item link trash" :class="{'is-active-trash': $isThisLocation(['trash', 'trash-root'])}" @click="getTrash">
|
||||
<div class="icon">
|
||||
<a class="menu-list-item link" :class="{'is-active': $isThisLocation(['trash', 'trash-root'])}" @click="getTrash">
|
||||
<div class="icon text-theme">
|
||||
<trash2-icon size="17"></trash2-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('locations.trash') }}
|
||||
</div>
|
||||
</a>
|
||||
@@ -56,9 +56,9 @@
|
||||
</span>
|
||||
|
||||
<a @click.stop="openFolder(folder)" class="menu-list-item" :class="{'is-current': (folder && currentFolder) && (currentFolder.id === folder.id)}" v-for="folder in favourites" :key="folder.id">
|
||||
<div>
|
||||
<folder-icon size="17" class="folder-icon"></folder-icon>
|
||||
<span class="label">{{ folder.name }}</span>
|
||||
<div class="text-theme">
|
||||
<folder-icon size="17" class="folder-icon text-theme"></folder-icon>
|
||||
<span class="label text-theme">{{ folder.name }}</span>
|
||||
</div>
|
||||
<x-icon size="17" @click.stop="removeFavourite(folder)" class="delete-icon"></x-icon>
|
||||
</a>
|
||||
|
||||
@@ -7,18 +7,18 @@
|
||||
<ContentGroup :title="$t('sidebar.locations_title')">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<li class="menu-list-item link" :class="{'is-active': $isThisLocation(['shared'])}" @click="getShared()">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<link-icon size="17"></link-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('sidebar.my_shared') }}
|
||||
</div>
|
||||
</li>
|
||||
<li class="menu-list-item link" :class="{'is-active': $isThisLocation(['participant_uploads'])}" @click="getParticipantUploads()">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<users-icon size="17"></users-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('sidebar.participant_uploads') }}
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="E-Mail" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<input v-model="contact.email" :placeholder="$t('page_contact_us.form.email_plac')" type="email"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -31,7 +32,10 @@
|
||||
<label>{{ $t('page_contact_us.form.message') }}:</label>
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="Message" rules="required"
|
||||
v-slot="{ errors }">
|
||||
<textarea v-model="contact.message" :placeholder="$t('page_contact_us.form.message_plac')" rows="6" :class="{'is-error': errors[0]}"></textarea>
|
||||
<textarea v-model="contact.message" :placeholder="$t('page_contact_us.form.message_plac')" rows="6"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"
|
||||
></textarea>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
</div>
|
||||
|
||||
@@ -7,28 +7,28 @@
|
||||
<ContentGroup title="Menu" class="navigator">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<router-link replace :to="{name: 'Profile'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<user-icon size="17"></user-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.profile') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'Storage'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<hard-drive-icon size="17"></hard-drive-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.storage') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'Password'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<lock-icon size="17"></lock-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.password') }}
|
||||
</div>
|
||||
</router-link>
|
||||
@@ -37,28 +37,28 @@
|
||||
<ContentGroup title="Subscription" class="navigator" v-if="canShowSubscriptionSettings">
|
||||
<div class="menu-list-wrapper vertical">
|
||||
<router-link replace :to="{name: 'Subscription'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<cloud-icon size="17"></cloud-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.subscription') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'PaymentMethods'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<credit-card-icon size="17"></credit-card-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.payment_cards') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'Invoice'}" class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<div class="icon text-theme">
|
||||
<file-text-icon size="17"></file-text-icon>
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('menu.invoices') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
rules="required" v-slot="{ errors }">
|
||||
<input v-model="newPassword" :placeholder="$t('page_create_password.label_new_pass')"
|
||||
type="password"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -19,6 +20,7 @@
|
||||
rules="required" v-slot="{ errors }">
|
||||
<input v-model="newPasswordConfirmation"
|
||||
:placeholder="$t('page_create_password.label_confirm_pass')" type="password"
|
||||
class="focus-border-theme"
|
||||
:class="{'is-error': errors[0]}"/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
v-model="userInfo.name"
|
||||
:placeholder="$t('page_registration.placeholder_name')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -52,6 +53,7 @@
|
||||
v-model="billingInfo.name"
|
||||
:placeholder="$t('user_settings.name_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -62,6 +64,7 @@
|
||||
v-model="billingInfo.address"
|
||||
:placeholder="$t('user_settings.address_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -73,6 +76,7 @@
|
||||
v-model="billingInfo.city"
|
||||
:placeholder="$t('user_settings.city_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -83,6 +87,7 @@
|
||||
v-model="billingInfo.postal_code"
|
||||
:placeholder="$t('user_settings.postal_code_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -94,7 +99,8 @@
|
||||
v-model="billingInfo.country"
|
||||
:default="billingInfo.country"
|
||||
:options="countries"
|
||||
:placeholder="$t('user_settings.country_plac')"/>
|
||||
:placeholder="$t('user_settings.country_plac')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-wrapper">
|
||||
@@ -104,6 +110,7 @@
|
||||
v-model="billingInfo.state"
|
||||
:placeholder="$t('user_settings.state_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<small class="input-help">
|
||||
State, county, province, or region.
|
||||
@@ -117,6 +124,7 @@
|
||||
v-model="billingInfo.phone_number"
|
||||
:placeholder="$t('user_settings.phone_number_plac')"
|
||||
type="text"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
30
resources/sass/app.scss
vendored
30
resources/sass/app.scss
vendored
@@ -113,10 +113,6 @@
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&.router-link-exact-active {
|
||||
border-bottom: 2px solid $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,34 +126,18 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&.trash {
|
||||
|
||||
&.is-active-trash,
|
||||
&:hover {
|
||||
svg {
|
||||
path, line, polyline, rect, circle, ellipse {
|
||||
stroke: $danger;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.is-active,
|
||||
&.router-link-exact-active,
|
||||
&:hover {
|
||||
|
||||
svg {
|
||||
path, line, polyline, rect, circle, ellipse {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -166,7 +146,7 @@
|
||||
line-height: 0;
|
||||
|
||||
path, line, polyline, rect, circle, ellipse {
|
||||
stroke: $text;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,12 +226,12 @@
|
||||
|
||||
.folder-icon {
|
||||
path, line, polyline, rect, circle, ellipse {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ input[type="email"] {
|
||||
|
||||
&.is-error {
|
||||
border-color: $danger;
|
||||
box-shadow: 0 0 7px rgba($danger, 0.3);
|
||||
//box-shadow: 0 0 7px rgba($danger, 0.3);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
@@ -96,8 +96,7 @@ input[type="email"] {
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: $theme;
|
||||
box-shadow: 0 0 7px rgba($theme, 0.3);
|
||||
//box-shadow: 0 0 7px rgba($theme, 0.3);
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
@@ -110,10 +109,8 @@ input[type="email"] {
|
||||
@include font-size(16);
|
||||
margin-top: 50px;
|
||||
display: block;
|
||||
color: $text;
|
||||
|
||||
b, a {
|
||||
color: $theme;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
|
||||
7
resources/sass/vuefilemanager/_forms.scss
vendored
7
resources/sass/vuefilemanager/_forms.scss
vendored
@@ -122,7 +122,7 @@ input[type="email"] {
|
||||
|
||||
&.is-error {
|
||||
border-color: $danger;
|
||||
box-shadow: 0 1px 5px rgba($danger, 0.3);
|
||||
//box-shadow: 0 1px 5px rgba($danger, 0.3);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
@@ -131,8 +131,7 @@ input[type="email"] {
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-color: $theme;
|
||||
box-shadow: 0 1px 5px rgba($theme, 0.3);
|
||||
//box-shadow: 0 1px 5px rgba($theme, 0.3);
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
@@ -148,10 +147,8 @@ input[type="email"] {
|
||||
@include font-size(16);
|
||||
margin-top: 50px;
|
||||
display: block;
|
||||
color: $text;
|
||||
|
||||
b, a {
|
||||
color: $theme;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
&.is-error {
|
||||
border-color: $danger;
|
||||
box-shadow: 0 0 7px rgba($danger, 0.3);
|
||||
//box-shadow: 0 0 7px rgba($danger, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ $text: #1B2539;
|
||||
$text-muted: rgba($text, 0.7);
|
||||
|
||||
$theme: #00BC7E;
|
||||
//$theme: #1670B7;
|
||||
//$theme: #FF8200;
|
||||
$theme_light: #ECF7F2;
|
||||
|
||||
$yellow: #FFBD2D;
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
<title>{{ $settings->app_title ?? 'VueFileManager' }} | {{ $settings->app_description ?? __('vuefilemanager.app_description') }}</title>
|
||||
|
||||
{{--StyleSheet--}}
|
||||
<link href="{{ asset('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">
|
||||
{{--<link href="{{ asset('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">--}}
|
||||
<link href="{{ mix('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">
|
||||
|
||||
{{--OG items--}}
|
||||
<meta property="og:url" content="{{ url('/') }}">
|
||||
@@ -29,6 +30,63 @@
|
||||
{{--Format Detection--}}
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="format-detection" content="address=no">
|
||||
|
||||
<style>
|
||||
.svg-color-theme {fill: #FF8200}
|
||||
|
||||
.svg-stroke-theme {stroke: #FF8200}
|
||||
.hover-svg-stroke-theme:hover {stroke: #FF8200}
|
||||
|
||||
.hover-svg-stroke-theme:hover rect {stroke: #FF8200}
|
||||
.hover-svg-stroke-theme:hover line {stroke: #FF8200}
|
||||
|
||||
.bg-theme {background: #FF8200}
|
||||
.bg-theme-50 {background: #FF820005}
|
||||
.bg-theme-100 {background: #FF820010}
|
||||
.bg-theme-800 {background: #FF820080}
|
||||
.hover-bg-theme:hover {background: #FF8200}
|
||||
|
||||
.text-theme {color: #FF8200}
|
||||
.hover-text-theme:hover {color: #FF8200}
|
||||
|
||||
.shadow-theme {box-shadow: 0 7px 16px 2px #FF820040}
|
||||
|
||||
.border-theme {border-color: #FF8200}
|
||||
.hover-border-theme:hover {border-color: #FF8200}
|
||||
|
||||
.focus-border-theme:focus {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='email'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='text'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='password'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='password'] {border-color: #FF8200}
|
||||
|
||||
/* Menubar */
|
||||
.router-link-active.home .button-icon {background: #FF820010}
|
||||
|
||||
/*Content Panel*/
|
||||
.router-link-active .text-theme {color: #FF8200 !important}
|
||||
.router-link-active .text-theme svg {color: #FF8200 !important}
|
||||
.router-link-active.border-bottom-theme {border-bottom-color: #FF8200 !important;}
|
||||
|
||||
.is-active .text-theme {color: #FF8200 !important}
|
||||
.is-active .text-theme svg {color: #FF8200 !important}
|
||||
|
||||
.menu-list-item.link:hover {color: #FF8200}
|
||||
.menu-list-item.link:hover .text-theme svg {color: #FF8200}
|
||||
|
||||
/*Select Input*/
|
||||
.input-area.is-active {border-color: #FF8200 !important}
|
||||
|
||||
/*ButtonBase*/
|
||||
.button-base.theme {background: #FF820010}
|
||||
.button-base.theme .content {color: #FF8200}
|
||||
.button-base.theme polyline,
|
||||
.button-base.theme path {
|
||||
color: #FF8200
|
||||
}
|
||||
|
||||
.switch.active {background: #FF8200 !important;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -11,6 +11,7 @@ use App\Models\User;
|
||||
use App\Services\SetupService;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Mail;
|
||||
use ScssPhp\ScssPhp\Compiler;
|
||||
use Tests\TestCase;
|
||||
|
||||
class AppTest extends TestCase
|
||||
@@ -70,7 +71,7 @@ class AppTest extends TestCase
|
||||
$folder = Folder::factory(Folder::class)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'name' => 'Folder Title',
|
||||
'name' => 'Folder Title',
|
||||
]);
|
||||
|
||||
$share = Share::factory(Share::class)
|
||||
@@ -97,8 +98,8 @@ class AppTest extends TestCase
|
||||
|
||||
$file = File::factory(File::class)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'name' => 'Fake Image',
|
||||
'user_id' => $user->id,
|
||||
'name' => 'Fake Image',
|
||||
'thumbnail' => 'fake-image-thumbnail.jpg',
|
||||
]);
|
||||
|
||||
@@ -127,8 +128,8 @@ class AppTest extends TestCase
|
||||
|
||||
$file = File::factory(File::class)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'name' => 'Fake Image',
|
||||
'user_id' => $user->id,
|
||||
'name' => 'Fake Image',
|
||||
'thumbnail' => 'fake-image-thumbnail.jpg',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user