vhx-quartz 0.4.2 → 0.4.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
  SHA1:
3
- metadata.gz: 9187cea3051d8b80f00a2f7fa4cd818a6fd88cf4
4
- data.tar.gz: 866779c74398dcba4848d7e59e643b4667843dcf
3
+ metadata.gz: ec27d89eb9620708f1a981de5e2fd97c9da6141f
4
+ data.tar.gz: 5f92a8c1f08832ecda7aa21aa925b14f871f82eb
5
5
  SHA512:
6
- metadata.gz: d2f33d81034612c69311e353a35d3e89ad7954c48d78fa7e66e73b5f701fba537cbbd56db185dd3d940a2f893a8795e3484387c3a5228f6c46c64681290e8ba0
7
- data.tar.gz: ed82eef23fd6b2c0af2d841b86f2c21b281181dd4257589c69a1de3d6a4eb1eb620a8f16b094790d3165b4dd40dcd991a327abb1a7aa7968de8a4d2089fb2df5
6
+ metadata.gz: 4f7e56b1ce3599312405e9d7cf23ce8ebb2f970f7e6db9fdcb1153f48977c40ca8828dcd606906772ce070204a23c7a4eedbcc691d25a4367aa05aacb8bedb0a
7
+ data.tar.gz: 4bb2866ab1c1e602595b773eb108d159d66675875b8742fb6fc04f02430dc03962b28022f6bdb2550cec791d86a9346c780fd1911424b13856337f0ada613689
@@ -1,5 +1,5 @@
1
1
  module Vhx
2
2
  module Quartz
3
- VERSION = "0.4.2"
3
+ VERSION = "0.4.3"
4
4
  end
5
5
  end
