mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
* fix missing defaultSorted props for default sort sample * implement customized classes for sorted header * [test] test for sorted header classes * implement customized style for sorted header * [test] test for sorted header style * update document * add missing props check and fix typo * seperate sorting style and header into two props * [test] add test case if column.headerStyle and column.headerClasses were defined * implement customized header style and classes in column level * [test] test for customized header style and classes in column level * [DOC] document for customized classes and styles * sample for customized classes and styles * typo fix for document * tuning the wording for test and documents
15 lines
280 B
SCSS
15 lines
280 B
SCSS
|
|
body {
|
|
font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
font-weight: 300;
|
|
}
|
|
|
|
// font color
|
|
$grey-500: #9E9E9E;
|
|
$grey-900: #212121;
|
|
$pink-500: #E91E63;
|
|
$green-lighten-2: #81c784;
|
|
$green-lighten-4: #c8e6c9;
|
|
$light-blue: #00BFFF;
|
|
$markdown-color: #f6f8fa;
|