Page MenuHomePhorge

toast.scss
No OneTemporary

Authored By
Unknown
Size
1000 B
Referenced Files
None
Subscribers
None

toast.scss

.toast-container {
position: fixed;
bottom: 0;
right: 0;
margin: 0.5rem;
width: 320px;
max-height: calc(100% - 1rem);
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(52, 58, 64, 0.95) transparent;
z-index: 1055; // above Bootstrap's modal backdrop and dialogs
@media (max-width: 375px) {
left: 0;
width: auto;
}
}
.toast {
background-color: rgba(52, 58, 64, 0.95);
&:not(:last-child) {
margin-bottom: 0.3rem;
}
@media (max-width: 375px) {
max-width: 100%;
}
}
.toast-header {
background-color: #343a40;
border-color: #555;
color: #fff;
strong {
flex: 1;
}
svg {
font-size: 1.2em;
margin-right: 0.5rem;
}
button.close {
color: #eee;
opacity: 1 !important;
text-shadow: none;
font-size: 1.2rem;
&:hover {
color: #fff;
}
}
}
.toast-body {
color: #fff;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 11:57 PM (1 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0c/1a/cde1eeddd5e46afcacb86d0b071d
Default Alt Text
toast.scss (1000 B)

Event Timeline