- saving progress;
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
|
||||
&.table {
|
||||
&.table, &.criteria_table {
|
||||
div.addNewTableRow {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
|
||||
@@ -163,6 +163,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.p-inputnumber-input[readonly] {
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
|
||||
.p-inputgroup.flex-1 {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user