impress/app/assets/stylesheets/items/sources.sass
Emi Matchu 19470f74d4 Use table layout for Item Getting Guide item list
This helps us be more efficient with our use of space, keep the CTAs well
aligned, show a clear total, and set up how we might do CTAs for more complex
cases like all the potential Neopoint CTAs like Wiz/Trades/Auction/etc!
2024-05-20 15:23:34 -07:00

41 lines
682 B
Sass

@import "../partials/clean/constants"
@import "../partials/clean/mixins"
.item-list
border-collapse: collapse
border: 1px solid $soft-border-color
td, th
border-top: 1px solid $soft-border-color
border-bottom: 1px solid $soft-border-color
padding: .25em
vertical-align: middle
&:first-child
padding-left: .5em
&:last-child
padding-right: .5em
.thumbnail-cell
img
display: block
width: 2.5em
height: 2.5em
.add-to-cart-cell
text-align: right
padding-left: 1em
thead
background: $module-bg-color
th
text-align: left
.add-to-cart
/* Bootstrap's Purple 600 */
+awesome-button-color(#59359a)
.add-to-cart
font-size: 85%