color default consignatarios
This commit is contained in:
parent
32b0b0c744
commit
a02a97650b
|
@ -25,3 +25,9 @@ html [bg-dark-bar], .bg-dark-bar {
|
|||
html [bg-dark-menu], .bg-dark-menu {
|
||||
background-color: darken($bg-dark-menu, 35%);
|
||||
}
|
||||
|
||||
/* utilizado para mostrar el color default en el consignatario */
|
||||
.bg-dark-item{
|
||||
background-color: $bg-dark-bar;
|
||||
color: $color-white;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</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">
|
||||
<vn-horizontal style="align-items: center;">
|
||||
<vn-horizontal style="align-items: center;" ng-class="{'bg-dark-item': i.default}">
|
||||
<vn-auto>
|
||||
<div><b>{{i.consignee}}</b></div>
|
||||
<div>{{i.street}}</div>
|
||||
|
|
|
@ -43,3 +43,5 @@
|
|||
2017/01/10 12:26:32 [notice] 6916#8152: signal process started
|
||||
2017/01/11 14:07:56 [notice] 9308#5756: signal process started
|
||||
2017/01/11 14:08:53 [notice] 8600#6600: signal process started
|
||||
2017/01/13 13:15:39 [notice] 9764#10160: signal process started
|
||||
2017/01/13 13:15:39 [error] 9764#10160: OpenEvent("Global\ngx_stop_5224") failed (2: FormatMessage() error:(15100))
|
||||
|
|
Loading…
Reference in New Issue