(add) copy icon css

pull/1704/head
Gabriel Rodriguez Alsina 6 years ago
parent 612a5cb50a
commit 89ef1c8253
  1. 17
      apps/block_scout_web/assets/css/components/_copy_icon.scss

@ -0,0 +1,17 @@
$copy-icon-color: $primary !default;
.copy-icon {
cursor: pointer;
height: 18px;
width: 18px;
svg {
display: block;
height: 100%;
width: 100%;
}
path {
fill: $copy-icon-color;
}
}
Loading…
Cancel
Save