WIP: added styles
This commit is contained in:
parent
45f9c1188d
commit
2f68509e65
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue