noty.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. .noty_body{
  2. text-align: center;
  3. }
  4. .noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  5. position: fixed;
  6. margin: 0;
  7. padding: 0;
  8. z-index: 9999999;
  9. -webkit-transform: translateZ(0) scale(1, 1);
  10. transform: translateZ(0) scale(1, 1);
  11. -webkit-backface-visibility: hidden;
  12. backface-visibility: hidden;
  13. -webkit-font-smoothing: subpixel-antialiased;
  14. filter: blur(0);
  15. -webkit-filter: blur(0);
  16. max-width: 90%; }
  17. #noty_layout__top {
  18. top: 0;
  19. left: 5%;
  20. width: 90%; }
  21. #noty_layout__topLeft {
  22. top: 20px;
  23. left: 20px;
  24. width: 325px; }
  25. #noty_layout__topCenter {
  26. top: 5%;
  27. left: 50%;
  28. width: 325px;
  29. -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  30. transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }
  31. #noty_layout__topRight {
  32. top: 20px;
  33. right: 20px;
  34. width: 325px; }
  35. #noty_layout__bottom {
  36. bottom: 0;
  37. left: 5%;
  38. width: 90%; }
  39. #noty_layout__bottomLeft {
  40. bottom: 20px;
  41. left: 20px;
  42. width: 325px; }
  43. #noty_layout__bottomCenter {
  44. bottom: 5%;
  45. left: 50%;
  46. width: 325px;
  47. -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  48. transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }
  49. #noty_layout__bottomRight {
  50. bottom: 20px;
  51. right: 20px;
  52. width: 325px; }
  53. #noty_layout__center {
  54. top: 50%;
  55. left: 50%;
  56. width: 325px;
  57. -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  58. transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }
  59. #noty_layout__centerLeft {
  60. top: 50%;
  61. left: 20px;
  62. width: 325px;
  63. -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  64. transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }
  65. #noty_layout__centerRight {
  66. top: 50%;
  67. right: 20px;
  68. width: 325px;
  69. -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  70. transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }
  71. .noty_progressbar {
  72. display: none; }
  73. .noty_has_timeout .noty_progressbar {
  74. display: block;
  75. position: absolute;
  76. left: 0;
  77. bottom: 0;
  78. height: 3px;
  79. width: 100%;
  80. background-color: #646464;
  81. opacity: 0.2;
  82. filter: alpha(opacity=10); }
  83. .noty_bar {
  84. -webkit-backface-visibility: hidden;
  85. -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  86. -ms-transform: translate(0, 0) scale(1, 1);
  87. transform: translate(0, 0) scale(1, 1);
  88. -webkit-font-smoothing: subpixel-antialiased;
  89. overflow: hidden; }
  90. .noty_effects_open {
  91. opacity: 0;
  92. -webkit-transform: translate(50%);
  93. -ms-transform: translate(50%);
  94. transform: translate(50%);
  95. -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  96. animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  97. -webkit-animation-fill-mode: forwards;
  98. animation-fill-mode: forwards; }
  99. .noty_effects_close {
  100. -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  101. animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  102. -webkit-animation-fill-mode: forwards;
  103. animation-fill-mode: forwards; }
  104. .noty_fix_effects_height {
  105. -webkit-animation: noty_anim_height 75ms ease-out;
  106. animation: noty_anim_height 75ms ease-out; }
  107. .noty_close_with_click {
  108. cursor: pointer; }
  109. .noty_close_button {
  110. position: absolute;
  111. top: 2px;
  112. right: 2px;
  113. font-weight: bold;
  114. width: 20px;
  115. height: 20px;
  116. text-align: center;
  117. line-height: 20px;
  118. background-color: rgba(0, 0, 0, 0.05);
  119. border-radius: 2px;
  120. cursor: pointer;
  121. -webkit-transition: all .2s ease-out;
  122. transition: all .2s ease-out; }
  123. .noty_close_button:hover {
  124. background-color: rgba(0, 0, 0, 0.1); }
  125. .noty_modal {
  126. position: fixed;
  127. width: 100%;
  128. height: 100%;
  129. background-color: #000;
  130. z-index: 10000;
  131. opacity: .03;
  132. left: 0;
  133. top: 0; }
  134. .noty_modal.noty_modal_open {
  135. opacity: 0;
  136. -webkit-animation: noty_modal_in .3s ease-out;
  137. animation: noty_modal_in .3s ease-out; }
  138. .noty_modal.noty_modal_close {
  139. -webkit-animation: noty_modal_out .3s ease-out;
  140. animation: noty_modal_out .3s ease-out;
  141. -webkit-animation-fill-mode: forwards;
  142. animation-fill-mode: forwards; }
  143. @-webkit-keyframes noty_modal_in {
  144. 100% {
  145. opacity: .03; } }
  146. @keyframes noty_modal_in {
  147. 100% {
  148. opacity: .03; } }
  149. @-webkit-keyframes noty_modal_out {
  150. 100% {
  151. opacity: 0; } }
  152. @keyframes noty_modal_out {
  153. 100% {
  154. opacity: 0; } }
  155. @keyframes noty_modal_out {
  156. 100% {
  157. opacity: 0; } }
  158. @-webkit-keyframes noty_anim_in {
  159. 100% {
  160. -webkit-transform: translate(0);
  161. transform: translate(0);
  162. opacity: 1; } }
  163. @keyframes noty_anim_in {
  164. 100% {
  165. -webkit-transform: translate(0);
  166. transform: translate(0);
  167. opacity: 1; } }
  168. @-webkit-keyframes noty_anim_out {
  169. 100% {
  170. -webkit-transform: translate(50%);
  171. transform: translate(50%);
  172. opacity: 0; } }
  173. @keyframes noty_anim_out {
  174. 100% {
  175. -webkit-transform: translate(50%);
  176. transform: translate(50%);
  177. opacity: 0; } }
  178. @-webkit-keyframes noty_anim_height {
  179. 100% {
  180. height: 0; } }
  181. @keyframes noty_anim_height {
  182. 100% {
  183. height: 0; } }
  184. .noty_theme__relax.noty_bar {
  185. margin: 4px 0;
  186. overflow: hidden;
  187. border-radius: 2px;
  188. position: relative; }
  189. .noty_theme__relax.noty_bar .noty_body {
  190. padding: 10px; }
  191. .noty_theme__relax.noty_bar .noty_buttons {
  192. border-top: 1px solid #e7e7e7;
  193. padding: 5px 10px; }
  194. .noty_theme__relax.noty_type__alert,
  195. .noty_theme__relax.noty_type__notification {
  196. background-color: #fff;
  197. border: 1px solid #dedede;
  198. color: #444; }
  199. .noty_theme__relax.noty_type__warning {
  200. background-color: #FFEAA8;
  201. border: 1px solid #FFC237;
  202. color: #826200; }
  203. .noty_theme__relax.noty_type__warning .noty_buttons {
  204. border-color: #dfaa30; }
  205. .noty_theme__relax.noty_type__error {
  206. background-color: #FF8181;
  207. border: 1px solid #e25353;
  208. color: #FFF; }
  209. .noty_theme__relax.noty_type__error .noty_buttons {
  210. border-color: darkred; }
  211. .noty_theme__relax.noty_type__info,
  212. .noty_theme__relax.noty_type__information {
  213. background-color: #78C5E7;
  214. border: 1px solid #3badd6;
  215. color: #FFF; }
  216. .noty_theme__relax.noty_type__info .noty_buttons,
  217. .noty_theme__relax.noty_type__information .noty_buttons {
  218. border-color: #0B90C4; }
  219. .noty_theme__relax.noty_type__success {
  220. background-color: #BCF5BC;
  221. border: 1px solid #7cdd77;
  222. color: darkgreen; }
  223. .noty_theme__relax.noty_type__success .noty_buttons {
  224. border-color: #50C24E; }
  225. .noty_theme__metroui.noty_bar {
  226. margin: 4px 0;
  227. overflow: hidden;
  228. position: relative;
  229. box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  230. .noty_theme__metroui.noty_bar .noty_progressbar {
  231. position: absolute;
  232. left: 0;
  233. bottom: 0;
  234. height: 3px;
  235. width: 100%;
  236. background-color: #000;
  237. opacity: 0.2;
  238. filter: alpha(opacity=20); }
  239. .noty_theme__metroui.noty_bar .noty_body {
  240. padding: 1.25em;
  241. font-size: 14px; }
  242. .noty_theme__metroui.noty_bar .noty_buttons {
  243. padding: 0 10px .5em 10px; }
  244. .noty_theme__metroui.noty_type__alert,
  245. .noty_theme__metroui.noty_type__notification {
  246. background-color: #fff;
  247. color: #1d1d1d; }
  248. .noty_theme__metroui.noty_type__warning {
  249. background-color: #FA6800;
  250. color: #fff; }
  251. .noty_theme__metroui.noty_type__error {
  252. background-color: #CE352C;
  253. color: #FFF; }
  254. .noty_theme__metroui.noty_type__info,
  255. .noty_theme__metroui.noty_type__information {
  256. background-color: #1BA1E2;
  257. color: #FFF; }
  258. .noty_theme__metroui.noty_type__success {
  259. background-color: #60A917;
  260. color: #fff; }
  261. .noty_theme__mint.noty_bar {
  262. margin: 4px 0;
  263. overflow: hidden;
  264. border-radius: 2px;
  265. position: relative; }
  266. .noty_theme__mint.noty_bar .noty_body {
  267. padding: 10px;
  268. font-size: 14px; }
  269. .noty_theme__mint.noty_bar .noty_buttons {
  270. padding: 10px; }
  271. .noty_theme__mint.noty_type__alert,
  272. .noty_theme__mint.noty_type__notification {
  273. background-color: #fff;
  274. border-bottom: 1px solid #D1D1D1;
  275. color: #2F2F2F; }
  276. .noty_theme__mint.noty_type__warning {
  277. background-color: #FFAE42;
  278. border-bottom: 1px solid #E89F3C;
  279. color: #fff; }
  280. .noty_theme__mint.noty_type__error {
  281. background-color: #DE636F;
  282. border-bottom: 1px solid #CA5A65;
  283. color: #fff; }
  284. .noty_theme__mint.noty_type__info,
  285. .noty_theme__mint.noty_type__information {
  286. background-color: #7F7EFF;
  287. border-bottom: 1px solid #7473E8;
  288. color: #fff; }
  289. .noty_theme__mint.noty_type__success {
  290. background-color: #AFC765;
  291. border-bottom: 1px solid #A0B55C;
  292. color: #fff; }
  293. .noty_theme__sunset.noty_bar {
  294. margin: 4px 0;
  295. overflow: hidden;
  296. border-radius: 2px;
  297. position: relative; }
  298. .noty_theme__sunset.noty_bar .noty_body {
  299. padding: 10px;
  300. font-size: 14px;
  301. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  302. .noty_theme__sunset.noty_bar .noty_buttons {
  303. padding: 10px; }
  304. .noty_theme__sunset.noty_type__alert,
  305. .noty_theme__sunset.noty_type__notification {
  306. background-color: #073B4C;
  307. color: #fff; }
  308. .noty_theme__sunset.noty_type__alert .noty_progressbar,
  309. .noty_theme__sunset.noty_type__notification .noty_progressbar {
  310. background-color: #fff; }
  311. .noty_theme__sunset.noty_type__warning {
  312. background-color: #FFD166;
  313. color: #fff; }
  314. .noty_theme__sunset.noty_type__error {
  315. background-color: #EF476F;
  316. color: #fff; }
  317. .noty_theme__sunset.noty_type__error .noty_progressbar {
  318. opacity: .4; }
  319. .noty_theme__sunset.noty_type__info,
  320. .noty_theme__sunset.noty_type__information {
  321. background-color: #118AB2;
  322. color: #fff; }
  323. .noty_theme__sunset.noty_type__info .noty_progressbar,
  324. .noty_theme__sunset.noty_type__information .noty_progressbar {
  325. opacity: .6; }
  326. .noty_theme__sunset.noty_type__success {
  327. background-color: #06D6A0;
  328. color: #fff; }
  329. .noty_theme__bootstrap-v3.noty_bar {
  330. margin: 4px 0;
  331. overflow: hidden;
  332. position: relative;
  333. border: 1px solid transparent;
  334. border-radius: 4px; }
  335. .noty_theme__bootstrap-v3.noty_bar .noty_body {
  336. padding: 15px; }
  337. .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  338. padding: 10px; }
  339. .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  340. font-size: 21px;
  341. font-weight: 700;
  342. line-height: 1;
  343. color: #000;
  344. text-shadow: 0 1px 0 #fff;
  345. filter: alpha(opacity=20);
  346. opacity: .2;
  347. background: transparent; }
  348. .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  349. background: transparent;
  350. text-decoration: none;
  351. cursor: pointer;
  352. filter: alpha(opacity=50);
  353. opacity: .5; }
  354. .noty_theme__bootstrap-v3.noty_type__alert,
  355. .noty_theme__bootstrap-v3.noty_type__notification {
  356. background-color: #fff;
  357. color: inherit; }
  358. .noty_theme__bootstrap-v3.noty_type__warning {
  359. background-color: #fcf8e3;
  360. color: #8a6d3b;
  361. border-color: #faebcc; }
  362. .noty_theme__bootstrap-v3.noty_type__error {
  363. background-color: #f2dede;
  364. color: #a94442;
  365. border-color: #ebccd1; }
  366. .noty_theme__bootstrap-v3.noty_type__info,
  367. .noty_theme__bootstrap-v3.noty_type__information {
  368. background-color: #d9edf7;
  369. color: #31708f;
  370. border-color: #bce8f1; }
  371. .noty_theme__bootstrap-v3.noty_type__success {
  372. background-color: #dff0d8;
  373. color: #3c763d;
  374. border-color: #d6e9c6; }
  375. .noty_theme__bootstrap-v4.noty_bar {
  376. margin: 4px 0;
  377. overflow: hidden;
  378. position: relative;
  379. border: 1px solid transparent;
  380. border-radius: .25rem; }
  381. .noty_theme__bootstrap-v4.noty_bar .noty_body {
  382. padding: .75rem 1.25rem; }
  383. .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  384. padding: 10px; }
  385. .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  386. font-size: 1.5rem;
  387. font-weight: 700;
  388. line-height: 1;
  389. color: #000;
  390. text-shadow: 0 1px 0 #fff;
  391. filter: alpha(opacity=20);
  392. opacity: .5;
  393. background: transparent; }
  394. .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  395. background: transparent;
  396. text-decoration: none;
  397. cursor: pointer;
  398. filter: alpha(opacity=50);
  399. opacity: .75; }
  400. .noty_theme__bootstrap-v4.noty_type__alert,
  401. .noty_theme__bootstrap-v4.noty_type__notification {
  402. background-color: #fff;
  403. color: inherit; }
  404. .noty_theme__bootstrap-v4.noty_type__warning {
  405. background-color: #fcf8e3;
  406. color: #8a6d3b;
  407. border-color: #faebcc; }
  408. .noty_theme__bootstrap-v4.noty_type__error {
  409. background-color: #f2dede;
  410. color: #a94442;
  411. border-color: #ebccd1; }
  412. .noty_theme__bootstrap-v4.noty_type__info,
  413. .noty_theme__bootstrap-v4.noty_type__information {
  414. background-color: #d9edf7;
  415. color: #31708f;
  416. border-color: #bce8f1; }
  417. .noty_theme__bootstrap-v4.noty_type__success {
  418. background-color: #dff0d8;
  419. color: #3c763d;
  420. border-color: #d6e9c6; }
  421. .noty_theme__semanticui.noty_bar {
  422. margin: 4px 0;
  423. overflow: hidden;
  424. position: relative;
  425. border: 1px solid transparent;
  426. font-size: 1em;
  427. border-radius: .28571429rem;
  428. box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  429. .noty_theme__semanticui.noty_bar .noty_body {
  430. padding: 1em 1.5em;
  431. line-height: 1.4285em; }
  432. .noty_theme__semanticui.noty_bar .noty_buttons {
  433. padding: 10px; }
  434. .noty_theme__semanticui.noty_type__alert,
  435. .noty_theme__semanticui.noty_type__notification {
  436. background-color: #f8f8f9;
  437. color: rgba(0, 0, 0, 0.87); }
  438. .noty_theme__semanticui.noty_type__warning {
  439. background-color: #fffaf3;
  440. color: #573a08;
  441. box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }
  442. .noty_theme__semanticui.noty_type__error {
  443. background-color: #fff6f6;
  444. color: #9f3a38;
  445. box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }
  446. .noty_theme__semanticui.noty_type__info,
  447. .noty_theme__semanticui.noty_type__information {
  448. background-color: #f8ffff;
  449. color: #276f86;
  450. box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }
  451. .noty_theme__semanticui.noty_type__success {
  452. background-color: #fcfff5;
  453. color: #2c662d;
  454. box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }
  455. .noty_theme__nest.noty_bar {
  456. margin: 0 0 15px 0;
  457. overflow: hidden;
  458. border-radius: 2px;
  459. position: relative;
  460. box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  461. .noty_theme__nest.noty_bar .noty_body {
  462. padding: 10px;
  463. font-size: 14px;
  464. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  465. .noty_theme__nest.noty_bar .noty_buttons {
  466. padding: 10px; }
  467. .noty_layout .noty_theme__nest.noty_bar {
  468. z-index: 5; }
  469. .noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  470. position: absolute;
  471. top: 0;
  472. margin-top: 4px;
  473. margin-right: -4px;
  474. margin-left: 4px;
  475. z-index: 4;
  476. width: 100%; }
  477. .noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  478. position: absolute;
  479. top: 0;
  480. margin-top: 8px;
  481. margin-right: -8px;
  482. margin-left: 8px;
  483. z-index: 3;
  484. width: 100%; }
  485. .noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  486. position: absolute;
  487. top: 0;
  488. margin-top: 12px;
  489. margin-right: -12px;
  490. margin-left: 12px;
  491. z-index: 2;
  492. width: 100%; }
  493. .noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  494. position: absolute;
  495. top: 0;
  496. margin-top: 16px;
  497. margin-right: -16px;
  498. margin-left: 16px;
  499. z-index: 1;
  500. width: 100%; }
  501. .noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  502. position: absolute;
  503. top: 0;
  504. margin-top: 20px;
  505. margin-right: -20px;
  506. margin-left: 20px;
  507. z-index: -1;
  508. width: 100%; }
  509. #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
  510. #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  511. margin-top: 4px;
  512. margin-left: -4px;
  513. margin-right: 4px; }
  514. #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
  515. #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  516. margin-top: 8px;
  517. margin-left: -8px;
  518. margin-right: 8px; }
  519. #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
  520. #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  521. margin-top: 12px;
  522. margin-left: -12px;
  523. margin-right: 12px; }
  524. #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
  525. #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  526. margin-top: 16px;
  527. margin-left: -16px;
  528. margin-right: 16px; }
  529. #noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
  530. #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  531. margin-top: 20px;
  532. margin-left: -20px;
  533. margin-right: 20px; }
  534. .noty_theme__nest.noty_type__alert,
  535. .noty_theme__nest.noty_type__notification {
  536. background-color: #073B4C;
  537. color: #fff; }
  538. .noty_theme__nest.noty_type__alert .noty_progressbar,
  539. .noty_theme__nest.noty_type__notification .noty_progressbar {
  540. background-color: #fff; }
  541. .noty_theme__nest.noty_type__warning {
  542. background-color: #FFD166;
  543. color: #fff; }
  544. .noty_theme__nest.noty_type__error {
  545. background-color: #EF476F;
  546. color: #fff; }
  547. .noty_theme__nest.noty_type__error .noty_progressbar {
  548. opacity: .4; }
  549. .noty_theme__nest.noty_type__info,
  550. .noty_theme__nest.noty_type__information {
  551. background-color: #118AB2;
  552. color: #fff; }
  553. .noty_theme__nest.noty_type__info .noty_progressbar,
  554. .noty_theme__nest.noty_type__information .noty_progressbar {
  555. opacity: .6; }
  556. .noty_theme__nest.noty_type__success {
  557. background-color: #06D6A0;
  558. color: #fff; }