Description
Bootstrap 5 defines s-1 through s-6. Several components use s-7:
azor class="btn-nooksy btn-nooksy-primary py-2 fs-7" class="btn-nooksy btn-nooksy-accent py-1 px-3 fs-7"
Fix
Either add a custom utility to
ooksy.css:
css .fs-7 { font-size: 0.8rem !important; }
Or replace s-7 with small or s-6.
Source: Item #20 from NOOKSY_AUDIT.md
Description
Bootstrap 5 defines s-1 through s-6. Several components use s-7:
azor class="btn-nooksy btn-nooksy-primary py-2 fs-7" class="btn-nooksy btn-nooksy-accent py-1 px-3 fs-7"Fix
Either add a custom utility to
ooksy.css:
css .fs-7 { font-size: 0.8rem !important; }Or replace s-7 with small or s-6.
Source: Item #20 from NOOKSY_AUDIT.md