mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 12:01:08 -04:00
* Migrate Cohort to React: Editor * Extract prepareData and getOptions to own files * Refine CohortRenderer Angular component (js, less, prepareData) for easier migration * Migrate Cohort to React: Renderer * Migrate Cornelius to React: styles * Migrate Cohort to React: Cornelius library * Cornelius: add licence info; remove unused style * Cornelius: use numeral to format numbers; revisit styles * Cornelius: use moment to format date labels * Cornelius: use chroma for cell backgrounds; update options; update proptypes; minor fixes * Tidy up * Tests
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
@import (reference, less) '~@/assets/less/inc/variables';
|
|
|
|
.cohort-visualization-container {
|
|
.cornelius-table {
|
|
width: 100%;
|
|
|
|
&, tr, th, td {
|
|
border-color: @table-border-color;
|
|
}
|
|
|
|
.cornelius-time,
|
|
.cornelius-label,
|
|
.cornelius-stage,
|
|
.cornelius-people {
|
|
background-color: fade(@redash-gray, 3%);
|
|
}
|
|
}
|
|
}
|