octoshrimpy / bulma-o-steps

In-depth Steps component for Bulma.io
https://octoshrimpy.github.io/bulma-o-steps
GNU General Public License v3.0
84 stars 33 forks source link

Add default fontsize using em to the step and content #4

Open octoshrimpy opened 6 years ago

octoshrimpy commented 6 years ago

By giving the step "header" a class, and giving that class a default font-size of 1.5em, we can change the size of the entire step information by giving .steps-segment a rem font-size. Also could declare default size for all steps by giving .steps a modifier class.

make sure to use bulma's size modifiers for default classes. (.is-small, .is-medium, .is-large)