react-toolbox/components/table/_config.scss

6 lines
160 B
SCSS
Raw Normal View History

2015-11-03 09:23:23 +03:00
$table-row-height: 48px;
2015-11-04 06:42:57 +03:00
$table-row-divider: solid 1px rgba(0,0,0,.12);
2015-11-03 09:23:23 +03:00
$table-row-offset: 1.8 * $unit;
2015-11-04 06:42:57 +03:00
$table-row-highlight: #eee;
$table-text-color: #757575;