mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
11 lines
185 B
SCSS
11 lines
185 B
SCSS
.funnel {
|
|
.funnel-success {
|
|
background-color: $green;
|
|
}
|
|
.funnel-dropped {
|
|
background-color: $gray-200;
|
|
}
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
} |