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