fix: header - avatar line-height
This commit is contained in:
parent
f792d93cbc
commit
008e2e75a9
14
package-lock.json
generated
14
package-lock.json
generated
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user