consignee inactive

This commit is contained in:
Vicente Falco 2017-01-16 11:04:04 +01:00
parent 0dcb581c78
commit 04b7bdf2fb
3 changed files with 9 additions and 2 deletions

View File

@ -30,3 +30,7 @@ html [bg-dark-menu], .bg-dark-menu {
background-color: $bg-dark-bar;
color: $color-white;
}
/* utilizado para mostrar el color inactivo en el consignatario */
.bg-opacity-item{
opacity: 0.6;
}

View File

@ -5,7 +5,7 @@
<vn-title vn-one>Consignatario</vn-title>
</vn-horizontal>
<vn-horizontal ng-repeat="i in address.addresses" class="pad-medium-top" style="align-items: center;">
<vn-auto style="border-radius: .5em;" class="pad-small border-solid" ng-class="{'bg-dark-item': i.default}">
<vn-auto style="border-radius: .5em;" class="pad-small border-solid" ng-class="{'bg-dark-item': i.default,'bg-opacity-item': !i.enabled && !i.default}">
<vn-horizontal style="align-items: center;">
<vn-auto>
<div><b>{{i.consignee}}</b></div>
@ -24,4 +24,4 @@
</vn-horizontal>
</vn-vertical>
</vn-card>
</vn-vertical>
</vn-vertical>

View File

@ -48,3 +48,6 @@
2017/01/13 15:01:49 [notice] 4688#4208: signal process started
2017/01/13 15:25:59 [notice] 10896#6992: signal process started
2017/01/13 15:29:26 [notice] 2412#10456: signal process started
2017/01/13 15:37:25 [notice] 5088#9876: signal process started
2017/01/16 07:49:58 [notice] 9028#8132: signal process started
2017/01/16 08:26:22 [notice] 1256#3772: signal process started