style.css 417 B

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