oddsgate-ds 1.0.188 → 1.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@ export const StyledLegalLinksDropdownTrigger = styled.div`
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
@media only screen and (min-width: ${responsiveMedia}) {
|
|
29
|
-
font-size: 15px;
|
|
29
|
+
font-size: 15px;
|
|
30
30
|
}
|
|
31
31
|
`
|
|
32
32
|
|
|
@@ -89,6 +89,7 @@ export const StyledLegalLinksDropdownItem = styled.li<ILegalLinksDropdownItem>`
|
|
|
89
89
|
|
|
90
90
|
&:hover {
|
|
91
91
|
background-color: ${colors.third10};
|
|
92
|
+
color: ${colors.gray50} !important;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
a {
|
|
@@ -102,6 +103,7 @@ export const StyledLegalLinksDropdownItem = styled.li<ILegalLinksDropdownItem>`
|
|
|
102
103
|
|
|
103
104
|
&:hover {
|
|
104
105
|
opacity: 1;
|
|
106
|
+
color: ${colors.gray50} !important;
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
109
|
`
|