52 lines
928 B
SCSS
52 lines
928 B
SCSS
.navbar {
|
|
.help-link {
|
|
background: $primary-dark;//$info-dark;
|
|
|
|
img {
|
|
margin-right: 4px;
|
|
position: relative;
|
|
top: -1px;
|
|
height: auto;
|
|
}
|
|
|
|
&:hover {
|
|
background: $primary-dark;//$info-dark;
|
|
}
|
|
|
|
@media screen and (max-width: 1399px) {
|
|
span {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.autocomplete {
|
|
left: 0;
|
|
right: 0;
|
|
|
|
&.opened:not(:empty) + .form-control.opened {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-color: #aab2bd;
|
|
border-bottom-color: $lightgray-dark;
|
|
}
|
|
}
|
|
|
|
.link-to-shop {
|
|
img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.glyphicon {
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
@media screen and (max-width: 1300px) {
|
|
.shop-name {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|