홈패널 스타일 수정확인용도

This commit is contained in:
junghoon86.park
2024-05-09 16:45:26 +09:00
parent fc043439ab
commit 08c0b15044

View File

@@ -188,13 +188,14 @@
}
}
.videoModal {
border-radius: 12px;
overflow: hidden !important;
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
}
> div {
border-radius: 12px;
overflow: hidden;
> video {
border-radius: 12px;
}
}
}