@posiwise/core-styles 0.0.12 → 0.0.14

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": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -224,6 +224,14 @@
224
224
  color: #fff !important;
225
225
  }
226
226
 
227
+ .hopscotch-bubble-container {
228
+ width: 400px !important; /* Adjust the width as needed */
229
+ max-width: 100%; /* Ensure it does not exceed the viewport */
230
+ }
231
+
232
+ .hopscotch-bubble .hopscotch-bubble-content {
233
+ padding: 10px; /* Optional: Adjust padding for better spacing */
234
+ }
227
235
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
228
236
  color: #ffffff;
229
237
  background: var(--first) !important;
@@ -107,6 +107,12 @@ blockquote.float-end {
107
107
  color: map-get($info, base) !important;
108
108
  }
109
109
 
110
+ .required-icon {
111
+ color: #ff586b;
112
+ padding-left: 2px;
113
+ font-size: 15px;
114
+ }
115
+
110
116
  // small
111
117
  .font-small-1 {
112
118
  font-size: 0.7rem !important;