sinatra-hexacta 1.2.6 → 1.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45d80ce0e0132669ec6d45b9c750216f0e7c8155e012b991a66761880ff6ca8d
4
- data.tar.gz: 575459075130c4f03a2c11483006aed700af6ba1c7d52e8c97cb1e0438e75669
3
+ metadata.gz: 7808918a2de90229a10a87b1d303e8a87243168d3cabc72bce7d2f129502f2a2
4
+ data.tar.gz: a197ed23204c5c149ae6c611a05d4fd74c97ee9bc627b0a8d28395425e0f38bf
5
5
  SHA512:
6
- metadata.gz: c2a4b2e7bfdac4c828e286ddfba6736604513a84eddcf32082a02f552fd3de0e60f7009d68393bc5ce0c1313625fe0b617dffebccc0f0426d7cb7e22e62bd5a4
7
- data.tar.gz: d1101956aea331d5ef3e41898332939aa21670211bf7c146ccd36ca24ab75e1f844c879d34e825adf77a55eb1481a84ecd8b036db930882441a28eb9c1238878
6
+ metadata.gz: e38f8a4ab30b98ed8f45057add10149b86d2f789d9b60e53a45a8352187048413d84b70e6542eebb3716651fce8b03413e766c57d50995ea0e129fb60f300a6a
7
+ data.tar.gz: 68da29820ec7eafed1783c32b63410f79ca6642ef0cf775bc7eed11ce29cc73951de82e9794565feab8b937c29a14b87018c53580790c21afc890a25e65e4c74
@@ -285,7 +285,7 @@ body {
285
285
  .footer-text .text, .actions > li > a:before,
286
286
  .actions > a:before, .pagination > li > a, .pagination > li > span,
287
287
  #header input[type="text"], #header .results, .dropdown.open .dropdown-menu,
288
- .modal .modal-content, .profile-view .pv-header > .pv-main, .pt-inner .pti-header, .ptih-title,
288
+ .modal .modal-content, .pt-inner .pti-header, .ptih-title,
289
289
  .card .tab-nav, .dash-widget-item {
290
290
  border-radius: 6px;
291
291
  }
@@ -395,6 +395,47 @@ body:not(.sw-toggled) #sidebar {
395
395
  background-size: 100% 70%;
396
396
  }
397
397
 
398
+ .modal .modal-footer .btn-link {
399
+ font-weight: 700 !important;
400
+ color: #047bf8;
401
+ }
402
+
403
+ .modal .modal-header {
404
+ padding: 23px 26px;
405
+ border-bottom: 1px solid rgba(0,0,0,0.05);
406
+ margin-bottom: 20px;
407
+ }
408
+
409
+ .modal .modal-footer {
410
+ border-top: 1px solid rgba(0,0,0,0.05);
411
+ }
412
+
413
+ .modal .modal-content {
414
+ box-shadow: 0 25px 65px rgba(15,24,33,0.29);
415
+ }
416
+
417
+ .modal-title {
418
+ font-weight: 700 !important;
419
+ }
420
+
421
+ .modal-backdrop {
422
+ background-color:#235a94;
423
+ }
424
+
425
+ .modal.fade .modal-dialog
426
+ {
427
+ -moz-transition: none !important;
428
+ -o-transition: none !important;
429
+ -webkit-transition: none !important;
430
+ transition: none !important;
431
+
432
+ -moz-transform: none !important;
433
+ -ms-transform: none !important;
434
+ -o-transform: none !important;
435
+ -webkit-transform: none !important;
436
+ transform: none !important;
437
+ }
438
+
398
439
  .form-control {
399
440
  background: transparent;
400
441
  }
@@ -421,4 +462,5 @@ body:not(.sw-toggled) #sidebar {
421
462
  font-size: 14pt;
422
463
  height: 38px;
423
464
  border-radius: 100px;
424
- padding-top: 9px;}
465
+ padding-top: 9px;
466
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-hexacta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger