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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6fc1f4ef62664c7e9e5425af49eda031da2ae14aded90b1999de63cb9e82aa5
|
|
4
|
+
data.tar.gz: 52a9d1a42d399105939207412f0b2f2138cc3f01b982ecda82f73036ad46da62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be38906cc44a04d8d5ace67f8e918560f0c5e5dd0b5a7770a8454cd05bcdfbcb2e5befb60a4d49bb2d3f839843e85fea18918acc6debac02d0f0b82fc459d2e5
|
|
7
|
+
data.tar.gz: 7488f7c1210282f9a6c953453170cfc147d5e82806cfaed12e936cee07846aefea37db00bd90904494ca12059c7ffdf6cbb55347754822e5f2f19ef99244dbf6
|
|
@@ -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
|
|
data/lib/welcome_css/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2022-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|