mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Align entities card section header styling (#8113)
This commit is contained in:
parent
ef7d2aea8d
commit
142f26add1
@ -41,10 +41,11 @@ class HuiSectionRow extends LitElement implements LovelaceRow {
|
||||
static get styles(): CSSResult {
|
||||
return css`
|
||||
.label {
|
||||
color: var(--primary-color);
|
||||
color: var(--primary-text-color);
|
||||
margin-left: 8px;
|
||||
margin-bottom: 16px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.divider {
|
||||
height: 1px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user