style: toast

This commit is contained in:
2025-02-22 18:41:49 -03:00
parent d15c58f4e7
commit 76d2d4a879
3 changed files with 18 additions and 4 deletions

View File

@@ -82,13 +82,16 @@
.toast-add {
position: fixed;
width: 30%;
top: 40px;
left: 50%;
justify-items: center;
align-items: center;
transform: translateX(-50%);
background-color: #599100;
color: #000000;
font-weight: bold;
padding: 15px;
padding: 20px 1px 1px 1px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
@@ -105,6 +108,9 @@
visibility: visible;
}
@media screen and (max-width: 730px) {
.toast-add {
width: 90%;
}
.popover{
width: 98%;