mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Fix platinum color and spacing of integration logo (#23029)
This commit is contained in:
parent
e0e158b64c
commit
125805d6d1
@ -1496,6 +1496,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
.logo-container {
|
.logo-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
.version {
|
.version {
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
@ -1548,7 +1549,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
color: gold;
|
color: gold;
|
||||||
}
|
}
|
||||||
ha-svg-icon.platinum-medal {
|
ha-svg-icon.platinum-medal {
|
||||||
color: #d9d9d9;
|
color: #727272;
|
||||||
}
|
}
|
||||||
ha-md-list-item {
|
ha-md-list-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user