@snyk-mktg/brand-ui 2.3.16 → 2.3.18

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.
@@ -218,8 +218,8 @@
218
218
  'linear',
219
219
  '140deg',
220
220
  map.get($evoui-colors, 'orange'),
221
- map.get($evoui-colors, 'orange'),
222
221
  map.get($evoui-colors, 'pink'),
222
+ map.get($evoui-colors, 'orange'),
223
223
  map.get($evoui-colors, 'pink')
224
224
  ) {
225
225
  position: absolute;
@@ -228,6 +228,11 @@
228
228
  font-size: 9px;
229
229
  border-radius: map.get($brandui-padding, thin);
230
230
  padding: map.get($brandui-padding, thin);
231
+
232
+ @include break.max-tablet {
233
+ right: unset;
234
+ left: 30px;
235
+ }
231
236
  }
232
237
  }
233
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk-mktg/brand-ui",
3
- "version": "2.3.16",
3
+ "version": "2.3.18",
4
4
  "description": "The official style library for Snyk’s BrandUI Design System",
5
5
  "scripts": {
6
6
  "dev:css": "gulp devCss",