ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/public_html/style/less/less-mobilerepair/shortcodes/ |
Upload File : |
/*
* Shortcode: clients.less
* -----------------------------------------------
*/
.clients-logo {
.item {
background: @gray-lighter;
border-color: transparent;
box-shadow: 0 0 0 10px fade(@white-base, 100%);
margin-bottom: 30px;
padding: 10px;
.transition(all .3s ease 0s);
}
img {
max-height: 90px;
width: auto;
display: inline;
opacity: 0.6;
&:hover {
opacity: 1;
}
}
}
.clients-logo {
&.carousel {
text-align: center;
.item {
box-shadow: none;
margin: 0 10px;
}
}
}
.clients-logo {
&.style2 {
.item {
box-shadow: none;
img {
max-height: 120px;
}
}
}
}
.client-img {
opacity: 0.6;
text-align: center;
.transition(all .3s ease 0s);
&:hover {
opacity: 1;
}
img {
max-height: 90px;
}
}
.clients-logo {
&.carousel {
text-align: center;
.item {
box-shadow: none;
margin: 0 10px;
}
}
}