From dbf2620763feb03ff74c90ddd681a83023b8aa87 Mon Sep 17 00:00:00 2001 From: Gerardo Furtado Date: Thu, 27 Jun 2024 21:44:07 +1000 Subject: [PATCH] CSS file --- assets/css/progress.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/css/progress.css diff --git a/assets/css/progress.css b/assets/css/progress.css new file mode 100644 index 0000000..df052b8 --- /dev/null +++ b/assets/css/progress.css @@ -0,0 +1 @@ +#progressroot{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--ocha-blue: #1f69b3;--ocha-blue-lighter: #82b5e9;--ocha-blue-darker: #144372}.xAxisTopChart path,.yAxisTopChart path{stroke:none;fill:none}.xAxisTopChart line{stroke:#666;fill:none}.yAxisTopChart line{stroke:#ccc;fill:none;stroke-dasharray:3,3}.xAxisTopChart text,.yAxisTopChart text{font-size:10px;fill:#666}.topChartLabels{text-anchor:middle;fill:#333;font-size:10px;font-weight:700;letter-spacing:-.5px}.downloadIcon:focus{outline:none}.MuiButtonBase-root:focus{outline:none}.scrollSpyTab:hover{background-color:#f5f8ff}