mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Removed excessive bracket in css (#2411)
* Removed excessive bracket in css code * lint
This commit is contained in:
parent
ad113367e6
commit
3f6a8cac80
@ -30,12 +30,16 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
font-family: var(--paper-font-headline_-_font-family);
|
font-family: var(--paper-font-headline_-_font-family);
|
||||||
-webkit-font-smoothing: var(--paper-font-headline_-_-webkit-font-smoothing);
|
-webkit-font-smoothing: var(
|
||||||
|
--paper-font-headline_-_-webkit-font-smoothing
|
||||||
|
);
|
||||||
font-size: var(--paper-font-headline_-_font-size);
|
font-size: var(--paper-font-headline_-_font-size);
|
||||||
font-weight: var(--paper-font-headline_-_font-weight);
|
font-weight: var(--paper-font-headline_-_font-weight);
|
||||||
letter-spacing: var(--paper-font-headline_-_letter-spacing);
|
letter-spacing: var(--paper-font-headline_-_letter-spacing);
|
||||||
line-height: var(--paper-font-headline_-_line-height);
|
line-height: var(--paper-font-headline_-_line-height);
|
||||||
text-rendering: var(--paper-font-common-expensive-kerning_-_text-rendering);
|
text-rendering: var(
|
||||||
|
--paper-font-common-expensive-kerning_-_text-rendering
|
||||||
|
);
|
||||||
opacity: var(--dark-primary-opacity);
|
opacity: var(--dark-primary-opacity);
|
||||||
padding: 24px 16px 16px;
|
padding: 24px 16px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -102,7 +106,7 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
|
|
||||||
.attributes,
|
.attributes,
|
||||||
.templow,
|
.templow,
|
||||||
.precipitation { {
|
.precipitation {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user