mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
spinners, small fixes
This commit is contained in:
@@ -157,6 +157,11 @@ $container-max-widths: (
|
||||
//badges
|
||||
$badge-font-weight: 600 !default;
|
||||
|
||||
//buttons
|
||||
$btn-font-weight: 600 !default;
|
||||
$btn-font-size: 14px !default;
|
||||
$btn-border-radius: 3px !default;
|
||||
|
||||
//pagination
|
||||
$pagination-border-width: 0 !default;
|
||||
$pagination-padding-y: .25rem !default;
|
||||
@@ -166,6 +171,12 @@ $pagination-bg: transparent !default;
|
||||
$pagination-disabled-bg: transparent !default;
|
||||
$pagination-disabled-color: rgba($text-muted-light, .5) !default;
|
||||
|
||||
//spinner
|
||||
$spinner-width: 1.5rem !default;
|
||||
$spinner-height: 1.5rem !default;
|
||||
$spinner-border-width: 2px !default;
|
||||
$spinner-border-width-sm: 2px !default;
|
||||
|
||||
//toasts
|
||||
$toast-border-color: $border-color !default;
|
||||
$toast-header-color: $text-muted !default;
|
||||
|
||||
Reference in New Issue
Block a user