diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index 839e63f..3381ce3 100644 Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index cbd301a..816bc91 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -183,7 +183,7 @@ input, textarea, select { display: inline-block; color: #fff; cursor: pointer; - transition: display 0.9s ; + transition: display 0.9s, animation 0.9s; } .dropdown-content { @@ -297,19 +297,27 @@ input, textarea, select { .toast { position: fixed; top: 40px; + width: 30%; 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; transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; z-index: 999 ; } - +@media screen and (max-width: 730px) { + .toast-add { + width: 90%; + + } +} .toast p { color: #000000; } diff --git a/gestaoRaul/templates/static/comandas/css/viewcomanda.css b/gestaoRaul/templates/static/comandas/css/viewcomanda.css index 75bb9b9..d8c1405 100644 --- a/gestaoRaul/templates/static/comandas/css/viewcomanda.css +++ b/gestaoRaul/templates/static/comandas/css/viewcomanda.css @@ -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%;