﻿@import url("./css/base.css");
@import url("./css/login.css");
@import url("./css/shared-hero.css");
@import url("./css/dashboard-v2.css");
@import url("./css/tables.css");
@import url("./css/overlays.css");
@import url("./css/responsive.css");
@import url("./css/theme.css");





/* position card hover micro-animation */
.trade-history-table tbody tr {
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.trade-history-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.03);
  transform: translateX(2px);
}
