refonte des styles des tableaux
This commit is contained in:
parent
8ed3ecdfc8
commit
ad3e11559d
5 changed files with 63 additions and 50 deletions
|
@ -60,6 +60,13 @@ $color-arrow : $color-dark;
|
|||
// checkboxes, radios
|
||||
$color-checkbox : $color-gray3;
|
||||
|
||||
// tables
|
||||
$border-table : $color-gray4;
|
||||
$color-table-caption : $color-gray3;
|
||||
$color-table-head : $color-base;
|
||||
$background-table : transparent;
|
||||
$background-table-head : transparent;
|
||||
|
||||
// buttons, badges, alerts color variants list
|
||||
// name - background-color - color - border
|
||||
$variants-list: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue