style.css 540 B

12345678910111213141516171819202122232425
  1. /**
  2. * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. .challenge-form {
  6. margin: 16px auto 1px !important;
  7. }
  8. .challenge {
  9. margin-top: 0 !important;
  10. margin-inline-start: 0 !important;
  11. box-sizing: border-box !important;
  12. width: 100% !important;
  13. }
  14. .confirm-inline {
  15. position: absolute;
  16. inset-inline-end: 0;
  17. top: 0;
  18. margin: 0 !important;
  19. padding-inline-end: 25px !important;
  20. background-color: transparent !important;
  21. border: none !important;
  22. opacity: .5;
  23. }