welcome_css 0.84 → 0.85
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: 8fe0706556d0dac77082f1fa8ac2edf5d86e81a24a70e4b211033d186534afa4
|
|
4
|
+
data.tar.gz: 28c20ecc1d25fe723d37c6bc325d3ef32e85d9dd0f6c73d0c45389d76073fb9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89a3eaacca68268d17840c655e9138607baabd9a12702f1838ffdfa34dc428dd91d7a7696c344c4b3ec7335f78f519f70197a30fe09bb1051d9a4bb135477325
|
|
7
|
+
data.tar.gz: 7718948bdf7875ab8b7a776b3273bbe39f7e12c4824d1d39668afa92ce027df18745239c22d10f0a19dfd0d9598124d9838be4f430b25d1a6ba98c666f163e22
|
|
@@ -213,6 +213,16 @@
|
|
|
213
213
|
background-size: 14px;
|
|
214
214
|
background-position: top 4px left 0px;
|
|
215
215
|
}
|
|
216
|
+
.line-models {
|
|
217
|
+
padding: 0 0 0 20px !important;
|
|
218
|
+
background-image: image-url('icons/icn-models.svg');
|
|
219
|
+
background-repeat: no-repeat;
|
|
220
|
+
background-size: 14px;
|
|
221
|
+
background-position: top 3px left 0px;
|
|
222
|
+
margin-top: 4px;
|
|
223
|
+
display: block;
|
|
224
|
+
width: 100%;
|
|
225
|
+
}
|
|
216
226
|
.btn-delete,
|
|
217
227
|
.new-involved-theme .btn.btn-outline-danger,
|
|
218
228
|
.btn-delete.btn.btn-outline-danger {
|
|
@@ -28,6 +28,14 @@
|
|
|
28
28
|
width: 100%;
|
|
29
29
|
padding: 15px 0;
|
|
30
30
|
}
|
|
31
|
+
.land-app .view-header.parcel-header {
|
|
32
|
+
border: none !important;
|
|
33
|
+
background-color: $ui_white;
|
|
34
|
+
margin-bottom: 30px;
|
|
35
|
+
width: 100%;
|
|
36
|
+
padding: 20px 10px 20px 20px;
|
|
37
|
+
box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
|
|
38
|
+
}
|
|
31
39
|
.land-app .white-header {
|
|
32
40
|
border-bottom: none;
|
|
33
41
|
background-color: $ui_white;
|
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.85'
|
|
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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|