Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.96.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : faq-block.scss
.meow-faq-block {
	width: 100%;
	position: relative;
	margin-bottom: 1px;
	overflow: hidden;

	input {
		position: absolute;
		opacity: 0;
	}

	.meow-faq-question {
		position: relative;
		display: block;
		padding-left: 25px;
		cursor: pointer;
	}

	.meow-tab-answer {
		max-height: 0;
		overflow: hidden;
	}

	input:checked ~ .meow-tab-answer {
		max-height: inherit;
	}

	label::after {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		transition: all .35s;
	}

	input[type=checkbox] + label::after {
		content: "\25BC";
		transform: rotate(-90deg);
	}
	input[type=checkbox]:checked + label::after {
		transform: rotate(0deg);
	}	
}

// ICON THEME: BLUE WITH RIGHT OPENER
 .meow-faq-block {

	// Blue but white bg for the answer
	.meow-faq-question {
		background: #242a38;
		padding: 0.5em 1em;
		color: #fff;
	}

	.meow-tab-answer {
		background: white;
		color: rgb(94, 94, 94);

		.meow-tab-content {
			padding: 1em;
		}
	}

	// Plus Icon
	input[type=checkbox] + label::after {
		content: "+";
	}

	input[type=checkbox]:checked + label::after {
		transform: rotate(315deg);
	}

	// Icon on the right
	label::after {
		padding: 0.5em 1em;
		right: 0;
		left: inherit;
	}
}
© 2025 XylotrechusZ