graphite2 / website /sass /page /volunteer.scss
openfree's picture
Deploy from GitHub repository
2409829 verified
raw
history blame contribute delete
395 Bytes
.diptych.diptych {
gap: 0 calc(var(--feature-box-padding) * var(--variable-px));
.feature-box-narrow {
margin-top: calc(40 * var(--variable-px));
}
}
.feature-box-narrow {
.code-contributions & {
background-color: var(--color-seaside);
}
.creative-contributions & {
background-color: var(--color-lemon);
}
.user-contributions & {
background-color: var(--color-lilac);
}
}