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 { .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>

View File

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

View File

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

View File

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

2267
yarn.lock

File diff suppressed because it is too large Load Diff