Tables as Thibault design

This commit is contained in:
Marc Ducobu
2015-08-26 13:15:53 +02:00
parent deb12a117d
commit 2b45d4cec5
4 changed files with 42 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ $chill-beige :#cabb9f;
$chill-pink :#dd506d;
$chill-dark-gray: #333333;
$chill-light-gray: #b2b2b2;
$chill-llight-gray: $grey-10;
$color-name: "blue" "green" "green-dark" "yellow" "orange" "red" "gray" "beige" "pink" "dark-gray" "light-gray";
$color-code: #334d5c #43b29d #328474 #eec84a #e2793d #df4949 #ececec #cabb9f #dd506d #333333 #b2b2b2;

View File

@@ -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;