mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
13 lines
244 B
SCSS
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;
|
|
} |