- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-09-02 17:15:43 +02:00
parent d634e425e5
commit c15360faf0
41 changed files with 1531 additions and 356 deletions

View File

@@ -12,9 +12,9 @@
h2 {
color: #404D5B;
font-size: 21px;
font-size: 14px;
font-style: normal;
font-weight: 600;
font-weight: 700;
line-height: normal;
}
}
@@ -58,7 +58,7 @@
.actions {
display: flex;
gap: 1rem;
gap: 0.5rem;
}
}
@@ -69,9 +69,9 @@
h2 {
color: #404D5B;
font-size: 21px;
font-size: 14px;
font-style: normal;
font-weight: 600;
font-weight: 700;
line-height: normal;
}
}
@@ -113,4 +113,24 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.formElementSettings__tabs {
width: 100%;
.p-tabview-nav-link[aria-selected="true"] {
background-color: var(--message-info-background);
}
.p-tabview-panel {
display: flex;
flex-direction: column;
gap: 1rem;
}
}
.formElementSettings__repeater {
display: flex;
flex-direction: column;
gap: 0.5rem;
}