- saving progress;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user