mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 19:51:22 +00:00
18 lines
413 B
SCSS
18 lines
413 B
SCSS
@import '../../../styles/utilities';
|
|
.authorWarper{
|
|
@apply flex flex-row items-center;
|
|
|
|
.authorImage{
|
|
width:3.2rem;
|
|
height:3.2rem;
|
|
border-radius:3.2rem;
|
|
}
|
|
.authorName{
|
|
margin-left:1rem;
|
|
color:var(--text-label);
|
|
font-family: var(--font-sans);
|
|
font-size: 1.2rem;
|
|
line-height: 2rem;
|
|
font-feature-settings: 'salt' on;
|
|
}
|
|
} |