2020-07-31 08:56:04 +00:00
|
|
|
.product-switcher {
|
|
|
|
font-size: 10px;
|
|
|
|
font-family: 'Rubik', -apple-system, 'BlinkMacSystemFont', 'Segoe UI',
|
|
|
|
'Helvetica Neue', sans-serif;
|
|
|
|
color: #06102a;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
|
2020-09-23 08:20:04 +00:00
|
|
|
.product-switcher .menu-item-wrapper {
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
2020-07-31 08:56:04 +00:00
|
|
|
.product-switcher img {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2020-09-23 08:20:04 +00:00
|
|
|
|
|
|
|
.product-switcher img.gopher {
|
|
|
|
margin: 0 2px 0 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-switcher .nav-dropdown-menu--products .nav-dropdown-menu-wrapper {
|
|
|
|
width: auto;
|
2020-10-16 09:20:05 +00:00
|
|
|
height: 335px;
|
2020-09-23 08:20:04 +00:00
|
|
|
}
|