Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <div ng-if="VM.showYir" class="brandCard max-width-sm p-4">
  2. <div>
  3. <div>
  4. <i class="icon ion-ios-time float-left" style="font-size: 70px; color: #faa61a; padding: 15px" aria-label="Time saved"></i>
  5. </div>
  6. <div style="padding: 25px;">
  7. <p>This year, you saved a lot of time by using {Program}</p>
  8. </div>
  9. </div>
  10. <div class="text-center">
  11. <h1 class="text-numbers">122</h1>
  12. <p>Readers Per Minute Spent in {Program}</p>
  13. </div>
  14.  
  15. <div class="item p-0 mb-4 border-none bring-forward">
  16. <div class="tooltiphelp float-right">
  17. <i class="icon ion-information-circled icon-color-primary" aria-label="label"></i>
  18. <span class="tooltiphelpText tooltiphelpTextLeft text-center" aria-hidden="true">The industry average time to post an article with commentary is 25 minutes or more. You were faster.</span>
  19. </div>
  20. </div>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement