mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Update dependencies
This commit is contained in:
parent
7f461defc1
commit
1cf18a34b8
@ -27,7 +27,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@apply(--paper-font-body1);
|
@apply --paper-font-body1;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@apply(--paper-font-title);
|
@apply --paper-font-title;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -34,11 +34,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.version {
|
.version {
|
||||||
@apply(--paper-font-headline);
|
@apply --paper-font-headline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.develop {
|
.develop {
|
||||||
@apply(--paper-font-subhead);
|
@apply --paper-font-subhead;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about a {
|
.about a {
|
||||||
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error-log {
|
.error-log {
|
||||||
@apply(--paper-font-code1)
|
@apply --paper-font-code)
|
||||||
clear: both;
|
clear: both;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
@ -75,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@apply(--paper-font-title);
|
@apply --paper-font-title;
|
||||||
}
|
}
|
||||||
|
|
||||||
paper-dialog {
|
paper-dialog {
|
||||||
@ -99,8 +99,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.loading-container {
|
.loading-container {
|
||||||
@apply(--layout-vertical);
|
@apply --layout-vertical;
|
||||||
@apply(--layout-center-center);
|
@apply --layout-center-center;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@apply(--paper-font-title);
|
@apply --paper-font-title;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attributes th {
|
.attributes th {
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@apply(--paper-font-title);
|
@apply --paper-font-title;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user