View | Details | Raw Unified | Return to bug 39696
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-2 / +1 lines)
Lines 1495-1501 $toast-header-border-color: $toast-border-color; Link Here
1495
// scss-docs-start badge-variables
1495
// scss-docs-start badge-variables
1496
$badge-font-size:                   .9em;
1496
$badge-font-size:                   .9em;
1497
$badge-font-weight:                 $font-weight-bold;
1497
$badge-font-weight:                 $font-weight-bold;
1498
$badge-color:                       $white;
1498
$badge-color:                       $black;
1499
$badge-padding-y:                   .35em;
1499
$badge-padding-y:                   .35em;
1500
$badge-padding-x:                   .65em;
1500
$badge-padding-x:                   .65em;
1501
$badge-border-radius:               var(--#{$prefix}border-radius);
1501
$badge-border-radius:               var(--#{$prefix}border-radius);
1502
- 

Return to bug 39696