fix: header - avatar line-height

This commit is contained in:
gaelle morin 2020-12-17 09:18:04 +01:00
parent f792d93cbc
commit 008e2e75a9
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 11 additions and 8 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.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",

View File

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

View File

@ -254,6 +254,9 @@ header {
.text-color-heading {
color: #fff;
}
.labelled-avatar>div {
line-height: normal;
}
}
}
summary {