@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
|
@@ -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;
|