@snabcentr/client-ui 0.14.0 → 0.14.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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.14.0",
3
+ "version": "0.14.2",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -644,6 +644,14 @@ video {
644
644
  position: sticky;
645
645
  }
646
646
 
647
+ .-left-2 {
648
+ left: -0.5rem;
649
+ }
650
+
651
+ .-top-2 {
652
+ top: -0.5rem;
653
+ }
654
+
647
655
  .bottom-4 {
648
656
  bottom: 1rem;
649
657
  }