You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 475B

123456789101112131415161718192021222324252627
  1. .challenge-form {
  2. margin: 16px auto 1px !important;
  3. }
  4. .challenge {
  5. margin-top: 0 !important;
  6. margin-left: 0 !important;
  7. box-sizing: border-box !important;
  8. width: 100% !important;
  9. }
  10. .confirm-inline {
  11. position: absolute;
  12. right: 0;
  13. top: 0;
  14. margin: 0 !important;
  15. padding-right: 25px !important;
  16. background-color: transparent !important;
  17. border: none !important;
  18. opacity: .5;
  19. }
  20. .backup-code {
  21. font-family: monospace;
  22. letter-spacing: 0.02em;
  23. font-size: 1.2em;
  24. }