First pass of features
This commit is contained in:
@@ -14,6 +14,51 @@ body {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.app-header {
|
||||
background: linear-gradient(135deg, var(--person-accent, #4a90e2) 0%, #2c5282 100%);
|
||||
}
|
||||
|
||||
.persona-chip {
|
||||
min-height: 2.75rem;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.persona-chip.active {
|
||||
font-weight: 600;
|
||||
box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.35);
|
||||
}
|
||||
|
||||
.family-hub-body .card {
|
||||
border-color: var(--border-color);
|
||||
}
|
||||
|
||||
.chore-thumb {
|
||||
max-height: 180px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.meal-hero {
|
||||
max-height: 320px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.chore-card .card-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.grocery-store-nav .nav-link {
|
||||
text-align: left;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
.grocery-line-thumb {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user