0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00
posthog/frontend/style/toast.scss
2020-02-06 20:26:50 -08:00

13 lines
244 B
SCSS

.Toastify__toast-container {
width: 530px;
opacity: 1;
transform: none;
}
.Toastify__toast {
padding: 1rem 2rem;
border-radius: 3px;
color: $body-color;
}
.Toastify__progress-bar--default {
background: $green;
}