mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
pagination, charts, avatars docs
This commit is contained in:
@@ -97,11 +97,10 @@ $colors: (
|
||||
) !default;
|
||||
|
||||
$avatar-sizes: (
|
||||
("xs", 1.25rem, 1rem),
|
||||
("sm", 1.5rem, 1rem),
|
||||
("md", 2.5rem, 1rem),
|
||||
("lg", 3.75rem, 1.25rem),
|
||||
("xl", 5rem, 2rem)
|
||||
"sm": 1.25rem,
|
||||
"md": 3rem,
|
||||
"lg": 4.5rem,
|
||||
"xl": 6rem
|
||||
) !default;
|
||||
|
||||
$font-size-base: .9375rem !default;
|
||||
@@ -159,7 +158,9 @@ $pagination-border-width: 0 !default;
|
||||
$pagination-padding-y: .25rem !default;
|
||||
$pagination-padding-x: .25rem !default;
|
||||
$pagination-color: $text-muted !default;
|
||||
$pagination-disabled-color: $text-muted-light !default;
|
||||
$pagination-bg: transparent !default;
|
||||
$pagination-disabled-bg: transparent !default;
|
||||
$pagination-disabled-color: rgba($text-muted-light, .5) !default;
|
||||
|
||||
//docelowo przeniesc gdzieindziej
|
||||
$yiq-contrasted-threshold: 200 !default;
|
||||
|
||||
Reference in New Issue
Block a user