homegrade_theme_production/resources/css/blocks/icon.css

22 lines
373 B
CSS

.homegrade-blocks-icon {
@apply !mx-0 flex justify-center items-center
rounded-2xl;
img {
@apply w-full h-fit;
}
&--has-shadow {
@apply shadowed p-2 w-20 h-20;
img {
max-width: 80%;
max-height: 70%;
}
}
&--no-shadow {
@apply w-16 h-16;
img {
max-width: 100%;
max-height: 100%;
}
}
}