tabby/app/src/toastr.scss
2019-06-09 19:49:54 +02:00

18 lines
281 B
SCSS

#toast-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
.toast {
box-shadow: 0 1px 0 rgba(0,0,0,.25);
padding: 10px;
background-image: none;
width: auto;
&.toast-info {
background-color: #555;
}
}
}