Files
bigcapital/packages/webapp/src/style/pages/AllocateLandedCost/AllocateLandedCostForm.scss
2026-01-17 21:42:27 +02:00

76 lines
1.4 KiB
SCSS

// Allocate Landed Cost Form.
.dialog--allocate-landed-cost-form {
width: 700px;
.bp4-dialog-body {
.bp4-form-group{
margin-bottom: 18px;
}
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 165px;
}
.bp4-form-content {
width: 300px;
}
&:not(.dialog--loading) .bp4-dialog-body {
margin-bottom: 30px;
}
}
}
.bp4-dialog-footer{
// padding-top: 10px;
}
.bigcapital-datatable {
.table {
// max-height: 300px;
border: 1px solid #d1dee2;
min-width: auto;
.bp4-dark & {
border-color: var(--color-dark-gray5);
}
.tbody,
.tbody-inner {
height: auto;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
.tbody {
.tr .td {
padding: 0.4rem;
margin-left: -1px;
border-left: 1px solid #ececec;
.bp4-dark & {
border-left-color: var(--color-dark-gray5);
}
}
.bp4-form-group{
margin-bottom: 0;
&:not(.bp4-intent-danger) .bp4-input{
border: 1px solid #d0dfe2;
.bp4-dark & {
border-color: var(--color-dark-gray5);
}
&:focus{
box-shadow: 0 0 0 1px #116cd0;
border-color: #116cd0;
}
}
}
}
}
}
}