mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 08:31:31 +00:00
Added fade out to danger buttons
This commit is contained in:
parent
cc01f35d65
commit
1acf01014f
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,8 @@ export default defineComponent({
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
background: var(--raised-background);
|
||||||
|
box-shadow: var(--raised-background) 0 2px 3px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container.confirming button {
|
.container.confirming button {
|
||||||
|
|
|
@ -161,7 +161,6 @@ export default defineComponent({
|
||||||
right: 4px;
|
right: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background: inherit;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue