- saving progress;

This commit is contained in:
Vitalii Kiiko
2025-01-21 11:08:37 +01:00
parent 61763a961b
commit 07cecda529
23 changed files with 915 additions and 62 deletions

View File

@@ -57,7 +57,7 @@
background-color: #e3e3e3;
}
&.table {
&.table, &.criteria_table {
div.addNewTableRow {
width: 100%;
text-align: center;

View File

@@ -181,6 +181,27 @@
gap: 0.5rem;
}
.formElementSettings__fieldDescription {
padding: 15px;
background-color: #ffe0c5;
border: 1px solid #e6a973;
p {
margin: 0;
color: #c68e5e;
font-size: 15px;
line-height: 1.5;
code {
font-size: 14px;
padding: 3px 6px;
border: 1px solid #e1b48b;
background-color: #fbeadb;
border-radius: 3px;
}
}
}
.formElementSettings__tabs {
width: 100%;

View File

@@ -163,6 +163,10 @@
}
}
.p-inputnumber-input[readonly] {
background-color: #e1e1e1;
}
.p-inputgroup.flex-1 {
align-items: center;
}