Invoice styling edited again
This commit is contained in:
40
public/css/custom.css
vendored
40
public/css/custom.css
vendored
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user