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

11 lines
185 B
SCSS
Raw Normal View History

2020-01-28 06:44:36 +01:00
.funnel {
.funnel-success {
background-color: $green;
}
2020-01-28 19:53:33 +01:00
.funnel-dropped {
background-color: $gray-200;
}
2020-01-28 06:44:36 +01:00
table {
table-layout: fixed;
}
}