Restyle transaction preview diagram

This commit is contained in:
Mononaut
2022-08-24 18:54:11 +00:00
parent 83bcdb320d
commit 818c5a72cc
6 changed files with 145 additions and 45 deletions

View File

@@ -1,6 +1,15 @@
.bowtie {
.line {
stroke: white;
fill: none;
&.input {
stroke: url(#input-gradient);
}
&.output {
stroke: url(#output-gradient);
}
&.fee {
stroke: url(#fee-gradient);
}
}
}