2024-05-20 15:23:34 -07:00
|
|
|
@import "../partials/clean/constants"
|
|
|
|
@import "../partials/clean/mixins"
|
|
|
|
|
|
|
|
.item-list
|
|
|
|
border-collapse: collapse
|
|
|
|
border: 1px solid $soft-border-color
|
2024-05-22 14:47:43 -07:00
|
|
|
width: 60%
|
|
|
|
table-layout: auto
|
2024-05-20 15:23:34 -07:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2024-05-22 14:47:43 -07:00
|
|
|
.thumbnail-cell
|
2024-05-20 16:15:46 -07:00
|
|
|
width: 2.5em
|
|
|
|
height: 2.5em
|
2024-05-20 15:23:34 -07:00
|
|
|
|
2024-05-22 14:47:43 -07:00
|
|
|
img
|
|
|
|
display: block
|
|
|
|
width: 100%
|
|
|
|
height: 100%
|
2024-05-20 15:23:34 -07:00
|
|
|
|
2024-05-21 18:57:32 -07:00
|
|
|
.name-cell a
|
|
|
|
text-decoration: none
|
2024-05-22 14:57:28 -07:00
|
|
|
&:hover, &:focus
|
2024-05-21 18:57:32 -07:00
|
|
|
text-decoration: underline
|
|
|
|
|
2024-05-22 14:47:43 -07:00
|
|
|
.actions-cell
|
|
|
|
text-align: right
|
|
|
|
padding-left: 1em
|
|
|
|
font-size: 85%
|
|
|
|
|
2024-05-22 14:57:28 -07:00
|
|
|
tbody
|
|
|
|
tr
|
|
|
|
&:hover, &:focus-within
|
|
|
|
background: rgba($module-bg-color, 0.5)
|
|
|
|
|
2024-05-20 15:23:34 -07:00
|
|
|
thead
|
|
|
|
background: $module-bg-color
|
|
|
|
|
|
|
|
th
|
|
|
|
text-align: left
|
|
|
|
|
2024-05-20 16:15:46 -07:00
|
|
|
.actions-cell button
|
2024-05-20 15:23:34 -07:00
|
|
|
/* Bootstrap's Purple 600 */
|
|
|
|
+awesome-button-color(#59359a)
|
2024-05-22 15:41:46 -07:00
|
|
|
|
|
|
|
.special-color-explanation
|
|
|
|
text-wrap: balance
|
|
|
|
font-style: italic
|