holygrail2 1.0.59 → 1.0.61

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.59",
3
+ "version": "1.0.61",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -112,13 +112,19 @@
112
112
  }
113
113
 
114
114
  .container-4 {
115
- padding-right: $padding-global;
116
- padding-left: $padding-global;
115
+ padding-right: $padding-global * 2;
116
+ padding-left: $padding-global * 2;
117
117
  margin-right: auto;
118
118
  margin-left: auto;
119
119
  position: relative;
120
- width: 90%;
121
- max-width: $container-4;
120
+ width: 100%;
121
+ max-width: $container-6;
122
+
123
+ @media (min-width: $break-sm) {
124
+ max-width: $container-4;
125
+ }
126
+
127
+
122
128
  }
123
129
 
124
130
  // join life style
@@ -288,6 +288,7 @@ button {
288
288
  background-color: $c-dark-grey;
289
289
  border: 1px solid $c-dark-grey;
290
290
  opacity: 1;
291
+ cursor: pointer;
291
292
  }
292
293
 
293
294
  &[disabled],
@@ -18,7 +18,6 @@
18
18
  height: 12px;
19
19
  left: 0;
20
20
  line-height: 12px;
21
- margin-right: 6px;
22
21
  opacity: 1;
23
22
  padding: 0;
24
23
  position: relative;