@arsedizioni/ars-utils 21.2.260 → 21.2.262
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.
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
.links {
|
|
188
188
|
text-transform: none;
|
|
189
189
|
text-decoration: none;
|
|
190
|
-
color: var(--ars-color-text, #191c1b);
|
|
191
190
|
|
|
192
191
|
a,
|
|
193
192
|
span,
|
|
194
193
|
div {
|
|
195
194
|
margin-right: 8px;
|
|
196
195
|
font-weight: 600 !important;
|
|
196
|
+
font-size: 11px !important;
|
|
197
197
|
color: var(--ars-color-text, #191c1b);
|
|
198
198
|
}
|
|
199
199
|
|
|
@@ -201,6 +201,7 @@
|
|
|
201
201
|
cursor: pointer !important;
|
|
202
202
|
color: var(--ars-color-link, #03A9F4);
|
|
203
203
|
font-weight: 600 !important;
|
|
204
|
+
font-size: 11px;
|
|
204
205
|
}
|
|
205
206
|
}
|
|
206
207
|
}
|
|
@@ -557,19 +558,19 @@
|
|
|
557
558
|
/*
|
|
558
559
|
* Free text search highlighted item
|
|
559
560
|
*/
|
|
560
|
-
|
|
561
|
+
.word-hit-chunk,
|
|
561
562
|
.word-hit {
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
563
|
+
display: inline-block;
|
|
564
|
+
font-size: inherit;
|
|
565
|
+
background-color: var(--ars-word-hit-background-color, #FFEB3B);
|
|
566
|
+
color: var(--ars-word-hit-color, #191c1b);
|
|
567
|
+
padding: 0 4px;
|
|
568
|
+
margin: 0 4px;
|
|
569
|
+
border-radius: 4px;
|
|
569
570
|
}
|
|
570
571
|
|
|
571
572
|
.word-hit-chunk {
|
|
572
|
-
|
|
573
|
-
|
|
573
|
+
background-color: var(--ars-word-chunk-hit-background-color, #8AFF59);
|
|
574
|
+
color: var(--ars-word-hit-chunk-color, #191c1b);
|
|
574
575
|
|
|
575
576
|
}
|