mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +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 {
|
static get styles(): CSSResult {
|
||||||
return css`
|
return css`
|
||||||
.label {
|
.label {
|
||||||
color: var(--primary-color);
|
color: var(--primary-text-color);
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 8px;
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
.divider {
|
.divider {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user