Skip to content

Commit 8a7fb8c

Browse files
More fixes on the track homepages
1 parent 1732fbf commit 8a7fb8c

File tree

1 file changed

+8
-0
lines changed
  • src/shared/components/TrackHomePages/HomePage/ImportantPolicies

1 file changed

+8
-0
lines changed

src/shared/components/TrackHomePages/HomePage/ImportantPolicies/styles.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,21 @@
3333
font-size: 20px;
3434
line-height: 30px;
3535
display: block;
36+
37+
&:hover {
38+
background: transparent;
39+
}
3640
}
3741

3842
.icon {
3943
height: 96px;
4044
width: 96px;
4145
display: inline-block;
4246

47+
&:hover {
48+
background: transparent;
49+
}
50+
4351
@media screen and (max-width: $screen-md) {
4452
height: 72px;
4553
width: 72px;

0 commit comments

Comments
 (0)