diff --git a/view/adminhtml/web/css/source/_module.less b/view/adminhtml/web/css/source/_module.less
new file mode 100644
index 0000000..582db34
--- /dev/null
+++ b/view/adminhtml/web/css/source/_module.less
@@ -0,0 +1,14 @@
+/**
+* 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_InventoryLog
+* @copyright Copyright (C) 2018 Kiwi Commerce Ltd (https://kiwicommerce.co.uk/)
+* @license https://kiwicommerce.co.uk/magento2-extension-license/
+*/
+
+@import 'module/_menu.less';
diff --git a/view/adminhtml/web/css/source/module/_menu.less b/view/adminhtml/web/css/source/module/_menu.less
new file mode 100644
index 0000000..764aece
--- /dev/null
+++ b/view/adminhtml/web/css/source/module/_menu.less
@@ -0,0 +1,19 @@
+/**
+* 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_InventoryLog
+* @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_InventoryLog::images/kiwicommerce-icon.svg');
+ background-size: auto 20px;
+ background-repeat: no-repeat;
+ padding-left: 25px;
+}
diff --git a/view/adminhtml/web/images/kiwicommerce-icon.svg b/view/adminhtml/web/images/kiwicommerce-icon.svg
new file mode 100644
index 0000000..f15a431
--- /dev/null
+++ b/view/adminhtml/web/images/kiwicommerce-icon.svg
@@ -0,0 +1,135 @@
+
+
\ No newline at end of file
diff --git a/view/adminhtml/web/images/kiwicommerce-logo.svg b/view/adminhtml/web/images/kiwicommerce-logo.svg
new file mode 100644
index 0000000..24abe6e
--- /dev/null
+++ b/view/adminhtml/web/images/kiwicommerce-logo.svg
@@ -0,0 +1,166 @@
+
+
\ No newline at end of file