fixinf definition text size css problems
This commit is contained in:
parent
cc9dea5775
commit
3a50912e6d
|
|
@ -1,6 +1,13 @@
|
||||||
.tooltip-word {
|
.tooltip-word {
|
||||||
@apply underline;
|
@apply underline;
|
||||||
text-decoration-style: dotted !important;
|
text-decoration-style: dotted !important;
|
||||||
text-decoration-color:;
|
|
||||||
text-decoration-thickness: 2px !important;
|
text-decoration-thickness: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip-popup__definition {
|
||||||
|
@apply text-base;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tooltip-popup__title {
|
||||||
|
@apply !mb-0;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user