diff --git a/assets/src/css/admin/paypal-commerce.scss b/assets/src/css/admin/paypal-commerce.scss index 2b1cae0c1b..3626dacb14 100644 --- a/assets/src/css/admin/paypal-commerce.scss +++ b/assets/src/css/admin/paypal-commerce.scss @@ -56,6 +56,12 @@ li{ font-size: 0.8em; color: #666; + + span.icon{ + position: relative; + top: 3px; + padding-right: 8px; + } } } @@ -82,7 +88,7 @@ } } - span{ + span:not(.icon){ color: #0B72D9; font-size: 0.7em; float: right; diff --git a/assets/src/js/admin/paypal-commerce/index.js b/assets/src/js/admin/paypal-commerce/index.js index bd84978d36..9d0dc34313 100644 --- a/assets/src/js/admin/paypal-commerce/index.js +++ b/assets/src/js/admin/paypal-commerce/index.js @@ -24,6 +24,10 @@ window.addEventListener( 'DOMContentLoaded', function() { } ); } ); + const checkVerifiedIcon = "\n" + + "\n" + + ""; + // This object will check if a class added to body or not. // If class added that means modal opened. // If class removed that means modal closed. @@ -132,8 +136,8 @@ window.addEventListener( 'DOMContentLoaded', function() {