active_frontend 13.0.5 → 13.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80286d7f1e5b94905301d72ab1f7a3cf7f8cc401
4
- data.tar.gz: cf6f4a42bbd2702022194556e829d2322f6f5d56
3
+ metadata.gz: efa4196b4105359e0453e4f802e9ef739f1fd068
4
+ data.tar.gz: 3c5dec5a70f9e385796f8a2cdba04643afdbea4e
5
5
  SHA512:
6
- metadata.gz: bede6b95b0d9e4dff1edae5e41d3473415439fc5e64d5c29dd7ae3ad19d0a8ef22be41aa2aefce1245c591de07789c5514673c44f7c6621f31eab496c14add18
7
- data.tar.gz: 61318625de1de2ea1a87efd5384f19ee8eb15ce75f0fc47b3eeed294e193434bc33497dcdd85630e3b16ff888a018a7e453b3a0d2774adfbbc8cc72051b2ae60
6
+ metadata.gz: f46979cb5550dfc8d3dddcc5d103fc90e47096107d65f222c08aebd0371617f2821ee63a3544717df63bd3deb37f61b8b3ebcdae4d5b15ef0734efde8238d463
7
+ data.tar.gz: a261447eeed36b6989017dbebbceb2a6beb8095beccfc9eb505f08b450ed0dfcea1776fd79dedea381cc20c1d17044d820c98d3c97ab90cb219faee719b34836
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.0.5"
2
+ VERSION = "13.0.6"
3
3
  end
@@ -260,7 +260,7 @@ select[disabled] {
260
260
  position: relative;
261
261
  vertical-align: top;
262
262
  }
263
- .form-floating-label > 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 > input:focus,
274
- .form-floating-label > input:focus:invalid,
275
- .form-floating-label > textarea:focus,
276
- .form-floating-label > textarea:focus:invalid { padding-top: 15px; }
277
- .form-floating-label > input:focus,
278
- .form-floating-label > input:focus:invalid { padding-bottom: 6px; }
279
- .form-floating-label > input:focus + label,
280
- .form-floating-label > input:focus:invalid + label,
281
- .form-floating-label > textarea:focus + label,
282
- .form-floating-label > textarea:focus:invalid + 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 > input:focus + label,
287
- .form-floating-label > textarea:focus + label { color: $color-green; }
288
- .form-floating-label > input:focus:invalid + label,
289
- .form-floating-label > textarea:focus:invalid + label { color: $color-red; }
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: 16px !important;
538
- padding: 7px 0 5px 0 !important;
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.5
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-27 00:00:00.000000000 Z
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.2
249
+ rubygems_version: 2.6.4
247
250
  signing_key:
248
251
  specification_version: 4
249
252
  summary: ActiveFrontend Responsive Web Framework