.pageHeaderSearchInputContainer {
border-radius: 0;
display: flex;
+ flex-wrap: wrap;
- .pageHeaderSearchType > .button {
- border-radius: 0;
+ .pageHeaderSearchType {
+ flex: 0 0 100%;
+ margin-bottom: 3px;
- // input field is larger on iOS
- align-items: center;
- display: flex;
+ > .button {
+ border-radius: 0;
+ max-width: unset;
+ min-width: unset;
+ width: 100%;
+
+ // input field is larger on iOS
+ align-items: center;
+ display: flex;
+ }
}
.pageHeaderSearchInput {
justify-content: flex-end;
> .menuOverlayItemLink {
- align-items: center;
- display: flex;
flex: 1 1 auto;
}
}
}
.menuOverlayItemLink {
+ align-items: center;
background-color: rgb(44, 62, 80);
+ display: flex;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #fff;
}
+ &:hover {
+ color: rgb(255, 255, 255);
+ }
+
/* wrapper class for links containing an additional badge */
&.menuOverlayItemBadge {
align-items: center;
font-family: FontAwesome;
font-size: 18px;
position: absolute;
- left: 10px;
+ left: 12px;
top: 50%;
transform: translateY(-50%);
}