You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Cyriaque : "In some exceptional cases we provide components with a lower dont 14 px font size such a Small button or Small quantity selector" :
Therefore we need to put back small inputs (i.e. form controls with CSS class .form-control-sm) into Boosted.
Motivation and context
It will be helpfull to simply use CSS class '.form-control-sm intead of doing weird things like what we have done for the quantity selector (i.e. '$input-padding-y-sm: divide($input-padding-y, 2) !default; // Boosted mod').
The text was updated successfully, but these errors were encountered:
Closing it since .form-control-sm is back to Boosted via #1230.
Create a new one to see if using .form-control-sm in our Boosted specific small form controls can be useful.
Prerequisites
Proposal
According to Cyriaque : "In some exceptional cases we provide components with a lower dont 14 px font size such a Small button or Small quantity selector" :
Therefore we need to put back small inputs (i.e. form controls with CSS class .form-control-sm) into Boosted.
Motivation and context
It will be helpfull to simply use CSS class '.form-control-sm intead of doing weird things like what we have done for the quantity selector (i.e. '$input-padding-y-sm: divide($input-padding-y, 2) !default; // Boosted mod').
The text was updated successfully, but these errors were encountered: