add: ability to create seller account

This commit is contained in:
trisua 2025-07-12 21:05:45 -04:00
parent e4468e4768
commit aea764948c
13 changed files with 356 additions and 0 deletions

View file

@ -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);