sinatra-hexacta 1.2.8 → 1.2.9

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: 01d0e9ec273a355ea3c2e254d39178fe8d7428440a54bc36e4701810210219fe
4
- data.tar.gz: 837500e8d5be11c289ad3d0b65f59ed44c83f922c0c4f1942b9f88d2a36dde97
3
+ metadata.gz: eae9b5d80ffcd16923473974837a7f17569ecf34ca3817595e6495d11e052ae8
4
+ data.tar.gz: 2ff000bf77a66cb12b4d7c69ab784985f8e5db614a6e481bfdcfdaaec6206a7e
5
5
  SHA512:
6
- metadata.gz: f23a85f1bbaa740665446c174da56139b5defaea9df100ea90f3e5e0f97be6a889ab10edcdfd14682805583b3dcc0190c1b5f510f8ad21d5ce7dfca248e9040c
7
- data.tar.gz: fbc8c143a7fba3180d469a74b0243d1f190d29b74fb83667c2115f1cbf30696bd909e23553060ef6fc291d9c97d4a7630168b1ee549c69e51b97e16fb62cee02
6
+ metadata.gz: c838fcd88d1fe11813c50806bf307ed97c1da4f862e1c5f562e63614399b9f55631f2adbf8fab10147988c19aeddbc0514c786ec7a0200cdd369f29c1d15670c
7
+ data.tar.gz: 8aafa5be7d3e4d6ae81a7c6e9e2b6c2230bdca29e9269880eb31e28cede06fa578bb54f8881b9cecbeaf5b68e69b1a058246eba5817d6f375455267c8312a904
@@ -286,7 +286,7 @@ body {
286
286
  .actions > a:before, .pagination > li > a, .pagination > li > span,
287
287
  #header input[type="text"], #header .results, .dropdown.open .dropdown-menu,
288
288
  .modal .modal-content, .pt-inner .pti-header, .ptih-title,
289
- .card .tab-nav, .dash-widget-item {
289
+ .card .tab-nav, .dash-widget-item, .progress {
290
290
  border-radius: 6px;
291
291
  }
292
292
 
@@ -325,7 +325,9 @@ t-view:after {
325
325
  }
326
326
 
327
327
 
328
- .profile-pic {
328
+ .profile-pic > img{
329
+ padding: 5px;
330
+ border: 1px solid rgba(0,0,0,0.05);
329
331
  }
330
332
 
331
333
  .results .card {
@@ -380,6 +382,16 @@ body:not(.sw-toggled) #sidebar {
380
382
  font-weight: 700;
381
383
  }
382
384
 
385
+ .card .card-header {
386
+ border-top-left-radius: 6px;
387
+ border-top-right-radius: 6px;
388
+ }
389
+
390
+ .card .card-body {
391
+ border-bottom-left-radius: 6px;
392
+ border-bottom-right-radius: 6px;
393
+ }
394
+
383
395
  .card .card-header h2 small {
384
396
  font-size: 10px;
385
397
  letter-spacing: 1px;
@@ -463,4 +475,20 @@ body:not(.sw-toggled) #sidebar {
463
475
  height: 38px;
464
476
  border-radius: 100px;
465
477
  padding-top: 9px;
466
- }
478
+ }
479
+
480
+ .ha-menu {
481
+ background-color: transparent !important;
482
+ border-bottom: 1px solid rgba(0,0,0,0.05);
483
+ }
484
+
485
+ .ha-menu > ul > li:not(.active) > *:not(ul) {
486
+ color: #334152;
487
+ font-weight: 700;
488
+ }
489
+
490
+ .ha-menu > ul > li.active > *:not(ul) {
491
+ color: #334152;
492
+ box-shadow: inset 0px -3px 0 0px #047bf8;
493
+ font-weight: 700;
494
+ }
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.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger