Advertisement
Guest User

Paste2

a guest
Feb 16th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <ion-header>
  2.  
  3. <ion-navbar>
  4. <button ion-button icon-only class="bg-transparent">
  5. <ion-icon class="white-icon" name="menu"></ion-icon>
  6. </button>
  7. <ion-buttons end>
  8.  
  9. </ion-buttons>
  10. </ion-navbar>
  11.  
  12. </ion-header>
  13.  
  14. <ion-content>
  15.  
  16.  
  17.  
  18. <div class="yellow-div">
  19. <div class="fullscreenCenter">
  20. <h2 class="featured-text">O tempo <br> de duração é...</h2>
  21. </div>
  22.  
  23. <!--Contador-->
  24. <circle-progress
  25. [percent]="85"
  26. [radius]="100"
  27. [outerStrokeWidth]="16"
  28. [innerStrokeWidth]="8"
  29. [outerStrokeColor]="'#78C000'"
  30. [innerStrokeColor]="'#C7E596'"
  31. [animation]="true"
  32. [animationDuration]="300"
  33. ></circle-progress>
  34. <!--Fim Contador-->
  35.  
  36.  
  37.  
  38.  
  39. </div>
  40.  
  41.  
  42.  
  43. <!--End Base Menu-->
  44. </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement