mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
allow label-badge-title font-weight theming (#1102)
* allow label-badge-title font-weight theming * change to 400 weight kept the variable for those who really prefer the thinness of before.
This commit is contained in:
parent
a5aaaf6a0a
commit
afc4663870
@ -67,7 +67,7 @@
|
||||
margin-top: 1em;
|
||||
font-size: var(--ha-label-badge-title-font-size, .9em);
|
||||
width: var(--ha-label-badge-title-width, 5em);
|
||||
font-weight: 300;
|
||||
font-weight: var(--ha-label-badge-title-font-weight, 400);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-height: normal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user