.admin-header {
  background-color: #738639;
  color: white;
}
.admin-header .header-end {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #738639), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#738639 40%, #ffffff);
  background-image: -moz-linear-gradient(#738639 40%, #ffffff);
  background-image: -o-linear-gradient(#738639 40%, #ffffff);
  background-image: linear-gradient(#738639 40%, #ffffff);
}
