forked from OpenNeo/impress
Emi Matchu
a315282b70
No more of this loading everything into `application.css`! I'm arbitrarily starting here because that's where I've been playing lately, but this is part of a larger effort to move toward a more straightforward CSS architecture (and away from Sass even?)
28 lines
405 B
Sass
28 lines
405 B
Sass
@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
|
|
|
|
.trade-list-names
|
|
list-style: none
|
|
|
|
li
|
|
display: inline
|
|
|
|
&:not(:last-child)::after
|
|
content: ", "
|