Your IP : 172.70.127.68


Current Path : /var/www/element/data/www/eletest.ru/phpmyadmin/themes/pmahomme/scss/
Upload File :
Current File : /var/www/element/data/www/eletest.ru/phpmyadmin/themes/pmahomme/scss/_pagination.scss

.page-link {
  background-image: linear-gradient(#fff, #e0e0e0);

  &:hover {
    text-decoration: $link-hover-decoration;
  }
}

.page-item {
  &.active .page-link {
    background-image: linear-gradient(#bbb, #fff);
  }

  &.disabled .page-link {
    background-image: none;
  }
}