/**
 * Give Admin Dashboard SCSS
 *
 * @description Styles the Give dashboard widget
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/

.give-dashboard-widget {

  .give-dashboard-today {
	text-align: center;

	.give-dashboard-date-today {
	  margin: 10px 0 0;
	  padding: 0;
	}

	.give-dashboard-happy-day {
	  padding: 3px;
	  margin: 0;
	}

	.give-dashboard-today-earnings {
	  font-size: 42px;
	  color: #4ead61;
	  font-weight: bold;
	  margin: 15px 0 0;
	  line-height: 1;
	}

	.give-donations-today {
	  font-size: 18px;
	  font-weight: bold;
	  margin: 0 0 30px;
	  padding: 4px 0 1px;
	}

	.give-last-seven {
	  font-size: 14px;
	  font-weight: bold;
	  padding: 0;
	  margin: 0 0 30px;
	}

  }

  //Table Stats
  .give-table-stats {
	width: 100%;
	text-align: center;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #ececec;
	border-spacing: 0;

	.give-dashboard-stat-total, .give-dashboard-stat-total-label {
	  padding: 0;
	  margin: 0;
	}

	.give-dashboard-stat-total {
	  color: #4ead61;
	  font-weight: bold;
	  font-size: 16px;
	}

  }

}

//Fancy borders
#give_dashboard_sales {

  > .inside {
	padding: 0;
  }

  .give-table-stats {
	td {
	  padding: 10px 0;
	}
	td:first-of-type {
	  border-right: 1px solid #ececec;
	}
	tr#give-table-stats-tr-1 td {
	  border-bottom: 1px solid #ececec;
	}
  }

}

//At a Glance Widget
#dashboard_right_now {
  .give-forms-count:before {
	@include iconstyle();
	font-size: 18px;
	width: 18px;
	height: 18px;
	content: "\e800";
  }
}