mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
remove license checking
This commit is contained in:
@@ -25,16 +25,6 @@
|
||||
{{ data.app.version }}
|
||||
</ColorLabel>
|
||||
</a>
|
||||
<a
|
||||
href="https://codecanyon.net/item/vue-file-manager-with-laravel-backend/25815986"
|
||||
target="_blank"
|
||||
class="mr-4 inline-block"
|
||||
>
|
||||
<span class="text-sm font-bold"> {{ $t('license') }}: </span>
|
||||
<ColorLabel color="purple">
|
||||
{{ data.app.license }}
|
||||
</ColorLabel>
|
||||
</a>
|
||||
<b class="mr-4 inline-block">
|
||||
<span class="text-sm font-bold"> {{ $t('subscription') }}: </span>
|
||||
<ColorLabel color="purple">
|
||||
|
||||
@@ -338,7 +338,7 @@ export default {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
|
||||
/deep/ .folder-icon {
|
||||
> .folder-icon {
|
||||
@include font-size(52);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
line-height: 1.3;
|
||||
margin-bottom: 15px;
|
||||
|
||||
/deep/ span {
|
||||
> span {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@ export default {
|
||||
line-height: 1.25;
|
||||
margin-bottom: 15px;
|
||||
|
||||
/deep/ span {
|
||||
> span {
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,7 +209,7 @@ export default {
|
||||
.sign-in-button {
|
||||
background: rgba($theme, 0.1);
|
||||
|
||||
/deep/ .content {
|
||||
> .content {
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ footer {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
/deep/ a {
|
||||
> a {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ export default {
|
||||
line-height: 1.25;
|
||||
margin-bottom: 15px;
|
||||
|
||||
/deep/ span {
|
||||
> span {
|
||||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
@@ -156,7 +156,7 @@ export default {
|
||||
line-height: 1.25;
|
||||
margin-bottom: 15px;
|
||||
|
||||
/deep/ span {
|
||||
> span {
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ export default {
|
||||
margin: 0 auto;
|
||||
max-width: 360px;
|
||||
|
||||
/deep/ .button-base {
|
||||
> .button-base {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,11 +41,11 @@ export default {
|
||||
word-break: break-word;
|
||||
font-weight: 600;
|
||||
|
||||
/deep/ a {
|
||||
> a {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
/deep/ b {
|
||||
> b {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user