Web: Components: fixed toastr styles

This commit is contained in:
Nikita Gopienko 2019-12-07 10:43:14 +03:00
parent c2b3d22d29
commit cb6377163f

View File

@ -5,3 +5,9 @@ you have to go to `webpack.config.js` file
and enable the options in there
*/
@import '../node_modules/bootstrap/dist/css/bootstrap.css';
.Toastify__toast-container--top-center {
top: 1em;
left: 50%;
margin-left: -160px;
}