WIP: added styles

This commit is contained in:
jorgebl 2021-03-10 09:49:24 +01:00
parent 45f9c1188d
commit 2f68509e65
2 changed files with 15 additions and 2 deletions

View File

@ -168,7 +168,7 @@
on-close="$ctrl.editedColumn = null"> on-close="$ctrl.editedColumn = null">
<tpl-body> <tpl-body>
<vn-horizontal> <vn-horizontal>
Editar <span style="font-size: 16px; font-weight: 600; max-width: 50px;">Editar</span>
<span <span
style=' style='
flex: 0.15; flex: 0.15;
@ -177,7 +177,8 @@
color: orangered; color: orangered;
font-weight: bold;'> font-weight: bold;'>
{{::$ctrl.totalChecked}} {{::$ctrl.totalChecked}}
</span> compra(s) </span>
<span style="font-size: 16px; font-weight: 600; max-width: 50px;"> compra(s)</span>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-autocomplete <vn-autocomplete

View File

@ -0,0 +1,12 @@
.countLines {
flex: 0.15;
margin-left: 10px;
font-size: 24px;
color: orangered;
font-weight: bold;
}
.titleDialog {
font-size: 16px;
font-weight: 600;
}