@linzjs/lui 17.18.0 → 17.18.2

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.
@@ -38,7 +38,7 @@
38
38
  background: none;
39
39
  padding: 0;
40
40
  border: none;
41
- color: colors.$sea;
41
+ color: colors.$fuscous;
42
42
  &:hover {
43
43
  cursor: pointer;
44
44
  }
@@ -111,7 +111,9 @@
111
111
  fill: colors.$white;
112
112
  position: absolute;
113
113
  top: spacing.$unit-xs;
114
- left: -40px;
114
+ font-size: 32px;
115
+ // position on the centre of the colour band (border) based on icon width
116
+ left: calc(((48px / 2) + 16px) * -1);
115
117
  color: colors.$white;
116
118
  }
117
119
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.18.0",
2
+ "version": "17.18.2",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",