active_frontend 15.1.2 → 15.1.3

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: 60d7ed06311acf2302a9301951cf9fe8c3800ae55cacacd9899a0f33f276384e
4
- data.tar.gz: 3a308079ed6ff5b903fdb7b041bd82f11ae8cefdc39a58575625fe5273543746
3
+ metadata.gz: 331a86cce155771f6bbe77fde0f7ff06b9af5346e99082364cf6e215b66b83a5
4
+ data.tar.gz: 51a43c9690a00c0a09f7ced735355710578a7cdee0abb5c63533a05ee03b9585
5
5
  SHA512:
6
- metadata.gz: 7c3a9f4ad9819298ac78f79bce4903504f082a8c192aee63e46193886f3a12d7e753430bb4376e0dbf5c0776d34bf3a31e8ec200e35703dcaafc471f5bf34bfe
7
- data.tar.gz: 87ec03a87eeb37ec9731fbe6ccbe1fab7cac7915b83b17a174a1388d51dbb12532d62e8e47a2392bed418807c7b99368158c8b012b374313e601907204e5b0aa
6
+ metadata.gz: 88ddfa5d5a75653cde51af245631185ffd11ae2ebfe003a830c48a1cb62ee205ec2331246419fc89e680186c1449c3384eed8f0358b45e4f9f1a5221d9f2e9af
7
+ data.tar.gz: 69ce47a5dc7622b10ddad70434a2edb51986c5568d3ab3aedce69a6446afa08d71146a923004bae9ce4265a0d1ed93c2fe4bbe4a567eefaf0da297ba9efb3398
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.1.2'
4
+ VERSION ||= '15.1.3'
5
5
  end
@@ -283,6 +283,13 @@
283
283
  // Media Queries
284
284
  // ==================================================
285
285
  @media only screen and (max-width: 767px) {
286
+ .btn-block-responsive {
287
+ display: block;
288
+ min-width: 100%;
289
+ padding-left: 0;
290
+ padding-right: 0;
291
+ width: 100%;
292
+ }
286
293
  .btn-group-responsive {
287
294
  > .btn {
288
295
  border-radius: 0;
@@ -1,6 +1,7 @@
1
1
  // Table of Contents
2
2
  // ==================================================
3
3
  // Subheader
4
+ // Media Queries
4
5
 
5
6
  // Subheader
6
7
  // ==================================================
@@ -56,3 +57,15 @@
56
57
  }
57
58
  }
58
59
  }
60
+
61
+ // Media Queries
62
+ // ==================================================
63
+ @media only screen and (max-width: 767px) {
64
+ .subheader {
65
+ &.absolute,
66
+ &.fixed {
67
+ position: fixed;
68
+ top: 54px;
69
+ }
70
+ }
71
+ }
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: 15.1.2
4
+ version: 15.1.3
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-01-03 00:00:00.000000000 Z
11
+ date: 2018-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails