Changeset View
Changeset View
Standalone View
Standalone View
common/static/common/styles/studio/_tables.scss
| Show All 9 Lines | .table-sm { | ||||
| font-size: $small-font-size; | font-size: $small-font-size; | ||||
| } | } | ||||
| .markdown-text { | .markdown-text { | ||||
| table { | table { | ||||
| @extend .table; | @extend .table; | ||||
| } | } | ||||
| } | } | ||||
| .table-receipts { | |||||
| background: $secondary; | |||||
| border-radius: $border-radius; | |||||
| th { | |||||
| border-top-width: 0; | |||||
| padding-top: $spacer; | |||||
| padding-bottom: $spacer; | |||||
| } | |||||
| td { | |||||
| padding: $spacer 0; | |||||
| } | |||||
| tr { | |||||
| th:first-child, | |||||
| td:first-child { | |||||
| padding-left: $spacer; | |||||
| } | |||||
| th:last-child, | |||||
| td:last-child { | |||||
| padding-right: $spacer; | |||||
| } | |||||
| } | |||||
| } | |||||