active_frontend 12.1.30 → 12.1.31

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
  SHA1:
3
- metadata.gz: 81f10d6ee235d56d3b87450e5845fad3cdabc475
4
- data.tar.gz: 8781904d6efe8d02bca7bc7052a1cbddad49f8e3
3
+ metadata.gz: 747a165c6e427f0fa93067010dc051efb448bf66
4
+ data.tar.gz: 7dc69a8632daba74e266f7b2d90357894040958c
5
5
  SHA512:
6
- metadata.gz: b876e6a82f891d5e1dd9fd3b0221658505218df85dc333ce1ce1928759b204929b44b9d68587d62db184bc4747d5823a5f7331e346f3c075f51c773155dd77c4
7
- data.tar.gz: e79c6733835d21cf6a2772d1526fe7b691d95f050d6f2c98a9892bfeb949970984b968dfdcb6f45ee10d541a56f3a0dba888aac75281c04cb714cfcf6275956a
6
+ metadata.gz: 850dc2c30754499cb40e7e03c2c623d4c8e13b890949bff2a754e822abeec1da603ef200f186dad6002c6212f212585a9323708e4225a440ed1b408eea5137a8
7
+ data.tar.gz: 6a4644482ed0629f0026509a2a411341a3cb6e0a107730bc0b339fb8cb75c895418001443f66bd9f36aef2089ba0a819a7b3e774bf653f1e5a168cc76b4d41a9
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.30"
2
+ VERSION = "12.1.31"
3
3
  end
@@ -75,9 +75,6 @@ $sizes: (
75
75
  .#{$name}.columns.alpha.omega { width: $size; }
76
76
  .offset-by-#{$name} { padding-left: $size; }
77
77
  }
78
- .hidden-laptop,
79
- .hidden-tablet,
80
- .hidden-phone,
81
78
  .visible { display: inherit !important; }
82
79
  .hidden,
83
80
  .hidden-desktop { display: none !important; }
@@ -85,18 +82,12 @@ $sizes: (
85
82
  /* # Laptop
86
83
  ================================================== */
87
84
  @media only screen and (min-width: 960px) and (max-width: 1365px) {
88
- .hidden-desktop,
89
- .hidden-tablet,
90
- .hidden-phone { display: inherit !important; }
91
85
  .hidden-laptop { display: none !important; }
92
86
  }
93
87
 
94
88
  /* # Tablet
95
89
  ================================================== */
96
90
  @media only screen and (min-width: 768px) and (max-width: 959px) {
97
- .hidden-desktop,
98
- .hidden-laptop,
99
- .hidden-phone { display: inherit !important; }
100
91
  .hidden-tablet { display: none !important; }
101
92
  }
102
93
 
@@ -117,9 +108,6 @@ $sizes: (
117
108
  }
118
109
  .offset-by-#{$name} { padding-left: 0; }
119
110
  }
120
- .hidden-desktop,
121
- .hidden-laptop,
122
- .hidden-tablet { display: inherit !important; }
123
111
  .hidden-phone { display: none !important; }
124
112
  }
125
113
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.30
4
+ version: 12.1.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez