Implement the dice list form and tweak some design variables
This commit is contained in:
parent
15462c98fb
commit
52aaa41d86
9 changed files with 160 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue