mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 10:04:22 +00:00
9 lines
193 B
SCSS
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));
|
|
}
|