holygrail2 1.0.6 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -224,6 +224,34 @@ button {
224
224
  cursor: pointer;
225
225
  }
226
226
 
227
+ .btn--xxl {
228
+ display: flex;
229
+ width: 100%;
230
+ height: 60px;
231
+ padding: 10px 40px;
232
+
233
+ flex-direction: column;
234
+ justify-content: center;
235
+ align-items: center;
236
+ gap: 10px;
237
+ cursor: pointer;
238
+
239
+
240
+ }
241
+
242
+ .btn--search {
243
+
244
+ height: 40px;
245
+ display: flex;
246
+ width: 100%;
247
+ padding-bottom:12px;
248
+ justify-content: center;
249
+ align-items: flex-start;
250
+
251
+
252
+ }
253
+
254
+
227
255
  .btn--full {
228
256
  width: 100%;
229
257
  padding-right: $padding-global * 2;