CSS cosmetics

pull/310/head
cagataycivici 2020-04-18 15:37:28 +03:00
parent c4dc4326c6
commit afd351100c
2 changed files with 13 additions and 9 deletions

View File

@ -619,16 +619,20 @@ export default {
display: inline-flex;
}
.p-inputnumber-button-up,
.p-inputnumber-button-down {
.p-inputnumber-button {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}
.p-inputnumber-input {
flex: 1 1 auto;
.p-inputnumber-buttons-stacked .p-inputnumber-button .p-button-text,
.p-inputnumber-buttons-horizontal .p-inputnumber-button .p-button-text {
display: none;
}
.p-inputnumber .p-inputnumber-button span {
font-size: inherit;
}
.p-inputnumber-buttons-stacked .p-inputnumber-button-up {
@ -700,6 +704,10 @@ export default {
width: auto;
}
.p-inputnumber-input {
flex: 1 1 auto;
}
.p-fluid .p-inputnumber {
width: 100%;
}

View File

@ -145,7 +145,3 @@ export default {
}
}
</script>
<style>
</style>