overlay
This commit is contained in:
@@ -708,7 +708,12 @@ body.menu-open {
|
||||
.overlay-layer {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-image: url(/src/img/overlay.svg);
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgba(0, 0, 0, 1) 0%,
|
||||
rgba(0, 0, 0, 0.4) 40%,
|
||||
rgba(0, 0, 0, 0) 100%
|
||||
);
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user