mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
bug: toast
This commit is contained in:
@@ -80,7 +80,30 @@
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
|
||||
.toast-add {
|
||||
position: fixed;
|
||||
top: 40px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
background-color: #599100;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
|
||||
z-index: 200 !important;
|
||||
}
|
||||
|
||||
.toast-add p {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.toast-add.show {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
@media screen and (max-width: 730px) {
|
||||
|
||||
.popover{
|
||||
|
||||
Reference in New Issue
Block a user