@@ -633,6 +633,9 @@ a {
width: 25%;
text-align: center;
max-width: 25%;
+ -webkit-appearance: none !important;
+ -moz-appearance: none !important;
+ appearance: none !important;
}
.infoContent .nav-item-link {
@@ -644,6 +647,9 @@ a {
color: #727679;
font-size: 1.12rem;
.infoContent .nav-item-link.active {
@@ -534,6 +534,8 @@ a {
+ -webkit-appearance : none !important;
&-link {
display: block;
padding: 1rem 0.5rem;
@@ -543,6 +545,8 @@ a {
&.active {
color: #EE7800;
border-bottom: 2px solid #EE7800;
@@ -789,6 +789,8 @@ a {
-webkit-transition: all .3s;
transition: all .3s;
-webkit-appearance: none !important;
+ -moz-appearance: none;
+ appearance: none;
@media screen and (max-width: 1200px) {
@@ -278,6 +278,7 @@ body {
text-decoration: none;
color: rgb(146, 146, 146);
font-size: .85rem;
+
&:hover {
@@ -664,7 +665,7 @@ a {
-webkit-appearance : none !important;
-
padding: 0.5rem .8rem;