semanticui.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .noty_theme__semanticui.noty_bar {
  2. margin: 4px 0;
  3. overflow: hidden;
  4. position: relative;
  5. border: 1px solid transparent;
  6. font-size: 1em;
  7. border-radius: .28571429rem;
  8. box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  9. .noty_theme__semanticui.noty_bar .noty_body {
  10. padding: 1em 1.5em;
  11. line-height: 1.4285em; }
  12. .noty_theme__semanticui.noty_bar .noty_buttons {
  13. padding: 10px; }
  14. .noty_theme__semanticui.noty_type__alert,
  15. .noty_theme__semanticui.noty_type__notification {
  16. background-color: #f8f8f9;
  17. color: rgba(0, 0, 0, 0.87); }
  18. .noty_theme__semanticui.noty_type__warning {
  19. background-color: #fffaf3;
  20. color: #573a08;
  21. box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }
  22. .noty_theme__semanticui.noty_type__error {
  23. background-color: #fff6f6;
  24. color: #9f3a38;
  25. box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }
  26. .noty_theme__semanticui.noty_type__info,
  27. .noty_theme__semanticui.noty_type__information {
  28. background-color: #f8ffff;
  29. color: #276f86;
  30. box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }
  31. .noty_theme__semanticui.noty_type__success {
  32. background-color: #fcfff5;
  33. color: #2c662d;
  34. box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }