[Home] Video Radius 추가

This commit is contained in:
jangheon Pyo
2024-05-14 13:08:12 +09:00
parent 31f93f581f
commit f6e34d7e50

View File

@@ -196,30 +196,12 @@
}
}
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;
}
}
}
}
}
.videoModal {
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
}
> * {
border-radius: 12px;
overflow: hidden;
}
}