@import './dashboard-view';
@import './components/overview';
@import './components/campaign-tracking';
@import './components/modal';
@import './components/recent-donations';
@import './components/actions';
@import './components/select-search';

#GFWP_DASHBOARD_VIEW_ROOT {
  a:not(.button):not(.giftflow-chart-description__select) {
    color: var(--gfh-theme, #2271b1);
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s var(--gfh-ease, cubic-bezier(0.4, 0, 0.2, 1));

    &:hover {
      color: var(--gfh-theme-2, #135e96);
      text-decoration: underline;
      opacity: 1;
    }
  }
}