@posiwise/core-styles 0.0.15 → 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
|
@@ -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,
|
|
@@ -596,3 +605,7 @@
|
|
|
596
605
|
color: var(--first) !important;
|
|
597
606
|
}
|
|
598
607
|
}
|
|
608
|
+
|
|
609
|
+
.body-quill {
|
|
610
|
+
border-width: 0 !important;
|
|
611
|
+
}
|
|
@@ -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 {
|