Latest solutions
Latest comments
- @rishipurwar1@LemoineSimon
Good work !
The code is good and the production is almost identical to the model! The use of the background-clip is smart and very interesting!
To go further, you could try to manage the dark theme with CSS variables, it would be more dynamic and you would not have to overload all your components with classes dedicated to the theme.
Go on like this!
- @SGolbert@LemoineSimon
Hi Sebastian, here's some tips I can give you to go a little further on this integration: You can combine the style of your '.dashboard-element' and '.overview-item', they visually have the same appearance. Also the ':before' of your '.dashboard-element' generates glitch at the lower borders, you avoid that by using an overflow: hidden instead of an overflow: inherit, put border-radius on each corner. And on :before, remove the bottom properties and the negative margin-top and use var (-- card-top-border) for the height. And don't forget the z-index at 1 :)