toastr.css 454 B

1234567891011121314151617181920
  1. .toast-example {
  2. position: static;
  3. margin: 10px 0 30px; }
  4. .toast-example.padding-0 {
  5. margin-bottom: 30px; }
  6. .toast-example > div {
  7. width: auto;
  8. max-width: 300px;
  9. margin-bottom: 0; }
  10. .position-example {
  11. position: relative;
  12. height: 330px;
  13. margin-bottom: 20px; }
  14. .position-example > div {
  15. position: absolute;
  16. width: 100%;
  17. padding: 20px; }
  18. .position-example > .btn-block + .btn-block {
  19. margin-top: 215px; }