updating theme
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
x-large
|
||||
@click="data.select"
|
||||
@click:close="remove_shikigami(data.item)"
|
||||
color="#070042"
|
||||
color="#C0B094"
|
||||
>
|
||||
<v-avatar size="90" left>
|
||||
<v-img
|
||||
@@ -76,7 +76,7 @@
|
||||
<!-- deck_title: {{ deck_title }} -->
|
||||
</v-row>
|
||||
<v-row v-for="(_, index) in selected_shikigami_names" :key="index">
|
||||
<v-card elevation="2" width="100%" class="pa-3" flat tile color="#070042">
|
||||
<v-card elevation="2" width="100%" class="pa-3" flat tile color="#171D29">
|
||||
<v-row>
|
||||
<v-col cols="2">
|
||||
<div cols="12">
|
||||
@@ -118,7 +118,7 @@
|
||||
label
|
||||
@click="data.select"
|
||||
@click:close="remove_decks(index, data.index)"
|
||||
color="#04002E"
|
||||
color="#C0B094"
|
||||
>{{ data.item.name }}</v-chip
|
||||
></template
|
||||
>
|
||||
@@ -132,7 +132,7 @@
|
||||
v-for="i in selected_shikigami_decks[index][index]"
|
||||
:key="i.id"
|
||||
width="12.3%"
|
||||
color="#070042"
|
||||
color="#171D29"
|
||||
>
|
||||
<!-- <div class="text-center">
|
||||
{{ i.name }}
|
||||
@@ -149,7 +149,6 @@
|
||||
</v-row>
|
||||
<v-row>
|
||||
<!-- <v-textarea :value="construct_url()" color="teal"> </v-textarea> -->
|
||||
<v-textarea :value="construct_url()" color="teal"> </v-textarea>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user