#4154 usd are design edit

This commit is contained in:
Diatrex 2021-06-14 13:24:42 +03:00
parent c8428dc4a4
commit c96893da79
2 changed files with 5 additions and 3 deletions

View File

@ -207,6 +207,7 @@ label {
}
&:first-child {
width: 100%;
@media only screen and (min-width: 576px) {
width: 47.5%;
}
@ -219,6 +220,7 @@ label {
}
&:last-child {
width: 100%;
@media only screen and (min-width: 576px) {
width: 50.75%;
}

View File

@ -123,9 +123,9 @@
</div>
<div class="d-flex">
<span class="w-100 {{ HideStandardPrice }}">
<div class="d-flex flex-fill {{ HideStandardPrice }}">
{% set standardPriceValue = form.fields.standard_price.value|split('.') %}
<input class="mt-3 border-0 text-right standard-price-field whole-price flex-fill w-100"
<input class="mt-3 border-0 text-right standard-price-field whole-price flex-fill"
placeholder="0" value="{{ standardPriceValue|first }}"
type="text">
{% if setting_value('visiosoft.field_type.decimal::showDecimal') %}
@ -134,7 +134,7 @@
value="{{ standardPriceValue[1] }}"
maxlength="2">
{% endif %}
</span>
</div>
<select name="currency" class="mt-3 border-0 ml-2" id="currency" required>
{% for currency in config_get('streams::currencies.enabled') %}
<option value="{{ currency }}">