Migration general theme: fix missing message-box style

This commit is contained in:
Jesús
2020-12-15 11:24:13 -05:00
parent 7a765dc664
commit e9215534d3
14 changed files with 29 additions and 375 deletions

View File

@@ -0,0 +1,12 @@
#message-box {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-style: outset;
padding: 20px;
background-color: var(--background);
opacity: 0;
transition-property: opacity;
transition-duration: 0.3s;
}