mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
22 lines
484 B
SCSS
22 lines
484 B
SCSS
@import '../../../styles/utilities';
|
|
.authorWarper{
|
|
@apply flex flex-row items-center;
|
|
|
|
.authorImage {
|
|
width:3.2rem;
|
|
height:3.2rem;
|
|
border-radius:3.2rem;
|
|
div{
|
|
min-width:3.2rem !important;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
} |