Adds customers page and related styling
Introduces new customers management interface with data table Adds customers-specific CSS and updates layout to include new stylesheet Configures menu service to point to new customers page route
This commit is contained in:
parent
c1d2df9327
commit
65ad9aacdf
6 changed files with 361 additions and 1 deletions
|
|
@ -1127,6 +1127,32 @@ swp-tag {
|
|||
background: var(--bg-purple-strong);
|
||||
color: var(--color-purple);
|
||||
}
|
||||
|
||||
/* Customer tags */
|
||||
&.vip {
|
||||
background: var(--bg-amber-strong);
|
||||
color: #b8860b;
|
||||
}
|
||||
|
||||
&.stamkunde {
|
||||
background: var(--bg-teal-strong);
|
||||
color: var(--color-teal);
|
||||
}
|
||||
|
||||
&.ny {
|
||||
background: var(--bg-blue-strong);
|
||||
color: var(--color-blue);
|
||||
}
|
||||
|
||||
&.allergi {
|
||||
background: var(--bg-red-strong);
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
&.sensitiv {
|
||||
background: var(--bg-purple-strong);
|
||||
color: var(--color-purple);
|
||||
}
|
||||
}
|
||||
|
||||
/* ===========================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue