WIP: added styles
This commit is contained in:
parent
45f9c1188d
commit
2f68509e65
|
@ -168,7 +168,7 @@
|
|||
on-close="$ctrl.editedColumn = null">
|
||||
<tpl-body>
|
||||
<vn-horizontal>
|
||||
Editar
|
||||
<span style="font-size: 16px; font-weight: 600; max-width: 50px;">Editar</span>
|
||||
<span
|
||||
style='
|
||||
flex: 0.15;
|
||||
|
@ -177,7 +177,8 @@
|
|||
color: orangered;
|
||||
font-weight: bold;'>
|
||||
{{::$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-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