QA removed styles in the html and put the translate
This commit is contained in:
parent
fdecf6510f
commit
1fc53f5565
|
@ -168,17 +168,11 @@
|
|||
on-close="$ctrl.editedColumn = null">
|
||||
<tpl-body>
|
||||
<vn-horizontal>
|
||||
<span style="font-size: 16px; font-weight: 600; max-width: 50px;">Editar</span>
|
||||
<span
|
||||
style='
|
||||
flex: 0.15;
|
||||
margin-left: 10px;
|
||||
font-size: 24px;
|
||||
color: orangered;
|
||||
font-weight: bold;'>
|
||||
<span class="titleDialog" translate>Edit</span>
|
||||
<span class="countLines">
|
||||
{{::$ctrl.totalChecked}}
|
||||
</span>
|
||||
<span style="font-size: 16px; font-weight: 600; max-width: 50px;"> compra(s)</span>
|
||||
<span class="titleDialog" translate>buy(s)</span>
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-autocomplete
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import ngModule from '../module';
|
||||
import Section from 'salix/components/section';
|
||||
import './style.scss';
|
||||
|
||||
export default class Controller extends Section {
|
||||
constructor($element, $) {
|
||||
|
|
|
@ -12,3 +12,5 @@ Weight: Peso
|
|||
Minimun amount: Cantidad mínima de compra
|
||||
Field to edit: Campo a editar
|
||||
PackageName: Cubo
|
||||
Edit: Editar
|
||||
buy(s): compra(s)
|
|
@ -4,9 +4,14 @@
|
|||
font-size: 24px;
|
||||
color: orangered;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
max-width: 30px;
|
||||
}
|
||||
|
||||
.titleDialog {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
max-width: 30px;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue