FIX and remove "Alias" from address form
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -13,6 +13,7 @@ body > main {
|
||||
|
||||
html {
|
||||
scroll-padding-top: 150px;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -1336,6 +1337,7 @@ body#product {
|
||||
|
||||
.product-features {
|
||||
.data-sheet {
|
||||
color: $cBlack;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1357,6 +1359,19 @@ body#product {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#product-details {
|
||||
.product-reference,
|
||||
.product-quantities {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
section.product-features {
|
||||
.data-sheet {
|
||||
color: $cBlack;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabs {
|
||||
@@ -4250,3 +4265,17 @@ section.off-canvas-nav-megamenu {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
header.page-header {
|
||||
h1 {
|
||||
color: #232323;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
.form-group {
|
||||
&.form-group-alias {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,9 @@
|
||||
|
||||
{else}
|
||||
|
||||
<div class="form-group {if !empty($field.errors)}has-error{/if}">
|
||||
{* <div class="form-group {if !empty($field.errors)}has-error{/if}"> *}
|
||||
<div class="form-group form-group-{$field.name|escape:'html'} {if !empty($field.errors)}has-error{/if}">
|
||||
|
||||
{if $field.type !== 'checkbox'}
|
||||
<label class="{if $field.required} required{/if}" for="field-{$field.name}">
|
||||
{if $field.type !== 'checkbox'}
|
||||
|
||||
Reference in New Issue
Block a user