notie.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .notie-container {
  2. font-size: 1.286rem;
  3. height: auto;
  4. left: 0;
  5. position: fixed;
  6. text-align: center;
  7. width: 100%;
  8. z-index: 19998;
  9. box-sizing: border-box;
  10. -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  11. -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  12. box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
  13. @media screen and (max-width: 992px) {
  14. .notie-container {
  15. font-size: 1rem; } }
  16. @media screen and (max-width: 768px) {
  17. .notie-container {
  18. font-size: 1rem; } }
  19. @media screen and (max-width: 480px) {
  20. .notie-container {
  21. font-size: 0.858rem; } }
  22. .notie-background-success {
  23. background-color: #28d17c; }
  24. .notie-background-warning {
  25. background-color: #f57d1b; }
  26. .notie-background-error {
  27. background-color: #ff666b; }
  28. .notie-background-info {
  29. background-color: #28c0de; }
  30. .notie-background-neutral {
  31. background-color: #a3afb7; }
  32. .notie-background-overlay {
  33. background-color: #fff; }
  34. .notie-textbox {
  35. color: #fff;
  36. padding: 20px; }
  37. .notie-textbox-inner {
  38. margin: 0 auto;
  39. max-width: 900px; }
  40. .notie-overlay {
  41. height: 100%;
  42. left: 0;
  43. opacity: 0;
  44. position: fixed;
  45. top: 0;
  46. width: 100%;
  47. z-index: 19997; }
  48. .notie-button {
  49. color: #fff;
  50. padding: 10px;
  51. cursor: pointer; }
  52. .notie-element {
  53. color: #fff;
  54. padding: 10px; }
  55. .notie-element-half {
  56. display: inline-block;
  57. width: 50%;
  58. box-sizing: border-box; }
  59. .notie-element-third {
  60. display: inline-block;
  61. width: 33.3333%;
  62. box-sizing: border-box; }
  63. .notie-alert {
  64. cursor: pointer; }
  65. .notie-input-field {
  66. background-color: #fff;
  67. border: 0;
  68. font-family: inherit;
  69. font-size: inherit;
  70. outline: 0;
  71. padding: 10px;
  72. text-align: center;
  73. width: 100%;
  74. box-sizing: border-box; }
  75. .notie-select-choice-repeated {
  76. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  77. box-sizing: border-box; }
  78. .notie-date-selector-inner {
  79. margin: 0 auto;
  80. max-width: 900px;
  81. -webkit-user-select: none;
  82. -moz-user-select: none;
  83. -ms-user-select: none;
  84. -o-user-select: none;
  85. user-select: none; }
  86. .notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  87. outline: 0px solid transparent; }
  88. .notie-date-selector-up {
  89. -webkit-transform: rotate(180deg);
  90. transform: rotate(180deg); }