We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c0000 commit 269d6efCopy full SHA for 269d6ef
resources/views/components/report-icon.blade.php
@@ -35,11 +35,12 @@
35
36
.report-text {
37
opacity: 0;
38
- font-size: 14px;
39
- transition: opacity 0.3s ease-out;
40
- font-family: Arial, Helvetica, sans-serif;
41
- color: white;
+ font-size: 14px !important;
+ transition: opacity 0.3s ease-out !important;
+ color: white !important;
42
text-decoration: none;
+ font-family: "Open Sans", sans-serif, sans !important;
43
+ text-transform: none !important;
44
}
45
46
.report-text:hover {
0 commit comments