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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_grid.scss +0 -12
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 747a165c6e427f0fa93067010dc051efb448bf66
|
|
4
|
+
data.tar.gz: 7dc69a8632daba74e266f7b2d90357894040958c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 850dc2c30754499cb40e7e03c2c623d4c8e13b890949bff2a754e822abeec1da603ef200f186dad6002c6212f212585a9323708e4225a440ed1b408eea5137a8
|
|
7
|
+
data.tar.gz: 6a4644482ed0629f0026509a2a411341a3cb6e0a107730bc0b339fb8cb75c895418001443f66bd9f36aef2089ba0a819a7b3e774bf653f1e5a168cc76b4d41a9
|
|
@@ -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
|
|