- designing the dashboard

- resume preview
- create resume modal
This commit is contained in:
Amruth Pillai
2020-07-04 10:26:29 +05:30
parent dd5e594dc9
commit e1f1d84201
27 changed files with 556 additions and 26 deletions

View File

@ -1,5 +1,4 @@
@import "~react-loader-spinner/dist/loader/css/react-spinner-loader.css";
@import "~react-toastify/dist/ReactToastify.css";
@import "./toastify.css";
:root {

View File

@ -1,5 +1,7 @@
@import "~react-toastify/dist/ReactToastify.css";
.Toastify__toast {
@apply px-8 py-6 shadow-lg rounded;
@apply px-8 py-6 shadow rounded;
}
.Toastify__toast--default {