react-toolbox/lib/table/_config.scss

6 lines
205 B
SCSS
Raw Normal View History

2016-06-03 23:29:21 +03:00
$table-row-height: 48px !default;
$table-row-divider: solid 1px rgba(0,0,0,.12) !default;
$table-row-offset: 1.8 * $unit !default;
$table-row-highlight: #eee !default;
$table-text-color: #757575 !default;