mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
16 lines
270 B
CSS
16 lines
270 B
CSS
@import "~react-toastify/dist/ReactToastify.css";
|
|
|
|
.Toastify__toast {
|
|
@apply px-8 py-6 shadow rounded;
|
|
}
|
|
|
|
.Toastify__toast--default {
|
|
@apply bg-primary-900 text-primary-50;
|
|
}
|
|
|
|
.Toastify__toast-body {
|
|
font-family: "Montserrat", sans-serif;
|
|
|
|
@apply font-medium;
|
|
}
|