active_frontend 16.3.0 → 16.3.1
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: f55a35c7d7bec2786033ae44fd2c4b72dae3c27e0720616c0fdecca40296736e
|
|
4
|
+
data.tar.gz: 3a85a78653d04b07dba8bfcf7d79f2fa2baf8db2e7bbe847b062e3e65bf503ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73cdf7025282cc1284ab36b0159709944f3a4006e2e56937a45fe587d03d411693d06d50518954ea558f36353c59623103aecaadc79f31874addc363a19e7e1e
|
|
7
|
+
data.tar.gz: f209974ddde480a8b8008ef632a61131268c976241e3bd2cadbfc632925b6a9d74747ef35d5a268b59076b0cf1071b1bed84430c88f1e86c37a3c0edcb9a8448
|
data/{.reek → .reek.yml}
RENAMED
|
File without changes
|
|
@@ -118,7 +118,10 @@ input {
|
|
|
118
118
|
&::placeholder { line-height: 20px; }
|
|
119
119
|
}
|
|
120
120
|
select {
|
|
121
|
-
|
|
121
|
+
overflow: hidden;
|
|
122
|
+
padding: 13px 35px 13px 15px;
|
|
123
|
+
text-overflow: ellipsis;
|
|
124
|
+
white-space: nowrap;
|
|
122
125
|
|
|
123
126
|
[multiple],
|
|
124
127
|
[size] { height: auto; }
|
|
@@ -237,20 +240,20 @@ textarea {
|
|
|
237
240
|
&.form-size-l {
|
|
238
241
|
select {
|
|
239
242
|
font-size: text-size(l);
|
|
240
|
-
padding: 20px;
|
|
243
|
+
padding: 20px 40px 20px 20px;
|
|
241
244
|
}
|
|
242
245
|
}
|
|
243
246
|
&.form-size-m {
|
|
244
247
|
select {
|
|
245
248
|
font-size: text-size(m);
|
|
246
|
-
padding: 15px
|
|
249
|
+
padding: 15px 40px 17px 20px;
|
|
247
250
|
}
|
|
248
251
|
}
|
|
249
252
|
&.form-size-s {
|
|
250
253
|
select {
|
|
251
254
|
font-size: text-size(s);
|
|
252
255
|
margin-bottom: 5px;
|
|
253
|
-
padding: 9px
|
|
256
|
+
padding: 9px 25px 8px 10px;
|
|
254
257
|
}
|
|
255
258
|
}
|
|
256
259
|
&.form-width-l {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.3.
|
|
4
|
+
version: 16.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -133,7 +133,7 @@ files:
|
|
|
133
133
|
- ".DS_Store"
|
|
134
134
|
- ".fasterer.yml"
|
|
135
135
|
- ".gitignore"
|
|
136
|
-
- ".reek"
|
|
136
|
+
- ".reek.yml"
|
|
137
137
|
- ".rspec"
|
|
138
138
|
- ".rubocop.yml"
|
|
139
139
|
- ".scss-lint.yml"
|