Added delete stash icons and dialog.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user