ÿØÿà 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: Working-Process.less
* -----------------------------------------------
*/
.working-process {
> li {
float: left;
overflow: hidden;
position: relative;
text-align: center;
&::after {
border-top: 1px dashed @black-333;
content: "";
left: 6px;
margin-left: -32px;
overflow: hidden;
position: absolute;
top: 25px;
width: 50%;
}
&::before {
border-top: 1px dashed @black-333;
content: "";
margin-right: -25px;
position: absolute;
right: 0;
top: 25px;
width: 50%;
}
:first-child::after {
border-top: medium none;
}
:last-child::before {
border-top: medium none;
}
}
li a {
border: 1px solid;
display: inline-block;
height: 50px;
line-height: 50px;
overflow: hidden;
width: 50px;
border-radius: 50%;
&:hover {
background: @black-333 none repeat scroll 0 0;
border: 1px solid transparent;
color: @white-base;
}
}
li a i {
font-size: 18px;
}
&.square li a,
&.square.large-circle li a {
border-radius: 0;
}
&.large-circle {
li a {
height: 120px;
line-height: 130px;
width: 120px;
border-radius: 50%;
i {
font-size: 28px;
}
}
> li::before {
margin-right: -60px;
top: 60px;
}
> li::after {
margin-left: -64px;
top: 60px;
}
}
&.theme-colored li a {
color: @white-base;
}
}