[TELE-1277] set latest eo vars for cells

This commit is contained in:
Daniel Muyshond 2022-04-20 16:37:26 +02:00
parent b5ecc3d919
commit 3205119691
1 changed files with 8 additions and 5 deletions

View File

@ -16,13 +16,16 @@ $border-radius: 3px;
/*CELL*/
$cell-background: 0;
$cell-border: 0;
$cell-border-radius: $border-radius !default;
$cell-color: inherit !default;
$cell-title-cover-border: true !default;
$cell-entry-color: darken($link-color, 10%);
$cell-entry-font-weight: normal !default;
$cell-entry-border-color: none;
$cell-entry-border: 0;
$cell-entry-hover-effect: left-to-right;
$cell-entry-hover-color: white;
$cell-entry-hover-background: darken($primary-color, 3%);
$cell-title-color: #333333;
$cell-color: inherit;
$cell-entry-hover-effect: left-to-right;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);