Merge branch 'master' into bugfix/#3553-2

This commit is contained in:
Miguel Cardenas 2017-07-13 14:30:06 -05:00 committed by GitHub
commit 407b3f0a8c
4 changed files with 28 additions and 26 deletions

View file

@ -948,10 +948,10 @@ tech-sub-sec h2 {
text-align: left;
}
.price-calc-section .card .description .select-number {
font-size: 20px;
text-align: center;
width: 60px;
.price-calc-section .card .description .select-number{
font-size: 20px;
text-align: center;
width: 85px;
}
.price-calc-section .card .description i {
@ -1088,7 +1088,7 @@ tech-sub-sec h2 {
}
.logo-wrap-1 {
width: 50%;
padding: 15px 30px !importantx;
padding: 15px 30px !important;
min-height: 179px;
}
.landscape-xs-6 {

View file

@ -69,7 +69,6 @@
$(window).scroll(function () {
_navScroll();
});
}
function _navScroll() {
@ -108,7 +107,6 @@
function verifiedUrl() {
if (window.location.href.indexOf('#success') > -1) {
form_success();
console.log('epa');
}
}
@ -162,6 +160,4 @@
$('#valueTotal').text(numbers * price * 31);
}
})(jQuery);
})(jQuery);