impress/app/assets/stylesheets/item_trades/_index.sass
Emi Matchu c6927c2ce8 Add basic styles to trades page
Still not accessible via links, just exists!
2024-01-21 03:38:02 -08:00

25 lines
368 B
Sass

@import "../partials/item_header"
body.item_trades-index
.item-header
+item-header
.item-page-subtitle
text-align: left
.trades-table
text-align: left
width: 100%
table-layout: fixed
th:nth-child(1), th:nth-child(2)
width: 15ch
.trade-list-names
list-style: none
li
display: inline
&:not(:last-child)::after
content: ", "