sunset.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .noty_theme__sunset.noty_bar {
  2. margin: 4px 0;
  3. overflow: hidden;
  4. border-radius: 2px;
  5. position: relative; }
  6. .noty_theme__sunset.noty_bar .noty_body {
  7. padding: 10px;
  8. font-size: 14px;
  9. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  10. .noty_theme__sunset.noty_bar .noty_buttons {
  11. padding: 10px; }
  12. .noty_theme__sunset.noty_type__alert,
  13. .noty_theme__sunset.noty_type__notification {
  14. background-color: #073B4C;
  15. color: #fff; }
  16. .noty_theme__sunset.noty_type__alert .noty_progressbar,
  17. .noty_theme__sunset.noty_type__notification .noty_progressbar {
  18. background-color: #fff; }
  19. .noty_theme__sunset.noty_type__warning {
  20. background-color: #FFD166;
  21. color: #fff; }
  22. .noty_theme__sunset.noty_type__error {
  23. background-color: #EF476F;
  24. color: #fff; }
  25. .noty_theme__sunset.noty_type__error .noty_progressbar {
  26. opacity: .4; }
  27. .noty_theme__sunset.noty_type__info,
  28. .noty_theme__sunset.noty_type__information {
  29. background-color: #118AB2;
  30. color: #fff; }
  31. .noty_theme__sunset.noty_type__info .noty_progressbar,
  32. .noty_theme__sunset.noty_type__information .noty_progressbar {
  33. opacity: .6; }
  34. .noty_theme__sunset.noty_type__success {
  35. background-color: #06D6A0;
  36. color: #fff; }