1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 05:51:42 +04:00

buttons color fixes

This commit is contained in:
codecalm
2020-03-28 18:01:16 +01:00
parent 360082fe2a
commit 44310ba94c
+1 -3
View File
@@ -13,6 +13,7 @@ $icon-fonts: () !default;
// COLORS
$theme-color-interval: 10% !default;
$min-contrast-ratio: 1.5 !default;
$light: #f5f7fb !default;
$dark: #354052 !default;
@@ -426,9 +427,6 @@ $table-accent-bg: $min-black !default;
$toast-border-color: $border-color !default;
$toast-header-color: $text-muted !default;
//other
$yiq-contrasted-threshold: 200 !default;
//progress
$progress-bg: $light-mix !default;
$progress-height: .5rem !default;