[Home] random : border-radius 추가

This commit is contained in:
jangheon Pyo
2024-04-26 15:16:40 +09:00
parent c8d1be1c3a
commit c07234ec0f

View File

@@ -185,6 +185,12 @@
}
}
}
.videoModal::after {
.focused(@boxShadow:22px, @borderRadius: 12px);
.videoModal {
&::after {
.focused(@boxShadow:22px, @borderRadius: 12px);
}
> div {
border-radius: 12px;
overflow: hidden;
}
}