MyCrypto/common/sass/variables/tables.scss

9 lines
279 B
SCSS

$table-cell-padding: $space-sm;
$table-condensed-cell-padding: $space-xs;
$table-bg: transparent;
$table-bg-accent: rgba(0, 0, 0, 0.03);
$table-bg-hover: rgba(0, 0, 0, 0.06);
$table-bg-active: $table-bg-hover;
$table-border-color: transparent;
$table-cell-padding: 0.75rem 1rem;