Skip to content

CSS - fs-7 Utility Class Does Not Exist in Bootstrap 5 (Only fs-1 through fs-6) #21

@Maj3D10

Description

@Maj3D10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcssCSS styling issueseverity-mediumMedium - code quality/UX issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions