sinatra-hexacta 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sinatra/public/css/lightadmin.css +44 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7808918a2de90229a10a87b1d303e8a87243168d3cabc72bce7d2f129502f2a2
|
4
|
+
data.tar.gz: a197ed23204c5c149ae6c611a05d4fd74c97ee9bc627b0a8d28395425e0f38bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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, .
|
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
|
+
}
|