@snyk-mktg/brand-ui 2.3.15 → 2.3.16

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.
@@ -213,21 +213,22 @@
213
213
  }
214
214
 
215
215
  &-tag {
216
- position: absolute;
217
- top: 0;
218
- right: -10px;
219
- font-size: 9px;
220
- border-radius: map.get($brandui-padding, thin);
221
- padding: map.get($brandui-padding, thin);
222
216
  @include color.gradient-mode(
223
217
  'background',
224
218
  'linear',
225
219
  '140deg',
226
220
  map.get($evoui-colors, 'orange'),
227
- map.get($evoui-colors, 'pink'),
228
221
  map.get($evoui-colors, 'orange'),
222
+ map.get($evoui-colors, 'pink'),
229
223
  map.get($evoui-colors, 'pink')
230
- );
224
+ ) {
225
+ position: absolute;
226
+ top: 0;
227
+ right: -10px;
228
+ font-size: 9px;
229
+ border-radius: map.get($brandui-padding, thin);
230
+ padding: map.get($brandui-padding, thin);
231
+ }
231
232
  }
232
233
  }
233
234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk-mktg/brand-ui",
3
- "version": "2.3.15",
3
+ "version": "2.3.16",
4
4
  "description": "The official style library for Snyk’s BrandUI Design System",
5
5
  "scripts": {
6
6
  "dev:css": "gulp devCss",