add: products api
This commit is contained in:
parent
3c4ce1fae5
commit
df5eaf24f7
29 changed files with 1022 additions and 110 deletions
|
@ -272,6 +272,16 @@ table ol {
|
|||
}
|
||||
}
|
||||
|
||||
.card.button {
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
gap: var(--pad-2);
|
||||
width: 100%;
|
||||
height: max-content;
|
||||
padding: var(--pad-4);
|
||||
}
|
||||
|
||||
/* supporter card */
|
||||
@property --border-angle {
|
||||
syntax: "<angle>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue