Web: Components: added base styles

This commit is contained in:
Nikita Gopienko 2019-12-06 10:16:33 +03:00
parent 105b4bdd3a
commit cff8bb3ad0

View File

@ -6,3 +6,28 @@ and enable the options in there
*/
/*@import "../node_modules/bootstrap/dist/css/bootstrap.css";*/
@import "../node_modules/react-toastify/dist/ReactToastify.min.css";
body {
font-size: 13px;
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;
text-align: left;
}
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;
}
h5, .h5 {
font-size: 1.25rem;
}