@@ -1317,7 +1317,7 @@ select {
1317
1317
 
1318
1318
  /* button media queries
1319
1319
  ......................................*/
1320
- @media only screen and (max-width: upper-bound(0em, 40em)) {
1320
+ @media only screen and (max-width: 40em) {
1321
1321
  .small-only-btn--fill {
1322
1322
  box-sizing: border-box;
1323
1323
  width: 100%; }
@@ -2232,7 +2232,7 @@ html {
2232
2232
  padding: 0px 20px;
2233
2233
  position: relative;
2234
2234
  margin: 0 auto; }
2235
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
2235
+ @media only screen and (min-width: 40.063em) {
2236
2236
  .standard-width-container {
2237
2237
  padding: 0px 35; } }
2238
2238
 
@@ -2738,7 +2738,7 @@ object, embed, [data-clipboard] {
2738
2738
  /*.....................................
2739
2739
  Foundation Utility Extensions
2740
2740
  ......................................*/
2741
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2741
+ @media only screen and (max-width: 40em) {
2742
2742
  .small-pull {
2743
2743
  float: left !important; }
2744
2744
 
@@ -2763,7 +2763,7 @@ object, embed, [data-clipboard] {
2763
2763
  .small-padding-horizontal-small {
2764
2764
  padding-left: 5px !important;
2765
2765
  padding-right: 5px !important; } }
2766
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
2766
+ @media only screen and (min-width: 40.063em) {
2767
2767
  .medium-padding-horizontal-medium {
2768
2768
  padding-left: 15px !important;
2769
2769
  padding-right: 15px !important; }
@@ -2780,7 +2780,7 @@ object, embed, [data-clipboard] {
2780
2780
 
2781
2781
  .medium-border-left {
2782
2782
  border-left: 1px solid #d6dcdf !important; } }
2783
- @media only screen and (min-width: lower-bound(64.063em, 90em)) {
2783
+ @media only screen and (min-width: 64.063em) {
2784
2784
  .large-padding-horizontal-large {
2785
2785
  padding-left: 35px !important;
2786
2786
  padding-right: 35px !important; } }
@@ -2854,7 +2854,7 @@ object, embed, [data-clipboard] {
2854
2854
  max-height: 75px;
2855
2855
  width: 100%;
2856
2856
  overflow-y: auto; }
2857
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2857
+ @media only screen and (max-width: 40em) {
2858
2858
  .frame.xsmall {
2859
2859
  height: auto; } }
2860
2860
  .frame.small {
@@ -2862,7 +2862,7 @@ object, embed, [data-clipboard] {
2862
2862
  max-height: 75px;
2863
2863
  width: 100%;
2864
2864
  overflow-y: auto; }
2865
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2865
+ @media only screen and (max-width: 40em) {
2866
2866
  .frame.small {
2867
2867
  height: auto; } }
2868
2868
  .frame.medium {
@@ -2870,7 +2870,7 @@ object, embed, [data-clipboard] {
2870
2870
  max-height: 125px;
2871
2871
  width: 100%;
2872
2872
  overflow-y: auto; }
2873
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2873
+ @media only screen and (max-width: 40em) {
2874
2874
  .frame.medium {
2875
2875
  height: auto; } }
2876
2876
  .frame.large {
@@ -2878,7 +2878,7 @@ object, embed, [data-clipboard] {
2878
2878
  max-height: 325px;
2879
2879
  width: 100%;
2880
2880
  overflow-y: auto; }
2881
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2881
+ @media only screen and (max-width: 40em) {
2882
2882
  .frame.large {
2883
2883
  height: auto; } }
2884
2884
  .frame.xlarge {
@@ -2886,7 +2886,7 @@ object, embed, [data-clipboard] {
2886
2886
  max-height: 525px;
2887
2887
  width: 100%;
2888
2888
  overflow-y: auto; }
2889
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2889
+ @media only screen and (max-width: 40em) {
2890
2890
  .frame.xlarge {
2891
2891
  height: auto; } }
2892
2892
  .frame.xxlarge {
@@ -2894,7 +2894,7 @@ object, embed, [data-clipboard] {
2894
2894
  max-height: 75px;
2895
2895
  width: 100%;
2896
2896
  overflow-y: auto; }
2897
- @media only screen and (max-width: upper-bound(0em, 40em)) {
2897
+ @media only screen and (max-width: 40em) {
2898
2898
  .frame.xxlarge {
2899
2899
  height: auto; } }
2900
2900
 
@@ -14695,7 +14695,7 @@ a.badge:hover, a.badge:active {
14695
14695
  z-index: 2147483642;
14696
14696
  position: fixed;
14697
14697
  border: none !important; }
14698
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
14698
+ @media only screen and (min-width: 40.063em) {
14699
14699
  .reveal-modal .padding-left-large-medium-up {
14700
14700
  padding-left: 25px; } }
14701
14701
  .reveal-modal .overflow-hidden {
@@ -14862,7 +14862,7 @@ a.badge:hover, a.badge:active {
14862
14862
  margin: 0 10px 0 0;
14863
14863
  padding-left: 5px; }
14864
14864
 
14865
- @media only screen and (min-width: lower-bound(64.063em, 90em)) {
14865
+ @media only screen and (min-width: 64.063em) {
14866
14866
  .footer-inline a, .footer-inline p {
14867
14867
  line-height: 60px; }
14868
14868
  .footer-inline a {
@@ -14874,7 +14874,7 @@ a.badge:hover, a.badge:active {
14874
14874
  .footer--made-by {
14875
14875
  float: right;
14876
14876
  text-align: right; } }
14877
- @media only screen and (min-width: lower-bound(40.063em, 64em)) {
14877
+ @media only screen and (min-width: 40.063em) {
14878
14878
  .footer-inline {
14879
14879
  padding: 0; }
14880
14880
  .footer-inline a, .footer-inline p {
@@ -14890,7 +14890,7 @@ a.badge:hover, a.badge:active {
14890
14890
  .footer--made-by {
14891
14891
  text-align: center;
14892
14892
  padding-left: 0; } }
14893
- @media only screen and (min-width: lower-bound(40.063em, 64em)) and (max-width: upper-bound(40.063em, 64em)) {
14893
+ @media only screen and (min-width: 40.063em) and (max-width: 64em) {
14894
14894
  .footer--link-list {
14895
14895
  display: flex;
14896
14896
  align-items: center;