j1-template 2022.0.1 → 2022.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +14 -14
  3. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  4. data/_includes/themes/j1/modules/navigator/generator.html +3 -3
  5. data/_includes/themes/j1/modules/search/docsearch.html +1 -1
  6. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
  7. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  8. data/assets/data/authclient.html +11 -11
  9. data/assets/data/cookieconsent.html +8 -8
  10. data/assets/data/gallery_customizer.html +4 -4
  11. data/assets/data/menu.html +13 -13
  12. data/assets/data/mmenu.html +2 -2
  13. data/assets/data/quicklinks.html +2 -2
  14. data/assets/data/rtext_resizer.html +1 -1
  15. data/assets/data/themes.bootswatch.json +2 -2
  16. data/assets/data/themes.json +4 -4
  17. data/assets/data/translator.html +8 -8
  18. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  19. data/assets/themes/j1/adapter/js/j1.js +6 -6
  20. data/assets/themes/j1/adapter/js/navigator.js +3 -3
  21. data/assets/themes/j1/adapter/js/themer.js +13 -4
  22. data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +0 -0
  23. data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.min.css +0 -0
  24. data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +326 -18
  25. data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.min.css +1 -1
  26. data/assets/themes/j1/modules/bmd/js/bmd.js +3 -3
  27. data/assets/themes/j1/modules/bmd/js/bmd.min.js +1 -1
  28. data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
  29. data/assets/themes/j1/modules/materialize/js/bin/materialize.js +4 -4
  30. data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +1 -1
  31. data/assets/themes/j1/modules/materialize/js/global.js +1 -1
  32. data/assets/themes/j1/modules/materialize/js/select.js +1 -1
  33. data/assets/themes/j1/modules/materialize/js/tapTarget.cash.js +1 -1
  34. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +2 -2
  35. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  36. data/lib/j1/version.rb +1 -1
  37. data/lib/starter_web/Gemfile +1 -1
  38. data/lib/starter_web/_config.yml +1 -1
  39. data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
  40. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  41. data/lib/starter_web/_data/blocks/banner.yml +5 -5
  42. data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
  43. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
  44. data/lib/starter_web/_data/j1_config.yml +2 -2
  45. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  46. data/lib/starter_web/_data/resources.yml +1 -1
  47. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  48. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  49. data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
  50. data/lib/starter_web/package.json +1 -1
  51. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +1 -1
  52. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +3 -3
  53. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  54. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  55. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +1 -1
  56. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +1 -1
  57. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +1 -1
  58. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +1 -1
  59. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +1 -1
  60. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +1 -1
  61. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +22 -22
  62. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +3 -3
  63. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +3 -3
  64. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +4 -4
  65. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +3 -3
  66. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +2 -2
  67. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +1 -1
  68. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +3 -3
  69. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +4 -5
  70. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  71. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +2 -2
  72. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
  73. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  74. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  75. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
  76. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
  77. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
  78. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
  79. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
  80. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
  81. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
  82. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +4 -4
  83. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +3 -4
  84. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
  85. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +51 -3
  86. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +163 -73
  87. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  88. data/lib/starter_web/utilsrv/package.json +1 -1
  89. metadata +7 -6
