mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
53 lines
573 B
Plaintext
Executable File
53 lines
573 B
Plaintext
Executable File
|
|
.chart {
|
|
.medPhone({
|
|
.axis {
|
|
font-size: 0.8em;
|
|
|
|
g.tick:nth-child(2n + 1) text {
|
|
display: none;
|
|
}
|
|
}
|
|
});
|
|
}
|
|
|
|
svg {
|
|
|
|
.axis {
|
|
|
|
line, path {
|
|
fill: none;
|
|
stroke: @primary-disabled;
|
|
}
|
|
|
|
text {
|
|
font-size: 0.8em;
|
|
fill: @primary-disabled;
|
|
}
|
|
|
|
&.y {
|
|
text tspan:first-child {
|
|
fill: @primary;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.marker {
|
|
fill: @secondary;
|
|
}
|
|
|
|
.label {
|
|
font-size: 0.75em;
|
|
fill: @fg;
|
|
}
|
|
|
|
.tip {
|
|
fill: @bgBlack;
|
|
stroke: @secondary;
|
|
stroke-width: 1px;
|
|
}
|
|
}
|
|
|
|
|