first commit
This commit is contained in:
51
admin/static/scss/components/_navbar.scss
Normal file
51
admin/static/scss/components/_navbar.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user