@snabcentr/client-ui 0.14.0 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
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
  }