0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/frontend/style/funnel.scss

8 lines
120 B
SCSS
Raw Normal View History

2020-01-28 06:44:36 +01:00
.funnel {
.funnel-success {
background-color: $green;
}
table {
table-layout: fixed;
}
}