Skip to content

Commit 269d6ef

Browse files
committed
Fixed styling for report icon
1 parent 57c0000 commit 269d6ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

resources/views/components/report-icon.blade.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535
3636
.report-text {
3737
opacity: 0;
38-
font-size: 14px;
39-
transition: opacity 0.3s ease-out;
40-
font-family: Arial, Helvetica, sans-serif;
41-
color: white;
38+
font-size: 14px !important;
39+
transition: opacity 0.3s ease-out !important;
40+
color: white !important;
4241
text-decoration: none;
42+
font-family: "Open Sans", sans-serif, sans !important;
43+
text-transform: none !important;
4344
}
4445
4546
.report-text:hover {

0 commit comments

Comments
 (0)