homegrade_theme_production/resources/css/utilities/shadows.css

4 lines
60 B
CSS

.shadowed {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}