1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

charts fixes

This commit is contained in:
codecalm
2019-12-20 23:58:12 +01:00
parent 004cf028cd
commit 578419c3e7
9 changed files with 63 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
$debug: false;
@if $debug {
$colors: ("blue": $blue, "azure": $azure, "indigo": $indigo, "purple": $purple, "pink": $pink, "red": $red, "orange": $orange, "yellow": $yellow, "green": $green, "teal": $teal, "cyan": $cyan);
$colors: ("blue": $blue, "azure": $azure, "indigo": $indigo, "purple": $purple, "pink": $pink, "red": $red, "orange": $orange, "yellow": $yellow, "lime": $lime, "green": $green, "teal": $teal, "cyan": $cyan);
@each $name, $color in $colors {
@debug ("#{$name}: '#{$color}'");

View File

@@ -2,7 +2,7 @@
display: flex;
align-items: center;
min-height: 2.25rem;
margin: .25rem 0 1.5rem;
margin: .25rem 0 $card-spacer-y;
>* {
flex: 1;

View File

@@ -20,7 +20,7 @@
.card-sm {
.card-body {
padding: .75rem;
padding: map-get($spacers, 3);
}
}