@posiwise/core-styles 1.0.9 → 1.0.10

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": "@posiwise/core-styles",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -740,6 +740,13 @@
740
740
  text-transform: uppercase;
741
741
  }
742
742
 
743
+ .pw-label-style.info-circle {
744
+
745
+ &::after {
746
+ top: -7px;
747
+ }
748
+ }
749
+
743
750
  .toast-container {
744
751
  position: fixed !important;
745
752
  }