Bug #1796 fixed edit discount dialog position
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-10-14 14:17:18 +02:00
parent 82b406be5f
commit ecda659a8c
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<div class="header vn-pa-md">
<section class="header vn-pa-md">
<h5>MANÁ: {{$ctrl.mana | currency: 'EUR':0}}</h5>
</div>
</section>
<div class="vn-pa-md">
<vn-input-number
vn-focus

View File

@ -218,9 +218,9 @@
enable="true">
</vn-spinner>
<div ng-if="$ctrl.mana != null">
<div class="header vn-pa-md">
<section class="header vn-pa-md">
<h5>MANÁ: {{$ctrl.mana | currency: 'EUR':0}}</h5>
</div>
</section>
<div class="vn-pa-md">
<vn-input-number
vn-focus

View File

@ -89,17 +89,19 @@ vn-ticket-sale {
}
}
.edit-price {
width: 200px;
min-width: 200px;
.header {
section.header {
background-color: $color-main;
color: $color-font-dark;
text-align: center;
h5 {
color: inherit;
margin: 0 auto;
}
}
p.simulatorTitle {
margin-bottom: 0px;
font-size: 12px;