misc: migrate to vuetify 2.0 (wip)

This commit is contained in:
Nick
2019-08-03 22:51:29 -04:00
parent c650cee441
commit 065c1bb12e
20 changed files with 312 additions and 220 deletions

View File

@@ -566,9 +566,9 @@
}
&.align-abstopright {
position: absolute;
top: calc(-90px + 1rem);
top: -90px;
right: 1rem;
height: calc(90px - 2rem);
height: calc(90px - 32px);
width: auto;
}
&.decor-shadow {