@castlabs/ui 4.18.2 → 4.18.3

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": "@castlabs/ui",
3
- "version": "4.18.2",
3
+ "version": "4.18.3",
4
4
  "repository": "https://github.com/castlabs/ui-styleguide",
5
5
  "private": false,
6
6
  "description": "A vanilla HTML/CS/JS & Vue.js component library for castLabs.",
@@ -351,6 +351,16 @@ $sidenav-color-background: $color-ci-haze;
351
351
  @extend %p-small;
352
352
 
353
353
  color: $color-ci-dim;
354
+ margin-top: 0;
355
+
356
+ + .cl-nav-item-info {
357
+ margin-top: $spacing-tiny;
358
+ }
359
+ }
360
+
361
+ .badge {
362
+ position: relative;
363
+ top: -1px;
354
364
  }
355
365
 
356
366
  &:hover:not(.active) {