Harmonize the font sizes on area and device page (#7357)

This commit is contained in:
Philip Allgaier 2020-10-17 22:10:52 +02:00 committed by GitHub
parent 2fd017cf73
commit 874f3b32b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -382,6 +382,7 @@ class HaConfigAreaPage extends LitElement {
paper-item { paper-item {
cursor: pointer; cursor: pointer;
font-size: var(--paper-font-body1_-_font-size);
} }
a { a {

View File

@ -716,6 +716,7 @@ export class HaConfigDevicePage extends LitElement {
paper-item { paper-item {
cursor: pointer; cursor: pointer;
font-size: var(--paper-font-body1_-_font-size);
} }
paper-item.no-link { paper-item.no-link {