feat: messing with the theme

This commit is contained in:
Maxime Beauchemin
2024-12-20 09:12:55 -08:00
parent 3e69ba1384
commit 336763f0c9
435 changed files with 11072 additions and 4081 deletions

View File

@@ -46,7 +46,7 @@ export default styled(ParallelCoordinates)`
}
.parcoords svg,
.parcoords canvas {
font-size: ${theme.typography.sizes.s}px;
font-size: ${theme.fontSizeSM}px;
position: absolute;
}
.parcoords > canvas {
@@ -55,7 +55,7 @@ export default styled(ParallelCoordinates)`
.parcoords text.label {
font: 100%;
font-size: ${theme.typography.sizes.s}px;
font-size: ${theme.fontSizeSM}px;
cursor: drag;
}
.parcoords rect.background {
@@ -74,7 +74,7 @@ export default styled(ParallelCoordinates)`
.parcoords .axis line,
.parcoords .axis path {
fill: none;
stroke: ${theme.colors.grayscale.dark1};
stroke: ${theme.colorText};
shape-rendering: crispEdges;
}
.parcoords canvas {
@@ -84,7 +84,7 @@ export default styled(ParallelCoordinates)`
-o-transition: opacity 0.3s;
}
.parcoords canvas.faded {
opacity: ${theme.opacity.mediumLight};
opacity: 35%;
}
.parcoords {
-webkit-touch-callout: none;
@@ -100,7 +100,7 @@ export default styled(ParallelCoordinates)`
.parcoords .row,
.parcoords .header {
clear: left;
font-size: ${theme.typography.sizes.s}px;
font-size: ${theme.fontSizeSM}px;
line-height: 18px;
height: 18px;
margin: 0px;
@@ -109,7 +109,7 @@ export default styled(ParallelCoordinates)`
background: ${addAlpha(theme.colors.grayscale.dark2, 0.05)};
}
.parcoords .header {
font-weight: ${theme.typography.weights.bold};
font-weight: ${theme.fontWeightStrong};
}
.parcoords .cell {
float: left;