// -----------------------------------------------------------------------------
// This file contains all JqueryScrollUp override styles.
// -----------------------------------------------------------------------------

/* ScrollUp Custom */
#topScroll {
  right: 24px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 2px 2px 4px 4px rgba(36, 37, 38, 0.08);
  background-color: $g-white;
  color: $g-brand-secondary-color;
  font-size: 18px;
  text-align: center;
}

