Closed btmikolajczyk closed 3 years ago
looks like there might be a class name that doesn't have a corresponding css selector anymore
hi @tim1uphealth we leave these classes to give the library user the ability to overwrite bootstrap styles with their own using CSS files, in which it will be possible to place selectors that will correspond to the class names.
Issue: #92
PR Checklist
Why are these changes needed?
Due to the fact that previous styles should be replaced with styles based on Bootstrap classes, it is necessary to change these styles in the atomic components first.
What changed?
Header - atomic component was changed. New styles were created from the bootstrap classes.
How are these changes tested?
Changes were tested with the storybook. Because Header - atomic component is used in almost all resource components, the change of its code impacts all of them. It may look strange at the moment, but the position of the header elements will be changed when editing individual components