Added fade out to danger buttons

This commit is contained in:
thepaperpilot 2021-09-19 11:08:47 -05:00
parent cc01f35d65
commit 1acf01014f
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,8 @@ export default defineComponent({
.container {
display: flex;
align-items: center;
background: var(--raised-background);
box-shadow: var(--raised-background) 0 2px 3px 5px;
}
.container.confirming button {

View file

@ -161,7 +161,6 @@ export default defineComponent({
right: 4px;
display: flex;
padding: 4px;
background: inherit;
z-index: 1;
}