UNPKG

@schukai/monster

Version:

Monster is a simple library for creating fast, robust and lightweight websites.

41 lines (40 loc) 807 B
/** generated from table.pcss **/ th { text-align: inherit; } .monster-table { border-collapse: collapse; box-sizing: border-box; color: #212529; margin-bottom: 1rem; width: 100%; } .monster-table tr { margin: 10px 0; } .monster-table td, .monster-table th { padding: .75rem; vertical-align: top; } .monster-table thead th { vertical-align: bottom; } .monster-table-container { box-sizing: border-box; display: block; margin: 0; overflow-x: auto; padding: 8px; width: 100%; } .monster-table tbody tr td, .monster-table tbody tr th, .monster-table-container { background-color: var(--monster-theme-control-bg-color); color: var(--monster-theme-control-color); } .monster-table tbody tr td, .monster-table tbody tr th { border-bottom: 1px solid var(--monster-theme-control-border-color); }