Iframe capsule (#1663)

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2021-12-02 23:35:31 +01:00 committed by GitHub
parent f1117dbad3
commit 8a23aa1401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 92 additions and 11 deletions

View file

@ -43,5 +43,13 @@
object-fit: cover;
min-height: 300px;
width: 100%;
body.dark &{
@import "../../../../style/variables.dark";
box-shadow: inset fade-out($black, 0.5) 0 0 20px;
}
@import "../../../../style/variables.light";
box-shadow: inset fade-out($black, 0.5) 0 0 20px;
}
}