Fixed some styling

This commit is contained in:
kyle.watson 2020-06-15 20:26:35 +01:00
parent 23488369d2
commit 1c1257f3db
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
.toast { .toast {
display: flex; display: flex;
height: 60px; padding: 10px;
width: 200px;
overflow-y: auto; overflow-y: auto;
position: fixed; position: fixed;
left: calc(50vw - 100px); left: 50vw;
transform: translate(-50%, 0);
bottom: 100px; bottom: 100px;
text-align: center; z-index: 1;
z-index: 100; background-color: var(--primary-input-color);
background-color: var(--card-bg-color);
opacity: 0; opacity: 0;
border-radius: 20px; border-radius: 20px;
cursor: pointer; cursor: pointer;