add: new price card design
Bigger header, icons for deletion and edit, form validation
This commit is contained in:
parent
7aa21c1c19
commit
8f924151da
11 changed files with 290 additions and 101 deletions
|
@ -20,6 +20,11 @@
|
|||
box-shadow: var(--box-shadow-z2);
|
||||
padding: .5em 1.5em;
|
||||
border-radius: var(--radius-default);
|
||||
|
||||
&.danger {
|
||||
--background: var(--color-red);
|
||||
--color: var(--color-white);
|
||||
}
|
||||
}
|
||||
|
||||
&.text {
|
||||
|
@ -32,6 +37,10 @@
|
|||
--background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
&.white {
|
||||
--color: var(--color-white);
|
||||
}
|
||||
|
||||
&.danger {
|
||||
--color: var(--color-red);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue