Invoice styling edited again

This commit is contained in:
Burak Civan
2021-06-01 15:02:51 +03:00
parent 499d889acf
commit f9ad078c08
2 changed files with 48 additions and 22 deletions

40
public/css/custom.css vendored
View File

@ -1628,3 +1628,43 @@ table .align-items-center td span.badge {
display: contents !important;
}
/* Select Tag Fixed Content Finish */
@-moz-document url-prefix() {
.row-tax-clear {
max-width: 40px !important;
}
.row-tax-value {
width: 167px !important;
}
.row-tax-input {
width: 224px !important;
}
}
.row-tax-clear {
max-width: 40px !important;
}
.row-tax-value {
width: 243px !important;
}
.row-tax-input {
width: 244px !important;
}
@media (max-width: 1300px) {
.row-tax-clear {
max-width: 40px !important;
}
.row-tax-value {
width: 233px !important;
}
.row-tax-input {
width: 234px !important;
}
}