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
|
|
@ -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%);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue