File "pegination.less"

Full Path: /home/ichhrkpd/public_html/images/less-eduPoint/shortcodes/pegination.less
File size: 730 bytes
MIME-type: text/plain
Charset: utf-8

/*
 * Shortcode: Pegination.less
 * -----------------------------------------------
*/
.pagination {
	&.theme-colored {
		li.active a {
		  color: @white-base;
		  border: 1px solid transparent;
		}
		li a:hover {
		  color: @white-base;
		  border: 1px solid transparent;
		}

	}

	&.dark {
		li a {
			color: @black-333;
		}
		li.active a {
		  background: @black-333;
		  color: @white-base;
		  border: 1px solid transparent;
		}
	}
}

.pager {
	&.theme-colored {
		li.active a {
		  color: @white-base;
		  border: 1px solid transparent;
		}
	}

	&.dark {
		li {
			a {
			  color: @white-base;
			  background-color: @black-333;
			  border: 1px solid transparent;
			}
		}
	}
}