holygrail2 1.0.13 → 1.0.15

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.13",
3
+ "version": "1.0.15",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -330,6 +330,8 @@ div.card9-wrap .rat-content:hover .card9-add {
330
330
  }
331
331
 
332
332
  .card9-contents {
333
+ padding-top: 10px;
334
+ padding-bottom: 10px;
333
335
  .product-view-info {
334
336
  display: flex;
335
337
  flex-wrap: wrap;
@@ -45,7 +45,7 @@
45
45
  line-height: 1;
46
46
  }
47
47
  li.is-active {
48
- a {
48
+ & > a {
49
49
  &::before {
50
50
  content: '';
51
51
  position: absolute;