|
|
@@ -16,7 +16,7 @@ https://norserium.github.io/vue-advanced-cropper/
|
|
|
>
|
|
|
<v-progress-circular
|
|
|
:indeterminate="true"
|
|
|
- color="grey lighten-1">
|
|
|
+ color="neutral">
|
|
|
</v-progress-circular>
|
|
|
</v-row>
|
|
|
|
|
|
@@ -242,7 +242,7 @@ onUnmounted(() => {
|
|
|
padding: 20px;
|
|
|
display: block;
|
|
|
&__cropper {
|
|
|
- border: solid 1px #eee; /* !color! */
|
|
|
+ border: solid 1px rgb(var(--v-theme-n-neutral-strong));;
|
|
|
min-height: 500px;
|
|
|
max-height: 500px;
|
|
|
}
|
|
|
@@ -259,10 +259,10 @@ onUnmounted(() => {
|
|
|
justify-content: center;
|
|
|
height: 42px;
|
|
|
width: 42px;
|
|
|
- background: rgba(#3fb37f, 0.7); /* !color! */
|
|
|
+ background: rgb(var(--v-theme-neutral));
|
|
|
transition: background 0.5s;
|
|
|
&:hover {
|
|
|
- background: #3fb37f; /* !color! */
|
|
|
+ background: rgb(var(--v-theme-primary-alt));
|
|
|
}
|
|
|
}
|
|
|
&__buttons-wrapper {
|
|
|
@@ -273,16 +273,16 @@ onUnmounted(() => {
|
|
|
&__button {
|
|
|
border: none;
|
|
|
outline: solid transparent;
|
|
|
- color: white;
|
|
|
+ color: rgb(var(--v-theme-n-neutral));
|
|
|
font-size: 16px;
|
|
|
padding: 10px 20px;
|
|
|
- background: #3fb37f; /* !color! */
|
|
|
+ background: rgb(var(--v-theme-neutral));
|
|
|
cursor: pointer;
|
|
|
transition: background 0.5s;
|
|
|
margin: 0 16px;
|
|
|
&:hover,
|
|
|
&:focus {
|
|
|
- background: #38d890; /* !color! */
|
|
|
+ background: rgb(var(--v-theme-primary-alt));
|
|
|
}
|
|
|
input {
|
|
|
display: none;
|