Fixes on bootstrap barrio component scss

Created on 8 January 2023, over 1 year ago
Updated 26 January 2023, over 1 year ago

Problem/Motivation

Bootstrap Barrio component scss fixes

Steps to reproduce

1- Check scss/components/breadcrumb.scss

.breadcrumb{} has a font-size property with two values , kept the variable

2- Check scss/components/forms.scss

.form-required::after{} has a background-size, width, height properties

3- Check scss/components/user.scss

many selectors has a background-color or color with a theme-color() function , and changed into map-get()

Proposed resolution

1- In breadcrumb.scss for breadcrumb removed the value of font-size and kept the variable

2- In forms.scss instead of divide by 2 , its multiplied by 0.5

3- In user.scss changed all of theme-color("color-name") into map-get($theme-colors, "color-name")

Remaining tasks

Review

User interface changes

No changes

API changes

No changes

Data model changes

No changes

πŸ› Bug report
Status

Fixed

Version

5.5

Component

Code

Created by

πŸ‡―πŸ‡΄Jordan suhaib_hija

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024