[Home] video round test

This commit is contained in:
jangheon Pyo
2024-06-11 20:05:17 +09:00
parent 91ab4953b4
commit a0d5016489
3 changed files with 20 additions and 4 deletions

View File

@@ -156,6 +156,10 @@
&:focus {
&::after {
.focused(@boxShadow:22px, @borderRadius: 12px);
top: -3px;
right: -3px;
bottom: -3px;
left: -3px;
}
}
}
@@ -197,9 +201,9 @@
.videoModal {
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
}
> * {
border-radius: 12px;
overflow: hidden;
top: -3px;
right: -3px;
bottom: -3px;
left: -3px;
}
}