Spaces:
Running
Running
File size: 1,179 Bytes
bd9ac5f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
svg{
overflow: visible;
}
text{
fill: #202124;
user-select: none;
}
.domain{
display: none;
}
.thresholds, .threshold > g{
cursor: pointer;
}
svg{
user-select: none;
}
text.axis-label .legend-text{
font-family: 'Roboto';
font-style: normal;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */
fill: #000;
}
.axis text{
font-size: 10px;
}
text{
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.bucket text{
/*text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000;*/
/*fill: #fff;*/
font-size: 11px;
}
.big-text{
font-variant-numeric: tabular-nums;
font-size: 16px;
}
#card{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px 24px;
gap: 6px;
background: #EDF4EC;
border: 1px solid #34A853;
box-sizing: border-box;
border-radius: 4px;
}
text.val-text{
background: #DFE9E1;
border: 1px solid #476C63;
box-sizing: border-box;
border-radius: 4px;
fill: #2A4C4A;
text-shadow: none;
}
.val-box{
fill: #DFE9E1;
stroke: #476C63;
opacity: 1;
}
.legend-title{
fill: #002622;
}
h3 {
color: #00695C;
} |