@@ -499,11 +499,11 @@ j1.adapter['navigator'] = (function (j1, window) {
499
499
  // See: https://stackoverflow.com/questions/13524107/how-to-set-data-attributes-in-html-elements
500
500
  if (user_session.authenticated === 'true') {
501
501
  // Set SignOut
502
- $('#navLinkSignInOut').attr('data-target', '#modalOmniSignOut');
502
+ $('#navLinkSignInOut').attr('data-bs-target', '#modalOmniSignOut');
503
503
  $('#iconSignInOut').removeClass('mdi-login').addClass('mdi-logout');
504
504
  } else {
505
505
  // Set SignIn
506
- $('#navLinkSignInOut').attr('data-target', '#modalOmniSignIn');
506
+ $('#navLinkSignInOut').attr('data-bs-target', '#modalOmniSignIn');
507
507
  $('#iconSignInOut').removeClass('mdi-logout').addClass('mdi-login');
508
508
  }
509
509
  }
@@ -806,7 +806,7 @@ j1.adapter['navigator'] = (function (j1, window) {
806
806
  // $('#navigator_nav_menu')
807
807
  // .find('li.dropdown.nav-item')
808
808
 
809
- $('[data-toggle]').closest('li')
809
+ $('[data-bs-toggle]').closest('li')
810
810
  .on('mouseenter', function (inEvent) {
811
811
  if (theElement) theElement.removeClass('open');
812
812
  window.clearTimeout(theTimer);
@@ -118,14 +118,12 @@ j1.adapter['themer'] = (function (j1, window) {
118
118
  var logText;
119
119
  var cookie_written;
120
120
 
121
- var cssExtension = (environment === 'production')
122
- ? '.min.css'
123
- : '.css';
121
+ var cssExtension = (environment === 'production') ? '.min.css' : '.css';
124
122
 
125
123
  var default_theme_name = '{{default_theme.name}}';
126
124
  var default_theme_author = '{{default_theme.author}}';
127
125
  var default_theme_author_url = '{{default_theme.author_url}}';
128
- var default_theme_css_name = default_theme_name.toLowerCase().replace(' ', '-');
126
+ var default_theme_css_name = default_theme_name.toLowerCase();
129
127
  var default_theme_css = '{{asset_path}}/{{theme_base}}/' + default_theme_css_name + '/bootstrap' + cssExtension;
130
128
 
131
129
  var interval_count = 0;
@@ -201,6 +199,17 @@ j1.adapter['themer'] = (function (j1, window) {
201
199
  user_state.theme_css = default_theme_css;
202
200
  user_state.theme_author = default_theme_author;
203
201
  user_state.theme_author_url = default_theme_author_url;
202
+
203
+ cookie_written = j1.writeCookie({
204
+ name: cookie_names.user_state,
205
+ data: user_state,
206
+ samesite: 'Strict',
207
+ secure: secure,
208
+ expires: 365
209
+ });
210
+ if (!cookie_written) {
211
+ logger.error('\n' + 'failed to write cookie: ' + cookie_names.user_consent);
212
+ }
204
213
  }
205
214
 
206
215
  styleLoaded = styleSheetLoaded(user_state.theme_css);
@@ -23170,6 +23170,314 @@ a.md-bg-brown-900:hover,
23170
23170
  a.md-bg-brown-900:focus {
23171
23171
  background-color: #1d1211 !important; }
23172
23172
 
23173
+ .md-gray {
23174
+ color: #9e9e9e !important; }
23175
+
23176
+ a.md-gray:hover,
23177
+ a.md-gray:focus {
23178
+ color: #757575 !important; }
23179
+
23180
+ .md-gray-50 {
23181
+ color: #fafafa !important; }
23182
+
23183
+ a.md-gray-50:hover,
23184
+ a.md-gray-50:focus {
23185
+ color: #f5f5f5 !important; }
23186
+
23187
+ .md-gray-100 {
23188
+ color: #f5f5f5 !important; }
23189
+
23190
+ a.md-gray-100:hover,
23191
+ a.md-gray-100:focus {
23192
+ color: #eeeeee !important; }
23193
+
23194
+ .md-gray-200 {
23195
+ color: #eeeeee !important; }
23196
+
23197
+ a.md-gray-200:hover,
23198
+ a.md-gray-200:focus {
23199
+ color: #e0e0e0 !important; }
23200
+
23201
+ .md-gray-300 {
23202
+ color: #e0e0e0 !important; }
23203
+
23204
+ a.md-gray-300:hover,
23205
+ a.md-gray-300:focus {
23206
+ color: #bdbdbd !important; }
23207
+
23208
+ .md-gray-400 {
23209
+ color: #bdbdbd !important; }
23210
+
23211
+ a.md-gray-400:hover,
23212
+ a.md-gray-400:focus {
23213
+ color: #9e9e9e !important; }
23214
+
23215
+ .md-gray-500 {
23216
+ color: #9e9e9e !important; }
23217
+
23218
+ a.md-gray-500:hover,
23219
+ a.md-gray-500:focus {
23220
+ color: #757575 !important; }
23221
+
23222
+ .md-gray-600 {
23223
+ color: #757575 !important; }
23224
+
23225
+ a.md-gray-600:hover,
23226
+ a.md-gray-600:focus {
23227
+ color: #616161 !important; }
23228
+
23229
+ .md-gray-700 {
23230
+ color: #616161 !important; }
23231
+
23232
+ a.md-gray-700:hover,
23233
+ a.md-gray-700:focus {
23234
+ color: #424242 !important; }
23235
+
23236
+ .md-gray-800 {
23237
+ color: #424242 !important; }
23238
+
23239
+ a.md-gray-800:hover,
23240
+ a.md-gray-800:focus {
23241
+ color: #2196f3 !important; }
23242
+
23243
+ .md-gray-900 {
23244
+ color: #212121 !important; }
23245
+
23246
+ a.md-gray-900:hover,
23247
+ a.md-gray-900:focus {
23248
+ color: #2196f3 !important; }
23249
+
23250
+ .md-bg-gray {
23251
+ background-color: #9e9e9e !important; }
23252
+
23253
+ a.md-bg-gray:hover,
23254
+ a.md-bg-gray:focus {
23255
+ background-color: #fafafa !important; }
23256
+
23257
+ .md-bg-gray-50 {
23258
+ background-color: #fafafa !important; }
23259
+
23260
+ a.md-bg-gray-50:hover,
23261
+ a.md-bg-gray-50:focus {
23262
+ background-color: #f5f5f5 !important; }
23263
+
23264
+ .md-bg-gray-100 {
23265
+ background-color: #f5f5f5 !important; }
23266
+
23267
+ a.md-bg-gray-100:hover,
23268
+ a.md-bg-gray-100:focus {
23269
+ background-color: #eeeeee !important; }
23270
+
23271
+ .md-bg-gray-200 {
23272
+ background-color: #eeeeee !important; }
23273
+
23274
+ a.md-bg-gray-200:hover,
23275
+ a.md-bg-gray-200:focus {
23276
+ background-color: #e0e0e0 !important; }
23277
+
23278
+ .md-bg-gray-300 {
23279
+ background-color: #e0e0e0 !important; }
23280
+
23281
+ a.md-bg-gray-300:hover,
23282
+ a.md-bg-gray-300:focus {
23283
+ background-color: #bdbdbd !important; }
23284
+
23285
+ .md-bg-gray-400 {
23286
+ background-color: #bdbdbd !important; }
23287
+
23288
+ a.md-bg-gray-400:hover,
23289
+ a.md-bg-gray-400:focus {
23290
+ background-color: #9e9e9e !important; }
23291
+
23292
+ .md-bg-gray-500 {
23293
+ background-color: #9e9e9e !important; }
23294
+
23295
+ a.md-bg-gray-500:hover,
23296
+ a.md-bg-gray-500:focus {
23297
+ background-color: #757575 !important; }
23298
+
23299
+ .md-bg-gray-600 {
23300
+ background-color: #757575 !important; }
23301
+
23302
+ a.md-bg-gray-600:hover,
23303
+ a.md-bg-gray-600:focus {
23304
+ background-color: #616161 !important; }
23305
+
23306
+ .md-bg-gray-700 {
23307
+ background-color: #616161 !important; }
23308
+
23309
+ a.md-bg-gray-700:hover,
23310
+ a.md-bg-gray-700:focus {
23311
+ background-color: #424242 !important; }
23312
+
23313
+ .md-bg-gray-800 {
23314
+ background-color: #424242 !important; }
23315
+
23316
+ a.md-bg-gray-800:hover,
23317
+ a.md-bg-gray-800:focus {
23318
+ background-color: #2196f3 !important; }
23319
+
23320
+ .md-bg-gray-900 {
23321
+ background-color: #212121 !important; }
23322
+
23323
+ a.md-bg-gray-900:hover,
23324
+ a.md-bg-gray-900:focus {
23325
+ background-color: #2196f3 !important; }
23326
+
23327
+ .md-blue-gray {
23328
+ color: #607d8b !important; }
23329
+
23330
+ a.md-blue-gray:hover,
23331
+ a.md-blue-gray:focus {
23332
+ color: #546e7a !important; }
23333
+
23334
+ .md-blue-gray-50 {
23335
+ color: #eceff1 !important; }
23336
+
23337
+ a.md-blue-gray-50:hover,
23338
+ a.md-blue-gray-50:focus {
23339
+ color: #cfd8dc !important; }
23340
+
23341
+ .md-blue-gray-100 {
23342
+ color: #cfd8dc !important; }
23343
+
23344
+ a.md-blue-gray-100:hover,
23345
+ a.md-blue-gray-100:focus {
23346
+ color: #b0bec5 !important; }
23347
+
23348
+ .md-blue-gray-200 {
23349
+ color: #b0bec5 !important; }
23350
+
23351
+ a.md-blue-gray-200:hover,
23352
+ a.md-blue-gray-200:focus {
23353
+ color: #90a4ae !important; }
23354
+
23355
+ .md-blue-gray-300 {
23356
+ color: #90a4ae !important; }
23357
+
23358
+ a.md-blue-gray-300:hover,
23359
+ a.md-blue-gray-300:focus {
23360
+ color: #78909c !important; }
23361
+
23362
+ .md-blue-gray-400 {
23363
+ color: #78909c !important; }
23364
+
23365
+ a.md-blue-gray-400:hover,
23366
+ a.md-blue-gray-400:focus {
23367
+ color: #607d8b !important; }
23368
+
23369
+ .md-blue-gray-500 {
23370
+ color: #607d8b !important; }
23371
+
23372
+ a.md-blue-gray-500:hover,
23373
+ a.md-blue-gray-500:focus {
23374
+ color: #546e7a !important; }
23375
+
23376
+ .md-blue-gray-600 {
23377
+ color: #546e7a !important; }
23378
+
23379
+ a.md-blue-gray-600:hover,
23380
+ a.md-blue-gray-600:focus {
23381
+ color: #455a64 !important; }
23382
+
23383
+ .md-blue-gray-700 {
23384
+ color: #455a64 !important; }
23385
+
23386
+ a.md-blue-gray-700:hover,
23387
+ a.md-blue-gray-700:focus {
23388
+ color: #37474f !important; }
23389
+
23390
+ .md-blue-gray-800 {
23391
+ color: #37474f !important; }
23392
+
23393
+ a.md-blue-gray-800:hover,
23394
+ a.md-blue-gray-800:focus {
23395
+ color: #2196f3 !important; }
23396
+
23397
+ .md-blue-gray-900 {
23398
+ color: #263238 !important; }
23399
+
23400
+ a.md-blue-gray-900:hover,
23401
+ a.md-blue-gray-900:focus {
23402
+ color: #2196f3 !important; }
23403
+
23404
+ .md-bg-blue-gray {
23405
+ background-color: #607d8b !important; }
23406
+
23407
+ a.md-bg-blue-gray:hover,
23408
+ a.md-bg-blue-gray:focus {
23409
+ background-color: #546e7a !important; }
23410
+
23411
+ .md-bg-blue-gray-50 {
23412
+ background-color: #eceff1 !important; }
23413
+
23414
+ a.md-bg-blue-gray-50:hover,
23415
+ a.md-bg-blue-gray-50:focus {
23416
+ background-color: #cfd8dc !important; }
23417
+
23418
+ .md-bg-blue-gray-100 {
23419
+ background-color: #cfd8dc !important; }
23420
+
23421
+ a.md-bg-blue-gray-100:hover,
23422
+ a.md-bg-blue-gray-100:focus {
23423
+ background-color: #b0bec5 !important; }
23424
+
23425
+ .md-bg-blue-gray-200 {
23426
+ background-color: #b0bec5 !important; }
23427
+
23428
+ a.md-bg-blue-gray-200:hover,
23429
+ a.md-bg-blue-gray-200:focus {
23430
+ background-color: #90a4ae !important; }
23431
+
23432
+ .md-bg-blue-gray-300 {
23433
+ background-color: #90a4ae !important; }
23434
+
23435
+ a.md-bg-blue-gray-300:hover,
23436
+ a.md-bg-blue-gray-300:focus {
23437
+ background-color: #78909c !important; }
23438
+
23439
+ .md-bg-blue-gray-400 {
23440
+ background-color: #78909c !important; }
23441
+
23442
+ a.md-bg-blue-gray-400:hover,
23443
+ a.md-bg-blue-gray-400:focus {
23444
+ background-color: #607d8b !important; }
23445
+
23446
+ .md-bg-blue-gray-500 {
23447
+ background-color: #607d8b !important; }
23448
+
23449
+ a.md-bg-blue-gray-500:hover,
23450
+ a.md-bg-blue-gray-500:focus {
23451
+ background-color: #546e7a !important; }
23452
+
23453
+ .md-bg-blue-gray-600 {
23454
+ background-color: #546e7a !important; }
23455
+
23456
+ a.md-bg-blue-gray-600:hover,
23457
+ a.md-bg-blue-gray-600:focus {
23458
+ background-color: #455a64 !important; }
23459
+
23460
+ .md-bg-blue-gray-700 {
23461
+ background-color: #455a64 !important; }
23462
+
23463
+ a.md-bg-blue-gray-700:hover,
23464
+ a.md-bg-blue-gray-700:focus {
23465
+ background-color: #37474f !important; }
23466
+
23467
+ .md-bg-blue-gray-800 {
23468
+ background-color: #37474f !important; }
23469
+
23470
+ a.md-bg-blue-gray-800:hover,
23471
+ a.md-bg-blue-gray-800:focus {
23472
+ background-color: #2196f3 !important; }
23473
+
23474
+ .md-bg-blue-gray-900 {
23475
+ background-color: #263238 !important; }
23476
+
23477
+ a.md-bg-blue-gray-900:hover,
23478
+ a.md-bg-blue-gray-900:focus {
23479
+ background-color: #2196f3 !important; }
23480
+
23173
23481
  .md-grey {
23174
23482
  color: #9e9e9e !important; }
23175
23483
 
@@ -24217,9 +24525,9 @@ body.scrollable {
24217
24525
  font-weight: 400; }
24218
24526
  .modal .modal-header .close {
24219
24527
  padding-top: 1rem;
24220
- padding-right: 1rem;
24221
- padding-bottom: 1.75rem;
24222
- padding-left: 1rem; }
24528
+ padding-bottom: 2rem;
24529
+ border: 0;
24530
+ background-color: transparent; }
24223
24531
 
24224
24532
  .modal .modal-footer {
24225
24533
  padding: 2rem 2rem 2rem 2rem !important;
@@ -24355,49 +24663,49 @@ body.scrollable {
24355
24663
  width: 400px; } }
24356
24664
 
24357
24665
  .modal-dialog.modal-notify.modal-primary .badge {
24358
- background-color: theme-color(primary); }
24666
+ background-color: #2196f3; }
24359
24667
 
24360
24668
  .modal-dialog.modal-notify.modal-primary .modal-header {
24361
- background-color: theme-color(primary); }
24669
+ background-color: #2196f3; }
24362
24670
 
24363
24671
  .modal-dialog.modal-notify.modal-primary .mdi {
24364
- color: #f5f5f5 !important; }
24672
+ color: #f5f5f5; }
24365
24673
 
24366
24674
  .modal-dialog.modal-notify.modal-info .badge {
24367
- background-color: theme-color(info); }
24675
+ background-color: #00bcd4; }
24368
24676
 
24369
24677
  .modal-dialog.modal-notify.modal-info .modal-header {
24370
- background-color: theme-color(info); }
24678
+ background-color: #00bcd4; }
24371
24679
 
24372
24680
  .modal-dialog.modal-notify.modal-info .mdi {
24373
- color: #f5f5f5 !important; }
24681
+ color: #f5f5f5; }
24374
24682
 
24375
24683
  .modal-dialog.modal-notify.modal-warning .badge {
24376
- background-color: theme-color(warning); }
24684
+ background-color: #fbc02d; }
24377
24685
 
24378
24686
  .modal-dialog.modal-notify.modal-warning .modal-header {
24379
- background-color: theme-color(warning); }
24687
+ background-color: #fbc02d; }
24380
24688
 
24381
24689
  .modal-dialog.modal-notify.modal-warning .mdi {
24382
- color: #f5f5f5 !important; }
24690
+ color: #f5f5f5; }
24383
24691
 
24384
24692
  .modal-dialog.modal-notify.modal-success .badge {
24385
- background-color: theme-color(success); }
24693
+ background-color: #4caf50; }
24386
24694
 
24387
24695
  .modal-dialog.modal-notify.modal-success .modal-header {
24388
- background-color: theme-color(success); }
24696
+ background-color: #4caf50; }
24389
24697
 
24390
24698
  .modal-dialog.modal-notify.modal-success .mdi {
24391
- color: #f5f5f5 !important; }
24699
+ color: #f5f5f5; }
24392
24700
 
24393
24701
  .modal-dialog.modal-notify.modal-danger .badge {
24394
- background-color: theme-color(danger); }
24702
+ background-color: #f44336; }
24395
24703
 
24396
24704
  .modal-dialog.modal-notify.modal-danger .modal-header {
24397
- background-color: theme-color(danger); }
24705
+ background-color: #f44336; }
24398
24706
 
24399
24707
  .modal-dialog.modal-notify.modal-danger .mdi {
24400
- color: #f5f5f5 !important; }
24708
+ color: #f5f5f5; }
24401
24709
 
24402
24710
  /*
24403
24711
  # -----------------------------------------------------------------------------