mempool/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.scss

16 lines
209 B
SCSS
Raw Normal View History

2022-08-22 19:12:04 +00:00
.bowtie {
.line {
fill: none;
2022-08-24 18:54:11 +00:00
&.input {
stroke: url(#input-gradient);
}
&.output {
stroke: url(#output-gradient);
}
&.fee {
stroke: url(#fee-gradient);
}
2022-08-22 19:12:04 +00:00
}
}