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}}
|
{{'Client' | translate}}: {{$ctrl.currentClient}}
|
||||||
{{'of' | translate}} {{::$ctrl.clients.length}}
|
{{'of' | translate}} {{::$ctrl.clients.length}}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<h6>
|
||||||
{{($ctrl.percentage / 100) | percentage: 0}}
|
{{($ctrl.percentage / 100) | percentage: 0}}
|
||||||
</div>
|
</h6>
|
||||||
</vn-vertical>
|
</vn-vertical>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
<vn-card class="vn-w-lg">
|
<vn-card class="vn-w-lg">
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
vn-td {
|
vn-invoice-out-global-invoicing{
|
||||||
|
|
||||||
|
vn-td {
|
||||||
vn-icon[icon=clear] {
|
vn-icon[icon=clear] {
|
||||||
color: $color-alert;
|
color: $color-alert;
|
||||||
}
|
}
|
||||||
vn-icon[icon=check] {
|
vn-icon[icon=check] {
|
||||||
color: $color-success;
|
color: $color-success;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h5{
|
||||||
|
color: $color-primary;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue