mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* fix(ui-nav): use selected ring and remove item margin override * fix(listings): format prices as 1.234,50 € with tabular numerals * fix(listings): align watchlist star button styles * fix(version-banner): set margin-bottom to 16px * fix(ui-nav): keep selected ring with focus reset * fix(listings): right-align price values * fix(listings): remove cart icon from price display * fix(listings): format detail price with shared formatter * revert(listings): restore grid tile layout from master Drop watchlist/actions restyle on grid cards.
25 lines
337 B
Plaintext
25 lines
337 B
Plaintext
.versionBanner {
|
|
margin-bottom: 16px;
|
|
|
|
.semi-banner-body {
|
|
padding: 6px 16px;
|
|
}
|
|
|
|
&__bar {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
&__details {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
&__notes {
|
|
max-height: 400px;
|
|
overflow-y: auto;
|
|
padding-right: 4px;
|
|
}
|
|
}
|