0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/frontend/style/funnel.scss
2020-01-28 10:53:33 -08:00

11 lines
185 B
SCSS

.funnel {
.funnel-success {
background-color: $green;
}
.funnel-dropped {
background-color: $gray-200;
}
table {
table-layout: fixed;
}
}