partial: second batch of components
This commit is contained in:
parent
8cd7374ee8
commit
9f4bf1de7b
35 changed files with 616 additions and 1044 deletions
|
|
@ -0,0 +1,14 @@
|
|||
.input {
|
||||
width: 3.5rem !important;
|
||||
height: 5rem;
|
||||
border: 2px solid;
|
||||
border-color: var(--zircon);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.input:focus {
|
||||
border: 2px solid;
|
||||
border-color: var(--zodiac);
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue