Files
hinode/component-library/components/articles/articles.scss
2025-05-30 13:49:56 +02:00

9 lines
193 B
SCSS

.card-overlay-gradient {
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));
}