diff --git a/templates/default/assets/themes/default/less/theme.less b/templates/default/assets/themes/default/less/theme.less index fb25a4acc..f3cd5fb99 100755 --- a/templates/default/assets/themes/default/less/theme.less +++ b/templates/default/assets/themes/default/less/theme.less @@ -148,7 +148,7 @@ label { font-weight: 600; } } // Align the navbar with carousel -.container > .navbar-collapse { margin-left: -15px; } +.container > .navbar-collapse { margin-left: -15px; margin-right: -15px; } // Search header { @@ -164,7 +164,7 @@ header { /* Custom button */ -.page .btn-primary { +.btn-primary { border-left: 3px solid lighten(@brand-primary, 20%); .border-radius(0); 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; +}