authy.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /**
  2. * MageSpecialist
  3. *
  4. * NOTICE OF LICENSE
  5. *
  6. * This source file is subject to the Open Software License (OSL 3.0)
  7. * that is bundled with this package in the file LICENSE.txt.
  8. * It is also available through the world-wide-web at this URL:
  9. * http://opensource.org/licenses/osl-3.0.php
  10. * If you did not receive a copy of the license and are unable to
  11. * obtain it through the world-wide-web, please send an email
  12. * to info@magespecialist.it so we can send you a copy immediately.
  13. *
  14. * @category MSP
  15. * @package MSP_TwoFactorAuth
  16. * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
  17. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  18. */
  19. .msp-tfa-authy-actions-list button span {
  20. display: block;
  21. }
  22. .msp-tfa-authy-actions-list button {
  23. display: block;
  24. width: 100%;
  25. margin-bottom: .8em !important;
  26. }
  27. .msp-tfa-authy-switch-method {
  28. height: 2em;
  29. line-height: 2em;
  30. }
  31. .msp-tfa-authy-switch-method::after {
  32. clear: both;
  33. }
  34. .msp-tfa-authy-one-touch,
  35. .msp-tfa-authy-login {
  36. height: 115px;
  37. text-align: center;
  38. background: #f0f0f0;
  39. padding: 1em;
  40. }
  41. .msp-tfa-authy-one-touch img,
  42. .msp-tfa-authy-login img {
  43. width: 64px;
  44. }