2024-09-09 18:48:08 -07:00
|
|
|
@import "../partials/item_header"
|
|
|
|
|
|
|
|
|
|
.item-header
|
|
|
|
|
+item-header
|
|
|
|
|
|
|
|
|
|
.item-subpage-title
|
|
|
|
|
text-align: left
|
|
|
|
|
margin-bottom: .5em
|
|
|
|
|
|
|
|
|
|
.trades-table
|
|
|
|
|
text-align: left
|
|
|
|
|
width: 100%
|
|
|
|
|
table-layout: fixed
|
|
|
|
|
|
|
|
|
|
th, td
|
|
|
|
|
&:nth-child(1), &:nth-child(2)
|
|
|
|
|
width: 15ch
|
|
|
|
|
overflow: hidden
|
|
|
|
|
text-overflow: ellipsis
|
|
|
|
|
|
2025-06-22 10:40:27 -07:00
|
|
|
td[data-is-same-as-prev]
|
|
|
|
|
// Visually hidden
|
|
|
|
|
clip: rect(0 0 0 0)
|
|
|
|
|
clip-path: inset(50%)
|
|
|
|
|
height: 1px
|
|
|
|
|
overflow: hidden
|
|
|
|
|
position: absolute
|
|
|
|
|
white-space: nowrap
|
|
|
|
|
width: 1px
|
|
|
|
|
|
2024-09-09 18:48:08 -07:00
|
|
|
.trade-list-names
|
|
|
|
|
list-style: none
|
|
|
|
|
|
|
|
|
|
li
|
|
|
|
|
display: inline
|
|
|
|
|
|
|
|
|
|
&:not(:last-child)::after
|
|
|
|
|
content: ", "
|