@posiwise/core-styles 0.0.13 → 0.0.15

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.13",
3
+ "version": "0.0.15",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -119,6 +119,10 @@
119
119
  }
120
120
  }
121
121
 
122
+ .btn-filter-primary {
123
+ color: var(--first) !important;
124
+ }
125
+
122
126
  .btn-primary {
123
127
  background-color: var(--first) !important;
124
128
  border-color: var(--first) !important;
@@ -224,6 +228,14 @@
224
228
  color: #fff !important;
225
229
  }
226
230
 
231
+ .hopscotch-bubble-container {
232
+ width: 400px !important; /* Adjust the width as needed */
233
+ max-width: 100%; /* Ensure it does not exceed the viewport */
234
+ }
235
+
236
+ .hopscotch-bubble .hopscotch-bubble-content {
237
+ padding: 10px; /* Optional: Adjust padding for better spacing */
238
+ }
227
239
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
228
240
  color: #ffffff;
229
241
  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;