1
0

style.css 388 B

123456789101112131415161718192021
  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. }