add: ability to create seller account
This commit is contained in:
parent
e4468e4768
commit
aea764948c
13 changed files with 356 additions and 0 deletions
|
@ -583,6 +583,9 @@ input[type="checkbox"]:checked {
|
|||
border-radius: 6px;
|
||||
height: max-content;
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.notification.tr {
|
||||
|
@ -597,6 +600,11 @@ input[type="checkbox"]:checked {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.notification .icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* chip */
|
||||
.chip {
|
||||
background: var(--color-primary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue