* fix: Reorder conflict review columns Fixes #6528 Also remove some redundant computation while I'm here. * Remove some more stuff that isn't needed * Progress * Delivers current functionality * Add some comments * Handle expired docs * Interim commit * Fix tests * Cleanup * More cleanup * Reduce differences to current view * Interim commit * More progress * Getting close * Make page functional again * Remove unused variable * Suppress mypy warning * Fix #6553 * Log in as secretary to execute new code, and remove redundant check * Remove unneeded code * Fix #6608 by adding link to state description to state heading * Missed part of this change in last commit. Also fix an unrelated template nit while I'm here.
7 lines
142 B
SCSS
7 lines
142 B
SCSS
@import "npm:highcharts/css/highcharts.css";
|
|
@import "custom-bs-import";
|
|
|
|
.highcharts-container {
|
|
font-family: $font-family-sans-serif;
|
|
}
|