[프리뷰영상 공통] border 처리 변경

This commit is contained in:
jangheon Pyo
2024-06-12 19:59:32 +09:00
parent 55ffc527fa
commit a6bcf6fe0d
6 changed files with 55 additions and 57 deletions

View File

@@ -156,10 +156,11 @@
&:focus {
&::after {
.focused(@boxShadow:22px, @borderRadius: 12px);
top: -3px;
right: -3px;
bottom: -3px;
left: -3px;
border: 6px solid @PRIMARY_COLOR_RED;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
}
}
}
@@ -201,9 +202,10 @@
.videoModal {
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
top: -3px;
right: -3px;
bottom: -3px;
left: -3px;
border: 6px solid @PRIMARY_COLOR_RED;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
}
}