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