welcome_css 0.85 → 0.86

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: 8fe0706556d0dac77082f1fa8ac2edf5d86e81a24a70e4b211033d186534afa4
4
- data.tar.gz: 28c20ecc1d25fe723d37c6bc325d3ef32e85d9dd0f6c73d0c45389d76073fb9f
3
+ metadata.gz: b6fc1f4ef62664c7e9e5425af49eda031da2ae14aded90b1999de63cb9e82aa5
4
+ data.tar.gz: 52a9d1a42d399105939207412f0b2f2138cc3f01b982ecda82f73036ad46da62
5
5
  SHA512:
6
- metadata.gz: 89a3eaacca68268d17840c655e9138607baabd9a12702f1838ffdfa34dc428dd91d7a7696c344c4b3ec7335f78f519f70197a30fe09bb1051d9a4bb135477325
7
- data.tar.gz: 7718948bdf7875ab8b7a776b3273bbe39f7e12c4824d1d39668afa92ce027df18745239c22d10f0a19dfd0d9598124d9838be4f430b25d1a6ba98c666f163e22
6
+ metadata.gz: be38906cc44a04d8d5ace67f8e918560f0c5e5dd0b5a7770a8454cd05bcdfbcb2e5befb60a4d49bb2d3f839843e85fea18918acc6debac02d0f0b82fc459d2e5
7
+ data.tar.gz: 7488f7c1210282f9a6c953453170cfc147d5e82806cfaed12e936cee07846aefea37db00bd90904494ca12059c7ffdf6cbb55347754822e5f2f19ef99244dbf6
@@ -41,6 +41,7 @@
41
41
  }
42
42
  ul#navbar {
43
43
  display: block;
44
+ width: 100%;
44
45
  }
45
46
  }
46
47
 
@@ -311,6 +311,9 @@ table .ui-table-row {
311
311
  padding: 15px 15px 0 15px;
312
312
  margin-left: 15px;
313
313
  margin-right: 15px;
314
+
315
+ background-color: $ui_white;
316
+ margin-bottom: 30px;
314
317
  }
315
318
 
316
319
  /* =========================== */
@@ -398,6 +401,21 @@ table .ui-table-row {
398
401
  border-bottom: none;
399
402
  padding: 0.75rem 0;
400
403
  }
404
+ .parcel-main-info .card .card-header:before {
405
+ content: "";
406
+ position: static;
407
+ display: block;
408
+ top: 9px;
409
+ left: -20px;
410
+ background: #d8dbe5;
411
+ width: 30px;
412
+ height: 3px;
413
+ }
414
+ .parcel-main-info .card .card-header h4 {
415
+ font-size: 17px !important;
416
+ margin-top: 12px !important;
417
+ font-weight: bold;
418
+ }
401
419
  .parcel-main-info .list-group {
402
420
  display: block;
403
421
  }
@@ -415,6 +433,10 @@ table .ui-table-row {
415
433
  text-align: left;
416
434
  border: 1px solid #007bff;
417
435
  }
436
+ .parcel-main-info .table,
437
+ .list-group-item .table {
438
+ box-shadow: none !important;
439
+ }
418
440
 
419
441
  /* =========================== */
420
442
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.85"
2
+ VERSION = "0.86"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.85'
4
+ version: '0.86'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-19 00:00:00.000000000 Z
11
+ date: 2022-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails