2024-01-21 03:38:02 -08:00
|
|
|
@import "../partials/item_header"
|
|
|
|
|
|
|
|
body.item_trades-index
|
|
|
|
.item-header
|
|
|
|
+item-header
|
|
|
|
|
2024-01-21 04:40:25 -08:00
|
|
|
.item-subpage-title
|
2024-01-21 03:38:02 -08:00
|
|
|
text-align: left
|
2024-01-21 04:40:25 -08:00
|
|
|
margin-bottom: .5em
|
2024-01-21 03:38:02 -08:00
|
|
|
|
|
|
|
.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: ", "
|