Align the navbar on the right
Add google map for the contact page
This commit is contained in:
@@ -148,7 +148,7 @@ label { font-weight: 600; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Align the navbar with carousel
|
// Align the navbar with carousel
|
||||||
.container > .navbar-collapse { margin-left: -15px; }
|
.container > .navbar-collapse { margin-left: -15px; margin-right: -15px; }
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
header {
|
header {
|
||||||
@@ -164,7 +164,7 @@ header {
|
|||||||
|
|
||||||
|
|
||||||
/* Custom button */
|
/* Custom button */
|
||||||
.page .btn-primary {
|
.btn-primary {
|
||||||
border-left: 3px solid lighten(@brand-primary, 20%);
|
border-left: 3px solid lighten(@brand-primary, 20%);
|
||||||
.border-radius(0);
|
.border-radius(0);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -1214,3 +1214,14 @@ td.product,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Page Contact
|
||||||
|
#google-map {
|
||||||
|
margin-bottom: @line-height-computed;
|
||||||
|
@filter-map: ~"grayscale(100%)";
|
||||||
|
-webkit-filter: @filter-map;
|
||||||
|
-moz-filter: @filter-map;
|
||||||
|
-ms-filter: @filter-map;
|
||||||
|
-o-filter: @filter-map;
|
||||||
|
filter: @filter-map;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user