mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: Author Datetime bug: CheckboxCommon
This commit is contained in:
17
src/components/common/Author/Author.module.scss
Normal file
17
src/components/common/Author/Author.module.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user