@snyk-mktg/brand-ui 2.3.20 → 2.4.0

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.
@@ -4276,6 +4276,9 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
4276
4276
  .general-icon.icon-glassdoor:before {
4277
4277
  content: "\e920";
4278
4278
  }
4279
+ .general-icon.icon-glossary:before {
4280
+ content: "\e97e";
4281
+ }
4279
4282
  .general-icon.icon-google:before {
4280
4283
  content: "\e921";
4281
4284
  }
@@ -14234,6 +14237,7 @@ a.tag:focus {
14234
14237
  -webkit-text-fill-color: transparent;
14235
14238
  }
14236
14239
  .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
14240
+ background: linear-gradient(140deg, #ff8904, #ff0ff3);
14237
14241
  position: absolute;
14238
14242
  top: 0;
14239
14243
  right: -10px;
@@ -14241,11 +14245,26 @@ a.tag:focus {
14241
14245
  border-radius: 0.125rem;
14242
14246
  padding: 0.125rem;
14243
14247
  }
14244
- .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
14245
- background: linear-gradient(140deg, #ff8904, #ff0ff3);
14248
+ @media (max-width: 1024px) {
14249
+ .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
14250
+ right: unset;
14251
+ left: 30px;
14252
+ }
14246
14253
  }
14247
14254
  .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
14248
14255
  background: linear-gradient(140deg, #ff8904, #ff0ff3);
14256
+ position: absolute;
14257
+ top: 0;
14258
+ right: -10px;
14259
+ font-size: 9px;
14260
+ border-radius: 0.125rem;
14261
+ padding: 0.125rem;
14262
+ }
14263
+ @media (max-width: 1024px) {
14264
+ .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag.dark-mode, .dark-mode .brandui-navigation .navigation-item .nav-link .new-evo-feature-tag {
14265
+ right: unset;
14266
+ left: 30px;
14267
+ }
14249
14268
  }
14250
14269
  .brandui-navigation .navigation-item .nav-link:hover .new-evo-feature-tag, .brandui-navigation .navigation-item .nav-link:focus .new-evo-feature-tag {
14251
14270
  color: #f6f7fb;