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