@import "../customVars";

.v-tx-details__copy {
  font-weight: normal;
  color: @blue;

  span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 30px);
  }

  .v-icon {
    position: absolute;
    margin-top: -6px;
    margin-left: -2px;
    top: unset;
    color: @gray;
  }
}
