Skip to content
Snippets Groups Projects
Verified Commit 008e2e75 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: header - avatar line-height

parent f792d93c
No related branches found
No related tags found
1 merge request!255major: release integration of the hubl styling framework
Pipeline #9321 passed
......@@ -8,7 +8,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@startinblox/hubl-styling-framework": "^1.0.9",
"@startinblox/hubl-styling-framework": "^1.0.11",
"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.9",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.9.tgz",
"integrity": "sha512-eGBcWXs/Ywy8mDoeoT1LqZ+vYyBbO4jbVq4AE151Oq1WDt5m9SeEfnMLh8T6uf8uQkaxooSo1R9A7u9GoxLmsw=="
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz",
"integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw=="
},
"node_modules/@types/q": {
"version": "1.5.4",
......@@ -10603,9 +10603,9 @@
}
},
"@startinblox/hubl-styling-framework": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.9.tgz",
"integrity": "sha512-eGBcWXs/Ywy8mDoeoT1LqZ+vYyBbO4jbVq4AE151Oq1WDt5m9SeEfnMLh8T6uf8uQkaxooSo1R9A7u9GoxLmsw=="
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.0.11.tgz",
"integrity": "sha512-8oL8IlJGKdqY4Fk1TVcaU49fgZSPNa0Fva9FmpjUrvFZvhVJiSKzRdUf0AcDvGYcHky/Mo5ZGNZIVq1qW0v2Kw=="
},
"@types/q": {
"version": "1.5.4",
......
......@@ -45,7 +45,7 @@
]
},
"dependencies": {
"@startinblox/hubl-styling-framework": "^1.0.9",
"@startinblox/hubl-styling-framework": "^1.0.11",
"fs-extra": "^9.0.1",
"normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.4",
......
......@@ -254,6 +254,9 @@ header {
.text-color-heading {
color: #fff;
}
.labelled-avatar>div {
line-height: normal;
}
}
}
summary {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment