Don't use the weird af "unset" keyword

This commit is contained in:
daudix
2024-07-22 00:07:34 +03:00
parent bd4c5bb972
commit 0eb32679a5
9 changed files with 23 additions and 21 deletions

View File

@ -4,6 +4,7 @@ video {
margin: 1rem auto;
box-shadow: var(--edge-highlight), var(--shadow);
border-radius: var(--rounded-corner);
background-color: var(--fg-muted-1);
max-width: 100%;
&.full,
@ -69,6 +70,7 @@ video {
&[src*="#full-bleed"] {
box-shadow: none;
border-radius: 0;
background-color: transparent;
}
}
@ -94,7 +96,7 @@ img {
}
@media only screen and (max-width: 720px) {
transform-origin: unset;
transform-origin: center;
&:hover {
transform: scale(1.1);