- added Table field;

This commit is contained in:
Vitalii Kiiko
2024-10-02 16:06:21 +02:00
parent 0634cd2305
commit cb9327a740
14 changed files with 565 additions and 30 deletions

View File

@@ -45,6 +45,20 @@
input[disabled], div.p-disabled:not(.p-inputswitch) {
background-color: #e3e3e3;
}
&.table {
div.addNewTableRow {
width: 100%;
text-align: center;
padding: 5px 0;
background: var(--table-border-color);
color: var(--primary-text);
&:hover {
cursor: pointer;
}
}
}
}
.appForm__fieldItem {