feature: menu-left - sub-menu padding, align the small icon

This commit is contained in:
gaelle morin 2020-12-21 16:02:38 +01:00
parent cbdd5703d2
commit 5973fb6541
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 10 additions and 9 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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",

View File

@ -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;