first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
//
// _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;
}
}
}