table footer variables
This commit is contained in:
parent
ad9d1c1890
commit
ce17704435
1 changed files with 7 additions and 5 deletions
|
@ -105,9 +105,11 @@ $switch-border-radius: 3em;
|
|||
// component: tables
|
||||
$table-border : $gray-500;
|
||||
$table-caption-color : $gray-800;
|
||||
$table-head-color : $color-base;
|
||||
$table-background : transparent;
|
||||
$table-head-color : $color-base;
|
||||
$table-head-background : transparent;
|
||||
$table-footer-color : $color-base;
|
||||
$table-footer-background : transparent;
|
||||
|
||||
// component: buttons, badges, alerts color variants list
|
||||
// name - background-color - color - border
|
||||
|
|
Loading…
Reference in a new issue