refactor: add css
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
06b4e03320
commit
f22f045444
|
@ -6,9 +6,9 @@
|
|||
{{'Client' | translate}}: {{$ctrl.currentClient}}
|
||||
{{'of' | translate}} {{::$ctrl.clients.length}}
|
||||
</div>
|
||||
<div>
|
||||
<h6>
|
||||
{{($ctrl.percentage / 100) | percentage: 0}}
|
||||
</div>
|
||||
</h6>
|
||||
</vn-vertical>
|
||||
</vn-card>
|
||||
<vn-card class="vn-w-lg">
|
||||
|
|
|
@ -1,10 +1,18 @@
|
|||
@import "variables";
|
||||
|
||||
vn-td {
|
||||
vn-icon[icon=clear] {
|
||||
color: $color-alert;
|
||||
vn-invoice-out-global-invoicing{
|
||||
|
||||
vn-td {
|
||||
vn-icon[icon=clear] {
|
||||
color: $color-alert;
|
||||
}
|
||||
vn-icon[icon=check] {
|
||||
color: $color-success;
|
||||
}
|
||||
}
|
||||
vn-icon[icon=check] {
|
||||
color: $color-success;
|
||||
|
||||
h5{
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue