[서치] 기존 how about these 스타일 수정

- 스타일 수정
This commit is contained in:
junghoon86.park
2025-10-23 21:07:08 +09:00
parent bfe9ecce8b
commit 39ab250899

View File

@@ -22,10 +22,10 @@
display: flex;
.topBoxListItem {
margin-right: 20px;
display: flex;
align-items: center;
justify-content: center;
line-height: 56px;
height: 64px;
.elip(1);
text-align: center;
padding: 0 20px;
background-color: @COLOR_WHITE;
border-radius: 32px;
@@ -33,6 +33,7 @@
font-weight: 700;
font-size: 24px;
border: 4px solid @COLOR_WHITE;
box-sizing: border-box;
&:focus {
border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);