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

@ -31,7 +31,7 @@ export default class Footer extends React.Component<Props> {
{this.props.text ? (
<Text>{this.props.text}</Text>
) : (
<Text>Made with <span className={css.animation}><Heart color={'#E6808A'} fill={'#E6808A'} size={16} fillOpacity={0.5} /></span> by {this.props.company || 'Dzeio'}</Text>
<Text weight="bold">Made with <span className={css.animation}><Heart color={'#E6808A'} fill={'#E6808A'} size={16} fillOpacity={0.5} /></span> by {this.props.company || 'Dzeio'}</Text>
)}
</Col>
<Col>