[홈패널]영상관련 라운딩 처리 수정확인용05/10 4

This commit is contained in:
junghoon86.park
2024-05-10 18:59:04 +09:00
parent 8d6d77a9a8
commit 5bc2668b5c

View File

@@ -117,6 +117,11 @@
background-position: center center;
display: flex;
padding: 0 30px 0 0;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
overflow: hidden;
> div {
flex: none;
}
@@ -179,6 +184,8 @@
&.isHorizontalWrap {
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
overflow: hidden;
.arrow {
&.leftBtn {
@@ -190,11 +197,31 @@
}
}
}
.videoModal {
border-radius: 12px;
-webkit-border-radius: 12px;
overflow: hidden !important;
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
article[role="region"] {
> section {
> div:first-child {
> div:first-child {
> div:first-child {
&.videoModal {
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
overflow: hidden !important;
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
}
> div:first-child {
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
overflow: hidden;
}
}
}
}
}
}
}