Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <div class="slip-content">
  2.  
  3. <div class="slip-icons">
  4. <span class="number-of-line">Line: {{lineIndex}}</span> <!-- this is the number of line -->
  5.  
  6. <p style="font-size: 30px" class="line_details" data-type="slip-pick-{{lineIndex}}">{{slip_pick}}</p>
  7.  
  8. <div data-type="random_pick_btn" class="icon-random random_pick_btn" data-line-index="{{lineIndex}}" data-pick-balls="{{selectionBallsRule}}" data-pick-stars="{{selectionStarsRule}}">
  9. <p style="font-size: 20px; margin: 15px 10px;" class="fa fa-random">Lucky Pick</p>
  10. <img style="margin: 10px 5px; width: 25px; height: 25px;" class="" src="/wp-content/themes/softlotto-child/customization/src/css/img/majic-wand.png" />
  11. </div>
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement