holygrail2 1.0.8 → 1.0.10

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.8",
3
+ "version": "1.0.10",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -15,7 +15,7 @@ button {
15
15
  overflow: hidden;
16
16
  text-align: center;
17
17
  box-sizing: border-box;
18
- font-size: $btn-text-full;
18
+ font-size: $btn-text-full ;
19
19
  vertical-align: middle;
20
20
  justify-content: center;
21
21
  border: none;
@@ -226,7 +226,7 @@ button {
226
226
 
227
227
  .btn--xxl {
228
228
  display: flex;
229
- width: 100%;
229
+
230
230
  height: 60px;
231
231
  padding: 10px 40px;
232
232
 
@@ -241,10 +241,11 @@ button {
241
241
 
242
242
  .btn--search {
243
243
 
244
- height: 40px;
244
+ height: initial;
245
245
  display: flex;
246
- width: 100%;
247
- padding-bottom:12px;
246
+ font-size: 11px;
247
+ line-height: 1;
248
+ padding-bottom:6px;
248
249
  justify-content: center;
249
250
  align-items: flex-start;
250
251
  border-bottom: 1px solid $c-primary;