alertify.css 481 B

123456789101112131415161718192021
  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. padding-top: 10px;
  9. padding-bottom: 10px;
  10. margin-bottom: 0; }
  11. .position-example {
  12. position: relative;
  13. height: 330px;
  14. margin-bottom: 20px; }
  15. .position-example > div {
  16. position: absolute;
  17. width: 100%;
  18. padding: 20px; }
  19. .position-example > .btn-block + .btn-block {
  20. margin-top: 215px; }