mirror of
https://github.com/vercel/commerce.git
synced 2025-07-13 16:01:21 +00:00
18 lines
366 B
SCSS
18 lines
366 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;
|
|
}
|
|
} |