fixed some bugs
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
.sortingContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.sortingLabel {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.sortingSelect {
|
||||
padding: 6px 12px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #d1d5db;
|
||||
font-size: 15px;
|
||||
background: #fff;
|
||||
color: #222;
|
||||
outline: none;
|
||||
transition: border-color 0.2s;
|
||||
}
|
||||
.sortingSelect:focus {
|
||||
border-color: #6c63ff;
|
||||
}
|
||||
|
||||
.mobilePhoneGrid {
|
||||
display: flex !important;
|
||||
|
||||
Reference in New Issue
Block a user