[home]영상쪽 라운딩부분 처리건.

This commit is contained in:
junghoon86.park
2024-05-09 16:05:47 +09:00
parent 54f4c4a1dd
commit 58a8bcfc95

View File

@@ -175,6 +175,8 @@
} }
&.isHorizontalWrap { &.isHorizontalWrap {
border-radius: 12px;
overflow: hidden;
.arrow { .arrow {
&.leftBtn { &.leftBtn {
.position(@position: absolute, @top: 189px, @left: 18px); .position(@position: absolute, @top: 189px, @left: 18px);
@@ -186,6 +188,8 @@
} }
} }
.videoModal { .videoModal {
border-radius: 12px;
overflow: hidden;
&::after { &::after {
.focused(@boxShadow:0, @borderRadius: 12px); .focused(@boxShadow:0, @borderRadius: 12px);
} }