File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 216
216
@if ($buttonId == 1 )
217
217
<center ><div id =" sample" style =" --delay : 1s ; border-radius :8px !important ; max-width : 400px ; width : 80% ; class =" button-entrance " ><div class=" button-demo button hvr-grow hvr-icon-wobble-vertical " ><img class=" icon hvr-icon " src=" {{ asset (' \/littlelink/icons\/' ) . ' custom' } }.svg " >{{ $title } } </div></div></center>
218
218
@else
219
- <center><div id=" sample " style=" --delay: 1s; border-radius:8px !important; max-width: 400px; width: 80%; class =" button-entrance" ><div class =" button-demo button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $link } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
219
+ <center><div id=" sample " style=" --delay: 1s; border-radius:8px !important; max-width: 400px; width: 80%; class =" button-entrance" ><div class =" button-demo button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $id } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
220
220
@endif
221
221
222
222
</section >
255
255
@if ($custom_css === " " or $custom_css === " NULL" and $buttonId == 1 )
256
256
<center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-demo button-custom button hvr-grow hvr-icon-wobble-vertical" ><img class =" icon hvr-icon fa {{ $custom_icon } }" >{{ $title } } </div ></div ></center >
257
257
@elseif ($custom_css === " " or $custom_css === " NULL" and $buttonId == 2 )
258
- <center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $link } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
258
+ <center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $id } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
259
259
@elseif ($custom_css != " " and $buttonId == 2 )
260
- <center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $link } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
260
+ <center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-custom_website button hvr-grow hvr-icon-wobble-vertical" ><img class =" wicon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $id } } '" loading =" lazy" >{{ $title } } </div ></div ></center >
261
261
@else
262
262
<center ><div style =" --delay : 1s " class =" button-entrance" ><div style =" {{ $custom_css } }" class =" button-demo hvr-grow hvr-icon-wobble-vertical" ><i style =" color : {{$custom_icon}}" class =" icon hvr-icon fa {{ $custom_icon } }" ></i >{{ $title } } </div ></div ></center >
263
263
@endif
You can’t perform that action at this time.
0 commit comments