Update dependencies

This commit is contained in:
Paulus Schoutsen 2018-02-11 09:44:22 -08:00
parent 7f461defc1
commit 1cf18a34b8
5 changed files with 1242 additions and 1045 deletions

View File

@ -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>

View File

@ -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>

View File

@ -37,7 +37,7 @@
}
.header {
@apply(--paper-font-title);
@apply --paper-font-title;
}
.attributes th {

View File

@ -46,7 +46,7 @@
}
.header {
@apply(--paper-font-title);
@apply --paper-font-title;
}
.row {

2267
yarn.lock

File diff suppressed because it is too large Load Diff