From 5973fb65412ff45d1ebee73c0467610da88c7afd Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Mon, 21 Dec 2020 16:02:38 +0100 Subject: [PATCH] feature: menu-left - sub-menu padding, align the small icon --- package-lock.json | 14 +++++++------- package.json | 2 +- src/styles/left-nav/_index.scss | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ee5fe4..511814c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@startinblox/hubl-styling-framework": "^1.0.11", + "@startinblox/hubl-styling-framework": "^1.0.12", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", "parcel-bundler": "^1.12.4", @@ -1442,9 +1442,9 @@ } }, "node_modules/@startinblox/hubl-styling-framework": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz", - "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw==" + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz", + "integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw==" }, "node_modules/@types/q": { "version": "1.5.4", @@ -10603,9 +10603,9 @@ } }, "@startinblox/hubl-styling-framework": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz", - "integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw==" + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.12.tgz", + "integrity": "sha512-7w7S0tBxbrUdoi61UISGxA44njeWMZXBMnVKHPE1ODjzkrw5gFgmAI41v50CIdClNuaKi4HjCtn0wAa9+gt3Qw==" }, "@types/q": { "version": "1.5.4", diff --git a/package.json b/package.json index d565ab9..800e09c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "dependencies": { - "@startinblox/hubl-styling-framework": "^1.0.11", + "@startinblox/hubl-styling-framework": "^1.0.12", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", "parcel-bundler": "^1.12.4", diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index ce5fd27..4166ca8 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -24,13 +24,14 @@ nav { } .sub-menu { - padding-bottom: 25px; + padding-bottom: 10px; } /* Styles for the small icon */ .sub-menu-icon { margin-left: 3px; margin-right: 3px; + margin-top: 1px; opacity: 0.8; width: 12px;