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/Button/Button.module.scss
Normal file
16
src/components/ui/Button/Button.module.scss
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.button {
|
||||
padding: 0.5rem 1rem;
|
||||
background-color: #3498db;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
width: fit-content;
|
||||
|
||||
&:hover {
|
||||
background-color: grey;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue