Automatically closed - issue fixed for 2 weeks with no activity.
Bootstrap Barrio component scss fixes
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()
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")
Review
No changes
No changes
No changes
Fixed
5.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.