interationObserver init on whole listing
This commit is contained in:
parent
935178a66d
commit
e5478bb1c6
31 changed files with 4445 additions and 202 deletions
16
src/components/ui/Input/Input.module.scss
Normal file
16
src/components/ui/Input/Input.module.scss
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.inputWrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.input {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 24px;
|
||||
gap: 8px;
|
||||
border: 2px solid var(--primary-color);
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue