From b2ceba6d0326bd300386b78f28022d9f0f81f617 Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Fri, 6 Dec 2019 12:01:58 +0300 Subject: [PATCH] Web: Components: removed bootstrap from Components --- web/ASC.Web.Components/.storybook/styles.scss | 7 +++---- web/ASC.Web.Components/package.json | 1 - web/ASC.Web.Components/yarn.lock | 5 ----- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/web/ASC.Web.Components/.storybook/styles.scss b/web/ASC.Web.Components/.storybook/styles.scss index eee582cc5e..55b39dba43 100644 --- a/web/ASC.Web.Components/.storybook/styles.scss +++ b/web/ASC.Web.Components/.storybook/styles.scss @@ -4,7 +4,6 @@ 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"; body { @@ -28,6 +27,6 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; } - h5, .h5 { - font-size: 1.25rem; - } \ No newline at end of file +h5, .h5 { + font-size: 1.25rem; +} \ No newline at end of file diff --git a/web/ASC.Web.Components/package.json b/web/ASC.Web.Components/package.json index 980ec32126..863470d02f 100644 --- a/web/ASC.Web.Components/package.json +++ b/web/ASC.Web.Components/package.json @@ -95,7 +95,6 @@ "svg-inline-loader": "^0.8.0" }, "dependencies": { - "bootstrap": "^4.3.1", "email-addresses": "^3.0.3", "html-to-react": "^1.4.2", "lodash": "4.17.15", diff --git a/web/ASC.Web.Components/yarn.lock b/web/ASC.Web.Components/yarn.lock index 682c99583f..3aa186fd90 100644 --- a/web/ASC.Web.Components/yarn.lock +++ b/web/ASC.Web.Components/yarn.lock @@ -3193,11 +3193,6 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap@^4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" - integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag== - boxen@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"