Changelog
v3.0.0 2023-10-1
- rewrote language switcher in navigation
v2.0.0 2021-11-1
- move to bootstrap 4.6
- make extensive use of bootstrap customization instead of overwriting css
- changed hover colors for primary, secondary and info (former: support)
- added a lot of icons
- use bootstrap input-groups for prefixes and suffixes of inputs
- added steps bar
- improved nav-tabs
- rewrote header navigation
- restructured styleguide
v1.1.0 - 2021-04-28
- Fix number fields without unit. Add the CSS class
with-unit
to input fields when there should be a unit displayed. Remove padding-right
from input[type=number]
.
- Changed stageboxes so the whole box is clickable. Now the
a
element is the outermost wrapper. Removed the ids on the element and added classes for the background color.
v1