mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Tables as Thibault design
This commit is contained in:
@@ -23,6 +23,14 @@ $form-border-color-hover: $black;
|
||||
$form-border-color-focus: $black;
|
||||
$form-border-size: 1px;
|
||||
|
||||
// Table
|
||||
$table-head-bg-color: unset;
|
||||
$table-body-tr-bg-color-even: $chill-llight-gray;
|
||||
$table-body-tr-bg-color-odd: $white;
|
||||
$table-body-td-border: 1px solid $black;
|
||||
$table-body-td-text-align: left;
|
||||
|
||||
// Tabs
|
||||
$tabs-nav-margin-bottom: 0.2em;
|
||||
$tabs-nav-bg-color: $yellow;
|
||||
$tabs-nav-text-color: $blue;
|
||||
@@ -30,4 +38,4 @@ $tabs-new-border: none;
|
||||
$tabs-nav-hover-border: none;
|
||||
$tabs-nav-hover-text-color: $blue;
|
||||
$tabs-nav-font-family: "open_sansbold";
|
||||
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;
|
||||
$tabs-nav-padding: 0.3em 0.3em 0.3em 0.6em;
|
||||
|
Reference in New Issue
Block a user