124 lines
2.7 KiB
CSS
124 lines
2.7 KiB
CSS
.gallery-item-card {
|
|
background-color: #fcfaf5 !important;
|
|
border: 1px solid #e2d7ba !important;
|
|
border-radius: 4px !important;
|
|
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
|
}
|
|
|
|
.gallery-item-card:hover {
|
|
transform: translateY(-5px) rotate(1deg);
|
|
box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
|
|
}
|
|
|
|
.recipe-thumbnail {
|
|
filter: sepia(0.15) contrast(1.1);
|
|
}
|
|
|
|
.gallery-item-title {
|
|
font-family: 'Libre Baskerville', serif;
|
|
font-size: 1.25rem;
|
|
color: #2e1e0a;
|
|
}
|
|
|
|
.gallery-item-date {
|
|
font-family: 'Inter', sans-serif;
|
|
font-size: 0.7rem;
|
|
color: #8c857b;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1.5px;
|
|
}
|
|
|
|
.view-recipe-btn {
|
|
font-family: 'Libre Baskerville', serif !important;
|
|
font-style: italic;
|
|
text-transform: none !important;
|
|
}
|
|
|
|
.back-to-home-btn {
|
|
background-color: #5d4037 !important;
|
|
color: #f8f1e0 !important;
|
|
font-family: 'Libre Baskerville', serif !important;
|
|
text-transform: none !important;
|
|
font-size: 1.1rem !important;
|
|
height: 56px !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
.back-to-home-btn:hover {
|
|
background-color: #4a3a2a !important;
|
|
box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
|
|
}
|
|
|
|
.recipe-title-edit .v-field__input {
|
|
font-family: 'Libre Baskerville', serif !important;
|
|
font-size: 2.4rem !important;
|
|
color: #1e1408 !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.v-textarea .v-field {
|
|
background-color: rgba(93, 64, 55, 0.05) !important;
|
|
border-radius: 8px !important;
|
|
}
|
|
|
|
.save-btn, .cancel-btn {
|
|
font-family: 'Libre Baskerville', serif !important;
|
|
text-transform: none !important;
|
|
font-weight: bold !important;
|
|
font-size: 1.1rem !important;
|
|
letter-spacing: 0px !important;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.save-btn {
|
|
color: #556b2f !important;
|
|
}
|
|
|
|
.save-btn:hover {
|
|
background-color: rgba(85, 107, 47, 0.08) !important;
|
|
}
|
|
|
|
.cancel-btn {
|
|
color: #8c4a32 !important;
|
|
}
|
|
|
|
.cancel-btn:hover {
|
|
background-color: rgba(140, 74, 50, 0.05) !important;
|
|
}
|
|
|
|
.recipe-title-edit .v-field__input {
|
|
font-family: 'Libre Baskerville', serif !important;
|
|
font-weight: 700 !important;
|
|
color: #1e1408 !important;
|
|
font-size: 2.4rem !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.v-textarea .v-field__input {
|
|
font-weight: 500 !important;
|
|
color: #2c2925 !important;
|
|
line-height: 1.6 !important;
|
|
}
|
|
|
|
.v-field-label {
|
|
color: #5d4037 !important;
|
|
opacity: 0.6 !important;
|
|
}
|
|
|
|
.v-field__outline {
|
|
--v-field-border-opacity: 1 !important;
|
|
color: #d1c7b7 !important;
|
|
}
|
|
|
|
.v-field--focused .v-field__outline {
|
|
color: #556b2f !important;
|
|
}
|
|
|
|
.recipe-title-edit.v-text-field .v-field__outline__line {
|
|
border-bottom-width: 2px !important;
|
|
color: #d1c7b7 !important;
|
|
}
|
|
|
|
.recipe-title-edit.v-field--focused .v-field__outline__line {
|
|
color: #556b2f !important;
|
|
} |