File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ margin-left:270px;
376376 padding-bottom : 15px ;
377377}
378378
379- .menuslide a span .icon
379+ .menuslide a span .icon-btn
380380{
381381
382382 display : block;
@@ -386,7 +386,7 @@ margin-left:270px;
386386 margin-top : 15px ;
387387}
388388
389- .menuslide a .grid_3 span .icon
389+ .menuslide a .grid_3 span .icon-btn
390390{
391391 margin-left : 80px ;
392392 margin-top : 30px ;
@@ -511,7 +511,7 @@ button-demo {
511511.button-demo .button-primary : focus {
512512 color : # FFF ;
513513 filter : brightness (90% ) }
514- .icon {
514+ .icon-btn {
515515 padding : 0px 8px 3.5px 0px ;
516516 vertical-align : middle;
517517 width : 20px ;
Original file line number Diff line number Diff line change 149149
150150 <section id =" preview" >
151151 @if ($buttonId == 1 )
152- <center ><div id =" sample" style =" border-radius : 8px !important ; max-width : 350px ; height : 48px ; display : flex ; align-items : center ; justify-content : center ;font-size : 18px ;" class =" button-demo button" ><img class =" icon hvr-icon" src =" {{ asset (' \/assets/linkstack/icons\/' ) . ' custom' } } .svg" >{{ $title } } </div ></center >
152+ <center ><div id =" sample" style =" border-radius : 8px !important ; max-width : 350px ; height : 48px ; display : flex ; align-items : center ; justify-content : center ;font-size : 18px ;" class =" button-demo button" ><img class =" icon-btn hvr-icon" src =" {{ asset (' \/assets/linkstack/icons\/' ) . ' custom' } } .svg" >{{ $title } } </div ></center >
153153 @else
154154 <center ><div id =" sample" style =" border-radius : 8px !important ; max-width : 350px ; height : 48px ; display : flex ; align-items : center ; justify-content : center ;font-size : 18px ;" class =" button-demo button" ><img class =" wicon hvr-icon" src =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($id )) ){{ url (' assets/favicon/icons/' . localIcon ($id ))} }@else {{ getFavIcon ($id )} }@endif " >{{ $title } } </div ></center >
155155 @endif
188188 <div style =" position : relative ; top : 50% ; transform : translateY (-50% );" >
189189 <h2 align =" center" style =" color :white " >Result:</h2 >
190190 @if ($custom_css === " " or $custom_css === " NULL" and $buttonId == 1 )
191- <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 >
191+ <center ><div style =" --delay : 1s " class =" button-entrance" ><div class =" button-demo button-custom button hvr-grow hvr-icon-wobble-vertical" ><img class =" icon-btn hvr-icon fa {{ $custom_icon } }" >{{ $title } } </div ></div ></center >
192192 @elseif ($custom_css === " " or $custom_css === " NULL" and $buttonId == 2 )
193193 <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 =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($id )) ){{ url (' assets/favicon/icons/' . localIcon ($id ))} }@else {{ getFavIcon ($id )} }@endif " >{{ $title } } </div ></div ></center >
194194 @elseif ($custom_css != " " and $buttonId == 2 )
195195 <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 =" @if (file_exists (base_path (" assets/favicon/icons/" ). localIcon ($id )) ){{ url (' assets/favicon/icons/' . localIcon ($id ))} }@else {{ getFavIcon ($id )} }@endif " >{{ $title } } </div ></div ></center >
196196 @else
197- <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 >
197+ <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-btn hvr-icon fa {{ $custom_icon } }" ></i >{{ $title } } </div ></div ></center >
198198 @endif
199199 </div >
200200 </div >
You can’t perform that action at this time.
0 commit comments