From 0528d316cf2e80ac3c035e882a24cdcd2998a58c Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Tue, 1 Jul 2025 09:15:14 -0400 Subject: [PATCH] CASH-816 CASH-816 changed some px to rem --- .../service-location/shop-question/shop-question-popup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index e8a947c38..c312ae1fb 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -723,7 +723,7 @@ export default { } .shop-question-zipcode .search-icon-button { background-color: #e5f1fa !important; - border-radius: 0 48px 48px 0; + border-radius: 0 2.5rem 2.5rem 0; } .shop-question-zipcode .search-icon-button:hover, .shop-question-zipcode .search-icon-button:focus { @@ -733,7 +733,7 @@ export default { outline: none; } .shop-question-zipcode .input-wrapper.has-search-icon .form-control { - border-radius: 48px; + border-radius: 2.5rem; padding-left: 1.5rem; }