sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

31
resources/scss/pages/_invoice.scss vendored Executable file
View File

@@ -0,0 +1,31 @@
//
// _invoice.scss
//
.invoice-table {
tbody {
&:last-child {
border: none;
}
}
}
.currency-select {
.choices__inner {
padding:0px;
padding-right: 15px;
min-height: 0px;
}
.choices__list--single {
padding: 0px 16px 0 4px;
}
.choices[data-type*=select-one]{
bottom: 0px;
:after {
top: 4px;
}
.choices__inner {
padding-bottom: 0px;
}
}
}