mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 12:33:20 +00:00
9 lines
133 B
SCSS
9 lines
133 B
SCSS
.gradient {
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|