refactor: updated 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
4872407723
commit
5921891161
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue