tables.scss
1 @import './colors'; 2 3 $table-cell-padding: $space-sm; 4 $table-condensed-cell-padding: $space-xs; 5 $table-bg: transparent; 6 $table-bg-accent: rgba(0, 0, 0, 0.03); 7 $table-bg-hover: rgba(0, 0, 0, 0.06); 8 $table-bg-active: $table-bg-hover; 9 $table-border-color: transparent; 10 $table-cell-padding: 0.75rem 1rem;