@medyll/cssfabric 0.2.6 → 0.2.7

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.
@@ -1,4 +1,4 @@
1
- @media only screen and (max-width: 640px) {
1
+ @media only screen and (min-width: 640px) {
2
2
  .foreground-palette-sm-yellow {
3
3
  color: #ffb900;
4
4
  }
@@ -1565,7 +1565,7 @@
1565
1565
  border-color: gray !important;
1566
1566
  }
1567
1567
  }
1568
- @media only screen and (max-width: 768px) {
1568
+ @media only screen and (min-width: 768px) {
1569
1569
  .foreground-palette-md-yellow {
1570
1570
  color: #ffb900;
1571
1571
  }
@@ -3132,7 +3132,7 @@
3132
3132
  border-color: gray !important;
3133
3133
  }
3134
3134
  }
3135
- @media only screen and (max-width: 1024px) {
3135
+ @media only screen and (min-width: 1024px) {
3136
3136
  .foreground-palette-lg-yellow {
3137
3137
  color: #ffb900;
3138
3138
  }
@@ -4699,7 +4699,7 @@
4699
4699
  border-color: gray !important;
4700
4700
  }
4701
4701
  }
4702
- @media only screen and (max-width: 1280px) {
4702
+ @media only screen and (min-width: 1280px) {
4703
4703
  .foreground-palette-xl-yellow {
4704
4704
  color: #ffb900;
4705
4705
  }
@@ -6266,7 +6266,7 @@
6266
6266
  border-color: gray !important;
6267
6267
  }
6268
6268
  }
6269
- @media only screen and (max-width: 1540px) {
6269
+ @media only screen and (min-width: 1540px) {
6270
6270
  .foreground-palette-xxl-yellow {
6271
6271
  color: #ffb900;
6272
6272
  }