refactor: add css
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-01-25 08:27:39 +01:00
parent 06b4e03320
commit f22f045444
2 changed files with 15 additions and 7 deletions

View File

@ -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">

View File

@ -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;
}
}