File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ margin-left:270px;
376
376
padding-bottom : 15px ;
377
377
}
378
378
379
- .menuslide a span .icon
379
+ .menuslide a span .icon-btn
380
380
{
381
381
382
382
display : block;
@@ -386,7 +386,7 @@ margin-left:270px;
386
386
margin-top : 15px ;
387
387
}
388
388
389
- .menuslide a .grid_3 span .icon
389
+ .menuslide a .grid_3 span .icon-btn
390
390
{
391
391
margin-left : 80px ;
392
392
margin-top : 30px ;
@@ -511,7 +511,7 @@ button-demo {
511
511
.button-demo .button-primary : focus {
512
512
color : # FFF ;
513
513
filter : brightness (90% ) }
514
- .icon {
514
+ .icon-btn {
515
515
padding : 0px 8px 3.5px 0px ;
516
516
vertical-align : middle;
517
517
width : 20px ;
Original file line number Diff line number Diff line change 149
149
150
150
<section id =" preview" >
151
151
@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 >
153
153
@else
154
154
<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 >
155
155
@endif
188
188
<div style =" position : relative ; top : 50% ; transform : translateY (-50% );" >
189
189
<h2 align =" center" style =" color :white " >Result:</h2 >
190
190
@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 >
192
192
@elseif ($custom_css === " " or $custom_css === " NULL" and $buttonId == 2 )
193
193
<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 >
194
194
@elseif ($custom_css != " " and $buttonId == 2 )
195
195
<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 >
196
196
@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 >
198
198
@endif
199
199
</div >
200
200
</div >
You can’t perform that action at this time.
0 commit comments