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