new Fixes

- Box Header should be bold
- Buttons Hover/Active forms not correct
- Fixed one of the old Checkbox bug
- Footer Made with should be bold
- Sidebar fixes

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-12-02 00:07:27 +01:00
parent f71223b1dc
commit 3495142453
12 changed files with 15246 additions and 5153 deletions

View File

@ -8,6 +8,7 @@ module.exports = {
core: {
builder: "webpack5"
},
staticDirs: ["./public"],
"addons": [
"@storybook/addon-essentials"
],