holygrail2 1.3.3 → 1.3.4

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.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "style": "dist/style.css",
@@ -20,7 +20,7 @@
20
20
  "css": "sass scss/style.scss dist/style.css && sass scss/style-rtl.scss dist/style-rtl.css && sass scss/docs.scss dist/docs.css",
21
21
  "site": "npx @11ty/eleventy",
22
22
  "build": "npm run generate && npm run css && npm run site",
23
- "start": "npm run build && npm run open:guide",
23
+ "start": "npm run build && npm run open:guide",
24
24
  "open:guide": "open guia/index.html"
25
25
  },
26
26
  "repository": {
@@ -1,6 +1,6 @@
1
1
  $c-white: #fff !default;
2
2
  $c-black: #000 !default;
3
- $c-light-grey: #f0f0f0 !default;
3
+ $c-light-grey: #F9F9F9 !default;
4
4
  $c-middle-grey: #a9a9a9 !default;
5
5
  $c-dark-grey: #737373 !default;
6
6
  $c-primary-3: rgba(0, 0, 0, 0.3);
@@ -686,6 +686,7 @@ button {
686
686
  padding: 0;
687
687
  border-radius: $btn-radius;
688
688
  height: auto;
689
+ min-height: auto;
689
690
  .has-light & {
690
691
  color: $c-white;
691
692
  background-color: transparent;
@@ -144,6 +144,7 @@ input::placeholder {
144
144
  }
145
145
  &.select-box {
146
146
  height: auto;
147
+ min-height: auto;
147
148
  min-width: 60px;
148
149
  select {
149
150
  background-color: $c-white;