@posiwise/core-styles 0.0.14 → 0.0.16

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.14",
3
+ "version": "0.0.16",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -88,6 +88,15 @@
88
88
  }
89
89
  }
90
90
 
91
+ .custom-tooltip .tooltip-inner {
92
+ /* Provides space at the bottom */
93
+ max-width: 500px !important; /* Width for readability */
94
+ max-height: 900px !important; /* Limits height for long content */
95
+ overflow-y: auto !important;
96
+ padding: 10px !important;
97
+ text-align: left !important;
98
+ }
99
+
91
100
  h1,
92
101
  h2,
93
102
  h3,
@@ -119,6 +128,10 @@
119
128
  }
120
129
  }
121
130
 
131
+ .btn-filter-primary {
132
+ color: var(--first) !important;
133
+ }
134
+
122
135
  .btn-primary {
123
136
  background-color: var(--first) !important;
124
137
  border-color: var(--first) !important;
@@ -592,3 +605,7 @@
592
605
  color: var(--first) !important;
593
606
  }
594
607
  }
608
+
609
+ .body-quill {
610
+ border-width: 0 !important;
611
+ }
@@ -44,6 +44,13 @@
44
44
  padding-right: 3px;
45
45
  }
46
46
 
47
+ .location-icon {
48
+ color: $branding-color-1;
49
+ font-size: 18px;
50
+ padding-left: 3px;
51
+ padding-right: 3px;
52
+ }
53
+
47
54
  .cta2-icon {
48
55
  color: $branding-color-2;
49
56
  font-size: 18px;
@@ -134,6 +134,15 @@
134
134
  }
135
135
  }
136
136
 
137
+ .ql-snow .ql-editor h1,
138
+ .ql-snow .ql-editor h2,
139
+ .ql-snow .ql-editor h3,
140
+ .ql-snow .ql-editor h4,
141
+ .ql-snow .ql-editor h5,
142
+ .ql-snow .ql-editor h6 {
143
+ font-weight: bold !important;
144
+ }
145
+
137
146
  @media only screen and (max-width: 480px) {
138
147
  .p-tabmenu {
139
148
  .p-tabmenuitem {