[Home] focus shadow 및 brandIcon radius 제거

This commit is contained in:
jangheon Pyo
2024-05-14 14:12:04 +09:00
parent 7a0fc6cb12
commit e7df90f7df
2 changed files with 2 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
right: 30px;
bottom: 30px;
> img {
border-radius: 0;
.size(@w: 60px, @h: 60px);
}
}
@@ -181,10 +182,6 @@
&.isHorizontalWrap {
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
overflow: hidden;
.arrow {
&.leftBtn {
.position(@position: absolute, @top: 189px, @left: 18px);

View File

@@ -13,6 +13,7 @@
right: 30px;
bottom: 30px;
> img {
border-radius: 0;
.size(@w: 60px, @h: 60px);
}
}