No, don't replace the core box-sizing. That will break Bootstrap sizing. You need to specifically use the below.Ah ha, this seems to grab it:
.cb_template * {
box-sizing: content-box;
}
as opposed to:
cb_template .cbregPlanSelector_rounded * {
box-sizing: content-box;
}
The above doesn't hange anthing in the styling. The first one does. It's not perfect, but gives me room to play.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.