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

@ -4,12 +4,12 @@
border-width: 2px;
border-radius: 4px;
border-style: solid;
border-color: rgba(0,0,0, 0.4);
background-color: rgba(0,0,0, 0.1);
border-color: black;
font-family: $input-font;
box-shadow: none;
&:focus,
&:active {
border-color: rgba(0,0,0, 1);
transform: scale(103%);
}
}