Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find css for datetime module

I found I can use this css link: https://unpkg.com/@blueprintjs/core@^1.11.0/dist/blueprint.css for blueprint. Where do I get the CSS for the datetime module from?

It looks like this at the moment: enter image description here

like image 475
kev Avatar asked Aug 06 '26 14:08

kev


1 Answers

You must import the correct styles for DateRangeInput

@import "~normalize.css/normalize.css"; 
@import "~@blueprintjs/icons/lib/css/blueprint-icons.css"; 
@import "~@blueprintjs/core/lib/css/blueprint.css";
@import "~@blueprintjs/datetime/lib/css/blueprint-datetime.css";
like image 133
Zerocity Avatar answered Aug 09 '26 04:08

Zerocity



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!