Added delete stash icons and dialog.

This commit is contained in:
DebaucheryLibrarian
2021-03-20 23:03:13 +01:00
parent 07643870cd
commit eee47111a6
14 changed files with 204 additions and 33 deletions

View File

@@ -76,7 +76,6 @@ export default {
color: var(--text-light);
font-size: 1.5rem;
font-weight: bold;
text-transform: capitalize;
}
.header-title {
@@ -106,7 +105,11 @@ export default {
::v-deep(.dialog-actions) {
display: flex;
padding: .5rem 0;
padding: 1rem 0 0 0;
&.center {
justify-content: center;
}
&.right {
justify-content: flex-end;