Skip to content

Commit e4a40fa

Browse files
added magnitying glass in search bar
1 parent aa93265 commit e4a40fa

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

src/styles.js

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,6 @@ export function getDispatchRequestStyles() {
12081208
.sender-data {
12091209
margin-bottom: 0;
12101210
}
1211-
1212-
.return-receipt-widget__upload-date {
1213-
max-width: 180px;
1214-
}
12151211
}
12161212
12171213
@media only screen and (max-width: 650px) {
@@ -1261,5 +1257,28 @@ export function getDispatchRequestStyles() {
12611257
grid-template-columns: 1fr 1fr;
12621258
}
12631259
}
1260+
.country-select-container {
1261+
position: relative;
1262+
display: flex;
1263+
align-items: center;
1264+
width: 100%; /* Adjust based on your layout */
1265+
}
1266+
1267+
#edit-sender-country-select {
1268+
width: 100%;
1269+
padding-right: 40px;
1270+
box-sizing: border-box;
1271+
}
1272+
1273+
#search-country-btn {
1274+
position: absolute;
1275+
right: 8px; /* Offset from the right edge */
1276+
cursor: pointer;
1277+
background: transparent;
1278+
border: none;
1279+
display: flex;
1280+
align-items: center;
1281+
justify-content: center;
1282+
}
12641283
`;
12651284
}

0 commit comments

Comments
 (0)