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.
 
 
 
 
 
 

20 lines
822 B

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <div data-pp-message data-bind="attr: {
  8. 'class': getAttribute('class'),
  9. 'data-pp-amount': amount,
  10. 'data-pp-placement': getAttribute('data-pp-placement'),
  11. 'data-pp-style-layout': getAttribute('data-pp-style-layout'),
  12. 'data-pp-style-logo-type': getAttribute('data-pp-style-logo-type'),
  13. 'data-pp-style-logo-position': getAttribute('data-pp-style-logo-position'),
  14. 'data-pp-style-text-color': getAttribute('data-pp-style-text-color'),
  15. 'data-pp-style-text-size': getAttribute('data-pp-style-text-size'),
  16. 'data-pp-style-color': getAttribute('data-pp-style-color'),
  17. 'data-pp-style-ratio': getAttribute('data-pp-style-ratio'),
  18. }" ></div>