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

This commit is contained in:
Vicent Llopis 2022-04-12 12:20:36 +02:00
parent 4872407723
commit 5921891161
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
</vn-button> </vn-button>
<vn-button <vn-button
label="Change destination" label="Change destination"
ng-show="$ctrl.checked.length > 0" disabled="$ctrl.checked.length == 0"
ng-click="changeDestination.show()"> ng-click="changeDestination.show()">
</vn-button> </vn-button>
<vn-range <vn-range

View File

@ -6,7 +6,7 @@ vn-claim-action {
align-content: center; align-content: center;
vn-tool-bar { vn-tool-bar {
flex: 1 flex: none
} }
.vn-check { .vn-check {
@ -41,6 +41,6 @@ vn-claim-action {
} }
.right { .right {
padding-left: 620px; margin-left: 370px;
} }
} }