mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
10 lines
186 B
SCSS
10 lines
186 B
SCSS
@import '../../../styles/utilities';
|
|
|
|
.heartToggle{
|
|
cursor: pointer;
|
|
width: 4.8rem;
|
|
height: 4.8rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |