Discussions

Ask a Question
Back to All

Club Registration variables not working or incomplete

Just for a little context I'm trying to style all variables on a custom black background, and things have been pretty troublesome. I've noticed a few inconsistencies listed below:

There's a few variables that don't seem to be working:

--bs-btn-font-family // not working
--bs-btn-font-weight // not working
--bs-form-select-bg-img // not working
--bs-form-switch-bg // not working
--vs-embed-link-primary // not working
--vs-radio-checked-bg-color // not working
--vs-radio-checked-border-color // not working
--vs-radio-selected-bg // not working
--vs-radio-border-color // not working

There's a few properties that need support:

// .link-primary:hover, .link-primary:focus { color } // need variable for this
// .vs-radio label {border-radius} // need variable for this
// .vs-radio input[type=radio]:checked+label:before {background-image} // need variable for this
// .text-bg-warning {color} // need variable for this

I'm not sure if it's possible to style the Credit Card field, but I would need the text to populate as white instead of black.

Also, it would be nice if buttons have all the same styling options as the pop-out cart, right now I'm only able to edit the colors...

// padding: ;
// font-family: ;
// font-size: ;
// font-weight: ;
// line-height: ;
// letter-spacing: ;
// text-transform: ;
// text-decoration: ;