first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
.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;
}
}
}
}