active_frontend 13.0.5 → 13.0.6
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 +4 -4
- data/app/assets/images/placeholders/document-large.png +0 -0
- data/app/assets/images/placeholders/document-small.png +0 -0
- data/app/assets/images/placeholders/document.png +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_form.scss +25 -17
- data/vendor/assets/stylesheets/_placeholder.scss +3 -4
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efa4196b4105359e0453e4f802e9ef739f1fd068
|
|
4
|
+
data.tar.gz: 3c5dec5a70f9e385796f8a2cdba04643afdbea4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f46979cb5550dfc8d3dddcc5d103fc90e47096107d65f222c08aebd0371617f2821ee63a3544717df63bd3deb37f61b8b3ebcdae4d5b15ef0734efde8238d463
|
|
7
|
+
data.tar.gz: a261447eeed36b6989017dbebbceb2a6beb8095beccfc9eb505f08b450ed0dfcea1776fd79dedea381cc20c1d17044d820c98d3c97ab90cb219faee719b34836
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -260,7 +260,7 @@ select[disabled] {
|
|
|
260
260
|
position: relative;
|
|
261
261
|
vertical-align: top;
|
|
262
262
|
}
|
|
263
|
-
.form-floating-label
|
|
263
|
+
.form-floating-label label {
|
|
264
264
|
font-size: 10px;
|
|
265
265
|
font-style: normal;
|
|
266
266
|
font-weight: 500;
|
|
@@ -270,23 +270,31 @@ select[disabled] {
|
|
|
270
270
|
@include transition(all 0.3s ease-in-out);
|
|
271
271
|
top: 10px;
|
|
272
272
|
}
|
|
273
|
-
.form-floating-label
|
|
274
|
-
.form-floating-label
|
|
275
|
-
.form-floating-label
|
|
276
|
-
.form-floating-label
|
|
277
|
-
.form-floating-label
|
|
278
|
-
.form-floating-label
|
|
279
|
-
.form-floating-label
|
|
280
|
-
.form-floating-label
|
|
281
|
-
.form-floating-label
|
|
282
|
-
.form-floating-label
|
|
273
|
+
.form-floating-label input:focus,
|
|
274
|
+
.form-floating-label input:focus:invalid,
|
|
275
|
+
.form-floating-label textarea:focus,
|
|
276
|
+
.form-floating-label textarea:focus:invalid,
|
|
277
|
+
.form-floating-label select:focus,
|
|
278
|
+
.form-floating-label select:focus:invalid { padding-top: 15px; }
|
|
279
|
+
.form-floating-label input:focus,
|
|
280
|
+
.form-floating-label input:focus:invalid { padding-bottom: 6px; }
|
|
281
|
+
.form-floating-label select:focus,
|
|
282
|
+
.form-floating-label select:focus:invalid { padding-bottom: 9px; }
|
|
283
|
+
.form-floating-label input:focus + label,
|
|
284
|
+
.form-floating-label input:focus:invalid + label,
|
|
285
|
+
.form-floating-label textarea:focus + label,
|
|
286
|
+
.form-floating-label textarea:focus:invalid + label,
|
|
287
|
+
.form-floating-label select:focus + label,
|
|
288
|
+
.form-floating-label select:focus:invalid + label, {
|
|
283
289
|
opacity: 1;
|
|
284
290
|
top: 0;
|
|
285
291
|
}
|
|
286
|
-
.form-floating-label
|
|
287
|
-
.form-floating-label
|
|
288
|
-
.form-floating-label
|
|
289
|
-
.form-floating-label
|
|
292
|
+
.form-floating-label input:focus + label,
|
|
293
|
+
.form-floating-label textarea:focus + label,
|
|
294
|
+
.form-floating-label select:focus + label { color: $color-green; }
|
|
295
|
+
.form-floating-label input:focus:invalid + label,
|
|
296
|
+
.form-floating-label textarea:focus:invalid + label,
|
|
297
|
+
.form-floating-label select:focus:invalid + label { color: $color-red; }
|
|
290
298
|
.form-help-block {
|
|
291
299
|
color: $color-light-gray;
|
|
292
300
|
display: block;
|
|
@@ -534,8 +542,8 @@ select[disabled] {
|
|
|
534
542
|
}
|
|
535
543
|
.form-condensed .form-select::before { width: 31px; }
|
|
536
544
|
.form-condensed .btn-icon {
|
|
537
|
-
font-size:
|
|
538
|
-
padding:
|
|
545
|
+
font-size: 14px !important;
|
|
546
|
+
padding: 8px 0 6px 0 !important;
|
|
539
547
|
min-width: 34px !important;
|
|
540
548
|
}
|
|
541
549
|
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
display: inline-block;
|
|
46
46
|
font-size: 256px;
|
|
47
47
|
height: initial;
|
|
48
|
+
line-height: 1;
|
|
49
|
+
margin-bottom: 20px;
|
|
48
50
|
width: initial;
|
|
49
51
|
}
|
|
50
52
|
|
|
@@ -57,8 +59,5 @@
|
|
|
57
59
|
================================================== */
|
|
58
60
|
@media only screen and (max-width: 767px) {
|
|
59
61
|
.placeholder-divider { width: 75%; }
|
|
60
|
-
.placeholder-large > i {
|
|
61
|
-
font-size: 196px;
|
|
62
|
-
line-height: 1;
|
|
63
|
-
}
|
|
62
|
+
.placeholder-large > i { font-size: 196px; }
|
|
64
63
|
}
|
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: 13.0.
|
|
4
|
+
version: 13.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -125,6 +125,9 @@ files:
|
|
|
125
125
|
- app/assets/images/placeholders/camera-large.png
|
|
126
126
|
- app/assets/images/placeholders/camera-small.png
|
|
127
127
|
- app/assets/images/placeholders/camera.png
|
|
128
|
+
- app/assets/images/placeholders/document-large.png
|
|
129
|
+
- app/assets/images/placeholders/document-small.png
|
|
130
|
+
- app/assets/images/placeholders/document.png
|
|
128
131
|
- app/assets/images/placeholders/picture-large.png
|
|
129
132
|
- app/assets/images/placeholders/picture-small.png
|
|
130
133
|
- app/assets/images/placeholders/picture.png
|
|
@@ -243,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
243
246
|
version: '0'
|
|
244
247
|
requirements: []
|
|
245
248
|
rubyforge_project:
|
|
246
|
-
rubygems_version: 2.6.
|
|
249
|
+
rubygems_version: 2.6.4
|
|
247
250
|
signing_key:
|
|
248
251
|
specification_version: 4
|
|
249
252
|
summary: ActiveFrontend Responsive Web Framework
|