Fixed styling for report icon
This commit is contained in:
parent
57c00000e8
commit
269d6ef7d6
|
@ -35,11 +35,12 @@
|
||||||
|
|
||||||
.report-text {
|
.report-text {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
font-size: 14px;
|
font-size: 14px !important;
|
||||||
transition: opacity 0.3s ease-out;
|
transition: opacity 0.3s ease-out !important;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
color: white !important;
|
||||||
color: white;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-family: "Open Sans", sans-serif, sans !important;
|
||||||
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-text:hover {
|
.report-text:hover {
|
||||||
|
|
Loading…
Reference in New Issue