Dashboard sipadu mbip
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

notify.css 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .ui-pnotify{
  2. border-radius: 4px;
  3. }
  4. .ui-pnotify-title{
  5. font-size: 16px;
  6. }
  7. .ui-pnotify-text{
  8. font-size: 12px;
  9. }
  10. .ui-pnotify-icon .icofont{
  11. font-size: 20px;
  12. margin-right: 10px;
  13. line-height: 1;
  14. }
  15. .ui-pnotify-container{
  16. padding:18px;
  17. }
  18. .ui-pnotify-title{
  19. margin-bottom: 10px;
  20. line-height: 1.3;
  21. }
  22. .ui-pnotify-text .alert-link{
  23. font-size: 12px;
  24. }
  25. .ui-pnotify.stack-bottom-left,
  26. .ui-pnotify.stack-top-left {
  27. left: 20px;
  28. right: auto
  29. }
  30. .ui-pnotify.stack-bottom-left,
  31. .ui-pnotify.stack-bottom-right {
  32. bottom: 20px;
  33. top: auto
  34. }
  35. .ui-pnotify.stack-modal {
  36. left: 50%;
  37. right: auto;
  38. margin-left: -150px
  39. }
  40. .ui-pnotify.stack-custom-right {
  41. top: auto;
  42. left: auto;
  43. bottom: 200px;
  44. right: 200px
  45. }
  46. .ui-pnotify.stack-custom-left {
  47. top: 200px;
  48. left: 200px;
  49. right: auto;
  50. bottom: auto
  51. }
  52. .ui-pnotify.stack-custom-top {
  53. right: 0;
  54. left: 0;
  55. top: 0
  56. }
  57. .ui-pnotify.stack-custom-bottom {
  58. right: 0;
  59. left: 0;
  60. bottom: 0;
  61. top: auto
  62. }
  63. .btn i.icofont-play-alt-2{
  64. margin-left: 3px;
  65. }