HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/backip-old-files/media/astroid/assets/vendor/astroid/scss/_pagination.scss
.pagination{
	justify-content: center;
	.page-item:first-child .page-link,
	.page-item:last-child .page-link	{
		border-radius: 0;
	}
}

.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;
		}
	}
}