Refactor products sort order select title styles
- Removed inline-block display and replaced it with flex display for better alignment. - Adjusted width to fit-content and added nowrap to prevent text wrapping.
This commit is contained in:
@@ -1583,4 +1583,28 @@ body.high-contrast {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.displayLeftColumn {
|
||||
.ab.block.list-view {
|
||||
border: 1px solid #FFF;
|
||||
padding: 5px;
|
||||
background: #000 !important;
|
||||
|
||||
.block-title {
|
||||
background: #000 !important;
|
||||
color: #FFF;
|
||||
|
||||
h2 {
|
||||
color: #FFF !important;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.item-list {
|
||||
a {
|
||||
color: #FFF !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user