diff --git a/composer.json b/composer.json index 5122dd6..1fc6408 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "kiwicommerce/module-enhanced-smtp", "description": "Magento 2 - Enhanced SMTP", "type": "magento2-module", - "version": "1.0.4", + "version": "1.0.5", "license": [ "OSL-3.0" ], diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 779b96a..3b28772 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -16,7 +16,7 @@ - +
@@ -124,4 +124,4 @@
-
\ No newline at end of file + diff --git a/etc/module.xml b/etc/module.xml index bf71d03..60fa142 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -14,7 +14,7 @@ */ --> - + diff --git a/view/adminhtml/web/css/source/_module.less b/view/adminhtml/web/css/source/_module.less index c84f94f..0b9123e 100644 --- a/view/adminhtml/web/css/source/_module.less +++ b/view/adminhtml/web/css/source/_module.less @@ -11,8 +11,6 @@ * @license https://kiwicommerce.co.uk/magento2-extension-license/ */ -@import 'module/_menu.less'; - #kiwicommerce_enhancedsmtp_test_email { width: calc(~"100% - 125px") } @@ -40,4 +38,4 @@ .email-container { bottom: 200px; -} \ No newline at end of file +} diff --git a/view/adminhtml/web/css/source/module/_menu.less b/view/adminhtml/web/css/source/module/_menu.less deleted file mode 100644 index 1423dcd..0000000 --- a/view/adminhtml/web/css/source/module/_menu.less +++ /dev/null @@ -1,19 +0,0 @@ -/** -* KiwiCommerce -* -* Do not edit or add to this file if you wish to upgrade to newer versions in the future. -* If you wish to customise this module for your needs. -* Please contact us https://kiwicommerce.co.uk/contacts. -* -* @category KiwiCommerce -* @package KiwiCommerce_EnhancedSMTP -* @copyright Copyright (C) 2018 Kiwi Commerce Ltd (https://kiwicommerce.co.uk/) -* @license https://kiwicommerce.co.uk/magento2-extension-license/ -*/ - -.kiwiCommerce-logo { - background-image: url('KiwiCommerce_EnhancedSMTP::images/kiwicommerce-icon.svg'); - background-size: auto 20px; - background-repeat: no-repeat; - padding-left: 25px; -}