mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- designing the dashboard
- resume preview - create resume modal
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user