metroui.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .noty_theme__metroui.noty_bar {
  2. margin: 4px 0;
  3. overflow: hidden;
  4. position: relative;
  5. box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  6. .noty_theme__metroui.noty_bar .noty_progressbar {
  7. position: absolute;
  8. left: 0;
  9. bottom: 0;
  10. height: 3px;
  11. width: 100%;
  12. background-color: #000;
  13. opacity: 0.2;
  14. filter: alpha(opacity=20); }
  15. .noty_theme__metroui.noty_bar .noty_body {
  16. padding: 1.25em;
  17. font-size: 14px; }
  18. .noty_theme__metroui.noty_bar .noty_buttons {
  19. padding: 0 10px .5em 10px; }
  20. .noty_theme__metroui.noty_type__alert,
  21. .noty_theme__metroui.noty_type__notification {
  22. background-color: #fff;
  23. color: #1d1d1d; }
  24. .noty_theme__metroui.noty_type__warning {
  25. background-color: #FA6800;
  26. color: #fff; }
  27. .noty_theme__metroui.noty_type__error {
  28. background-color: #CE352C;
  29. color: #FFF; }
  30. .noty_theme__metroui.noty_type__info,
  31. .noty_theme__metroui.noty_type__information {
  32. background-color: #1BA1E2;
  33. color: #FFF; }
  34. .noty_theme__metroui.noty_type__success {
  35. background-color: #60A917;
  36. color: #fff; }