1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

breadcrumb variants

This commit is contained in:
codecalm
2019-07-09 19:48:13 +02:00
parent 50cd04c4ce
commit 8f355f2802
5 changed files with 40 additions and 13 deletions
+7
View File
@@ -217,6 +217,13 @@ $btn-font-weight: 600 !default;
$btn-font-size: 14px !default;
$btn-border-radius: 3px !default;
//breadcrumb
$breadcrumb-variants: (
dots: '·',
arrows: '',
bullets: '\02022',
) !default;
//pagination
$pagination-border-width: 0 !default;
$pagination-padding-y: .25rem !default;