Made a contract address have a dashed underline

pull/395/head
katibest 6 years ago committed by Stamates
parent d3b3c9ba7f
commit c5f45d2b8f
  1. 7
      apps/explorer_web/assets/css/components/_tile.scss

@ -30,9 +30,14 @@
&-contract {
border-left: 4px solid $green;
.tile-label, .tile-text-highlight {
.tile-label {
color: $green;
}
.tile-text-highlight {
text-decoration: underline;
text-decoration-style: dashed;
}
}
&-contract-creation {

Loading…
Cancel
Save