|
|
|
@ -6,8 +6,8 @@ $color-border-dark: darken($color-border, 20%); |
|
|
|
$color-title: #000; |
|
|
|
$color-text: #373a3c; |
|
|
|
$color-text-decent: #a9b2bb; |
|
|
|
$color-subtext: #818181; |
|
|
|
$color-empty: #949494; |
|
|
|
$color-subtext: $color-text-decent; |
|
|
|
$color-empty: $color-text-decent; |
|
|
|
$color-control: rgba(0, 0, 0, .15); |
|
|
|
$color-input: #dbe4eb; |
|
|
|
$color-disabled: #eef1f4; |
|
|
|
@ -45,7 +45,7 @@ $color-panel-icon: #a2b0b6; |
|
|
|
$color-table: #fff; |
|
|
|
$color-table-footer: #ecf2f6; |
|
|
|
$color-table-border: #e9ecef; |
|
|
|
$color-table-header: #a0a0a0; |
|
|
|
$color-table-header: $color-text-decent; |
|
|
|
|
|
|
|
$color-modal-header-background: #2e3842; |
|
|
|
$color-modal-header-foreground: #6a7681; |
|
|
|
|