UI update
This commit is contained in:
@@ -47,11 +47,26 @@ html, body {
|
||||
background: linear-gradient(to bottom, #8c4a32 20%, #4a2a14 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
line-height: 0.9 !important;
|
||||
letter-spacing: -1px;
|
||||
line-height: 1.1 !important;
|
||||
letter-spacing: -0.5px;
|
||||
filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.1));
|
||||
}
|
||||
|
||||
.chat-title {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-weight: 700;
|
||||
font-size: 2.2rem;
|
||||
margin-top: 5px !important;
|
||||
margin-bottom: 8px;
|
||||
line-height: 1.0 !important;
|
||||
background: linear-gradient(to bottom, #8c4a32 20%, #4a2a14 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.1));
|
||||
line-height: 1.1 !important;
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
|
||||
.brand-subtitle {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
color: #6d5e4a;
|
||||
@@ -192,9 +207,11 @@ html, body {
|
||||
|
||||
.save-success-btn {
|
||||
opacity: 1 !important;
|
||||
color: white !important;
|
||||
cursor: default;
|
||||
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
color: #f4e4bc !important;
|
||||
font-family: 'Libre Baskerville', serif !important;
|
||||
text-transform: none !important;
|
||||
letter-spacing: 0;
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
|
||||
.transition-swing {
|
||||
@@ -256,10 +273,9 @@ html, body {
|
||||
}
|
||||
|
||||
.v-application {
|
||||
display: block !important; /* Prevents flex-grow from creating a 2nd page */
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
/* 3. Tighten the Footer (Just in case) */
|
||||
footer, .brand-subtitle {
|
||||
page-break-after: avoid !important;
|
||||
}
|
||||
@@ -422,7 +438,7 @@ html, body {
|
||||
.chat-container {
|
||||
width: 100%;
|
||||
background-color: rgba(62, 42, 20, 0.03) !important;
|
||||
border: 2px solid #8c857b;
|
||||
border: 2px solid #544521;
|
||||
border-radius: 12px;
|
||||
padding: 20px;
|
||||
transition: all 0.3s ease;
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
.collection-title {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-weight: 700;
|
||||
font-size: 2.2rem;
|
||||
margin-top: -5px !important;
|
||||
margin-bottom: 8px;
|
||||
line-height: 1.0 !important;
|
||||
background: linear-gradient(to bottom, #8c4a32 20%, #4a2a14 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.1));
|
||||
line-height: 1.1 !important;
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
|
||||
.gallery-item-card {
|
||||
background-color: #FBF6E9 !important;
|
||||
border: 1px solid #e2d7ba !important;
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<v-icon icon="mdi-check-decagram" class="mr-2"></v-icon>
|
||||
<v-icon icon="mdi-check-all" class="mr-2"></v-icon>
|
||||
Saved in Archives
|
||||
</template>
|
||||
</v-btn>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
contain
|
||||
>
|
||||
</v-img>
|
||||
<p class="brand-subtitle">Kitchen Consultation</p>
|
||||
<p class="chat-title">Kitchen Consultation</p>
|
||||
</header>
|
||||
|
||||
<v-divider class="mb-6 separator"></v-divider>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
class="mx-auto"
|
||||
contain
|
||||
></v-img>
|
||||
<p class="brand-subtitle">Your Recipe Collection</p>
|
||||
<p class="collection-title">Your Recipe Collection</p>
|
||||
</header>
|
||||
|
||||
<v-divider class="mb-10 separator"></v-divider>
|
||||
@@ -214,6 +214,7 @@
|
||||
<script setup>
|
||||
import { ref, onMounted, computed } from 'vue'
|
||||
import '@/assets/css/gallery.css'
|
||||
import '@/assets/css/app-theme.css'
|
||||
|
||||
const recipes = ref([])
|
||||
const loading = ref(true)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
contain
|
||||
>
|
||||
</v-img>
|
||||
<p class="brand-subtitle">Recipe Uploader</p>
|
||||
<p class="chat-title">Recipe Uploader</p>
|
||||
</header>
|
||||
|
||||
<v-divider class="mb-10 separator"></v-divider>
|
||||
|
||||
Reference in New Issue
Block a user