HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/.trash/assets/scss/_client.scss
.client_list {
	border-bottom: 2px solid #efefef;
	li {
		width: 20%;
		float: left;
		padding: 110px 0px;
		text-align: center;
		border-right: 2px solid #efefef;
		transition: .3s all ease-in-out;
		&:last-child {
			border-right: none;
		}
		img {
			 filter: grayscale(100%);
			 transition: .3s all ease-in-out;
		}
		&:hover {
			img {
				 filter: grayscale(0);
			}
			background-color: #f8f8f8;
		}
	}
}
.client_section_three {
	border-top: 2px solid #efefef;
	.client_list li {
		border-right: none;
	}
	.line_animation {
		&:before {
			display: none;
		}
		.line_area:before {
			display: none;
		}
	}
}