mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 05:01:20 +00:00
18 lines
363 B
SCSS
18 lines
363 B
SCSS
@import '../../../styles/utilities';
|
|
|
|
.logo{
|
|
display: flex;
|
|
.eclipse{
|
|
width: 3.2rem;
|
|
height: 3.2rem;
|
|
background-color: var(--primary);
|
|
border-radius: 50%;
|
|
margin-right: 1.2rem;
|
|
}
|
|
.content{
|
|
@apply font-logo;
|
|
font-size: 16px;
|
|
line-height: 32px;
|
|
letter-spacing: -0.02em;
|
|
}
|
|
} |