Merge branch 'detail_v3' of http://gitlab.t-win.kr/ifheone/shoptime into detail_v3

This commit is contained in:
2025-11-06 20:46:46 +09:00
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,11 @@
right: 0; right: 0;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
> div {
> div {
max-width:240px;
}
}
&.categoryDropdown { &.categoryDropdown {
> div { > div {
> div { > div {

View File

@@ -58,7 +58,7 @@
font-size: 24px !important; font-size: 24px !important;
border-radius: 6px !important; border-radius: 6px !important;
padding: 0 12px !important; padding: 0 12px !important;
width:300px !important; width:290px !important;
> div:first-child { > div:first-child {
background-color: #808080 !important; background-color: #808080 !important;
} }