Implement the dice list form and tweak some design variables

This commit is contained in:
Oliver-Akins 2024-02-03 13:57:31 -07:00
parent 15462c98fb
commit 52aaa41d86
9 changed files with 160 additions and 50 deletions

View file

@ -8,7 +8,10 @@
border-color: transparent;
border-width: 2px;
border-radius: 4px;
transition: 400ms;
transition:
background-color 400ms ease-in-out,
color 400ms ease-in-out,
border-color 400ms ease-in-out;
padding: 4px 8px;
display: inline-flex;
justify-content: center;