diff --git a/products/ASC.People/Client/src/custom.scss b/products/ASC.People/Client/src/custom.scss index 05526dfcf4..edf2b1bfe4 100644 --- a/products/ASC.People/Client/src/custom.scss +++ b/products/ASC.People/Client/src/custom.scss @@ -4,7 +4,6 @@ $font-family-base: 'Open Sans', sans-serif; // Import Bootstrap and its default variables @import '~bootstrap/scss/bootstrap.scss'; @import '~react-toastify/dist/ReactToastify.min.css'; -@import "~react-datepicker/dist/react-datepicker.css"; html, body { height: 100%; diff --git a/web/ASC.Web.Components/.storybook/styles.scss b/web/ASC.Web.Components/.storybook/styles.scss index 297d45b398..b64ee8c974 100644 --- a/web/ASC.Web.Components/.storybook/styles.scss +++ b/web/ASC.Web.Components/.storybook/styles.scss @@ -4,7 +4,5 @@ It can also be an scss file, however, you have to go to `webpack.config.js` file and enable the options in there */ - @import '../node_modules/bootstrap/dist/css/bootstrap.css'; -@import '../node_modules/react-toastify/dist/ReactToastify.min.css'; -@import "../node_modules/react-datepicker/dist/react-datepicker.css"; +@import '../node_modules/react-toastify/dist/ReactToastify.min.css'; \ No newline at end of file