enter.html 665 B

123456789101112131415161718192021222324252627282930
  1. <style media="screen">
  2. .heading {
  3. text-align: center;
  4. text-transform: uppercase;
  5. font-family: 'Open Sans', sans-serif;
  6. font-weight: bold;
  7. color: white;
  8. width: 100%;
  9. }
  10. .enter {
  11. position: relative;
  12. bottom: 61.16%;
  13. width: 100%;
  14. }
  15. </style>
  16. <h1 class="heading">{{client-name}}</h1>
  17. <h2 class="heading" id="subtext"></h2>
  18. <div class="ui two column centered grid">
  19. <div class="colum">
  20. <div class="big ui inverted blue animated button" tabindex="0" onclick="this.host.clicked()">
  21. <div class="visible content">{{enter}}</div>
  22. <div class="hidden content">
  23. <i class="right arrow icon"></i>
  24. </div>
  25. </div>
  26. </div>
  27. </div>