holygrail2 1.0.85 → 1.0.87
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.
- package/package.json +1 -1
- package/scss/base/_ratios.scss +10 -10
- package/scss/layouts/_card9.scss +0 -1
package/package.json
CHANGED
package/scss/base/_ratios.scss
CHANGED
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
display: block;
|
|
73
73
|
content: '';
|
|
74
74
|
width: 100%;
|
|
75
|
-
padding-top: calc(133.25% +
|
|
75
|
+
padding-top: calc(133.25% + 74px);
|
|
76
76
|
background-color: $c-white;
|
|
77
77
|
|
|
78
78
|
@media (min-width: 992px) {
|
|
79
|
-
padding-top: calc(133.25% +
|
|
79
|
+
padding-top: calc(133.25% + 74px);
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
display: block;
|
|
94
94
|
content: '';
|
|
95
95
|
width: 100%;
|
|
96
|
-
padding-top: calc(133.25% +
|
|
96
|
+
padding-top: calc(133.25% + 74px);
|
|
97
97
|
background-color: $c-white;
|
|
98
98
|
|
|
99
99
|
@media (min-width: 992px) {
|
|
100
|
-
padding-top: calc(133.25% +
|
|
100
|
+
padding-top: calc(133.25% + 74px);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
display: block;
|
|
155
155
|
content: '';
|
|
156
156
|
width: 100%;
|
|
157
|
-
padding-top: calc(66.6667% +
|
|
157
|
+
padding-top: calc(66.6667% + 74px);
|
|
158
158
|
background-color: $c-white;
|
|
159
159
|
|
|
160
160
|
@media (min-width: $break-sm) {
|
|
161
|
-
padding-top: calc(66.6667% +
|
|
161
|
+
padding-top: calc(66.6667% + 74px);
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
&.hidden-image::before {
|
|
186
|
-
padding-top:
|
|
186
|
+
padding-top: 74px;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
&::marker {
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
display: block;
|
|
224
224
|
content: '';
|
|
225
225
|
width: 100%;
|
|
226
|
-
padding-top: calc(64.66667% +
|
|
226
|
+
padding-top: calc(64.66667% + 74px);
|
|
227
227
|
background-color: $c-white;
|
|
228
228
|
|
|
229
229
|
.p-view {
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
@media (min-width: #{$break-md}) {
|
|
234
|
-
padding-top: calc(62.9% +
|
|
234
|
+
padding-top: calc(62.9% + 74px);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
@media (min-width: #{$break-lg}) {
|
|
238
|
-
padding-top: calc(64.7% +
|
|
238
|
+
padding-top: calc(64.7% + 74px);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
|