File: /var/www/design.system/src/tokens/Sizes/Sizes.module.css
.size {
&:not(:first-child) {
margin-top: 64px;
}
h2 {
flex-grow: 1;
margin-bottom: 32px;
}
}
.values {
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 32px;
}
.sizePreviewWrapper {
background-color: #E3E3E3;
border-radius: 16px;
display: flex;
justify-content: center;
align-items: center;
}
.sizePreviewInner {
width: 80px;
height: 80px;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.24);
flex-shrink: 0;
border-radius: 16px;
}