Your IP : 216.73.216.84


Current Path : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/
Upload File :
Current File : /home/helpink/www/media/astroid/assets/vendor/astroid/scss/_pagination.scss

.pagination {
	flex-wrap: wrap;
}
@include color-mode(dark) {
	.pagination {
		--#{$prefix}pagination-active-border-color: #fff;
	}
}
ul.pagination{
	justify-content: center;
	.page-item:first-child .page-link,
	.page-item:last-child .page-link	{
		// border-radius: 0;
	}
}

div.pagination {
	display: block;
	width: 100%;
	text-align: center;
}

.pagenavigation .pagination{
	justify-content: space-between;
}

.pagination-wrapper {
	margin-top: 30px;
	.counter {
		text-align: center;
	}
}

ul.pagenav {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
	overflow: hidden;
	li {
		display: inline-block;
		a {
			padding: $nav-link-padding-y $nav-link-padding-x;
			line-height: $line-height-base;
			background-color: $white;
			border: 1px solid #dee2e6;
			border-radius: $border-radius;
			display: block;
		}
		&.previous {
			float: left;
		}
		&.next {
			float: right;
		}
	}
}