[홈패널]영상관련 라운딩 처리 수정확인용05/10 4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user