Semantic-UI-Alert.css 567 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .ui-alert-content{
  2. position: fixed;
  3. width: 360px;
  4. z-index: 2060;
  5. }
  6. .ui-alert-content-top-right{
  7. top: 20px;
  8. right: 20px;
  9. }
  10. .ui-alert-content-top-center{
  11. top: 20px;
  12. margin: 0 0 0 -180px;
  13. left: 50%;
  14. }
  15. .ui-alert-content-top-left{
  16. top: 20px;
  17. left: 20px;
  18. }
  19. .ui-alert-content-bottom-right{
  20. bottom: 0;
  21. right: 20px;
  22. }
  23. .ui-alert-content-bottom-center{
  24. bottom: 0;
  25. margin: 0 0 0 -180px;
  26. left: 50%;
  27. }
  28. .ui-alert-content-bottom-left{
  29. bottom: 0;
  30. left: 20px;
  31. }
  32. .ui-alert {
  33. opacity: 0;
  34. filter: alpha(opacity=0);
  35. }
  36. .ui-alert p{
  37. display: table;
  38. }