Web: Components: removed bootstrap from Components

This commit is contained in:
Nikita Gopienko 2019-12-06 12:01:58 +03:00
parent 86a0a6b48c
commit b2ceba6d03
3 changed files with 3 additions and 10 deletions

View File

@ -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;
}
h5, .h5 {
font-size: 1.25rem;
}

View File

@ -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",

View File

@ -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"