Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.117.127.127
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : _pagination.scss
// ------------------------------------------------------------------------------------------------
// PAGINATION
// ------------------------------------------------------------------------------------------------

@if $general {

	.xts-pagination {
		display: flex;
		justify-content: center;
		margin: 15px 0 0 0;

		li {
			display: flex;
			margin: 0;
			line-height: 1;

			a {
				position: relative;
				display: block;
				padding: 10px;
				min-width: 30px;
				color: var(--xts-default-color);
				text-align: center;
				font-weight: 600;

				&:before {
					content: "";
					position: absolute;
					bottom: 0;
					left: calc(50% - 8px);
					width: 16px;
					height: 3px;
					border-radius: var(--xts-brd-radius);
					background-color: var(--xts-primary-color);
					opacity: 0;
					transition: all .2s ease;
				}
			}

			&:not(:last-child) {
				margin-right: 4px;
			}

			&.xts-current,
			&:hover {

				a {
					color: var(--xts-primary-color);

					&:before {
						opacity: 1;
					}
				}
			}

			&.xts-current {
				pointer-events: none;
			}
		}
	}

} // END IF
© 2025 GrazzMean-Shell