diff --git a/web/ASC.Web.Components/.storybook/styles.scss b/web/ASC.Web.Components/.storybook/styles.scss index ac69fc3a38..e7aa0f0ac0 100644 --- a/web/ASC.Web.Components/.storybook/styles.scss +++ b/web/ASC.Web.Components/.storybook/styles.scss @@ -4,72 +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/bootstrap/dist/css/bootstrap.css";*/ @import "../node_modules/react-toastify/dist/ReactToastify.min.css"; - -body { - font-size: 13px; - /*font-family: "Open-Sans", Arial;*/ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - margin: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; -} -*, -*::before, -*::after { - box-sizing: border-box; -} -svg { - overflow: hidden; - vertical-align: middle; -} - -th { - display: table-cell; - vertical-align: inherit; - font-weight: bold; - text-align: -internal-center; -} -tr { - display: table-row; - vertical-align: inherit; - border-color: inherit; -} -input, -button, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; -} -label { - display: inline-block; - margin-bottom: 0.5rem; -} -h1, .h1 { - font-size: 2.5rem; -} -h3, .h3 { - font-size: 1.75rem; -} -h5, .h5 { - font-size: 1.25rem; -}