Skip to content

Commit d9ff93f

Browse files
authored
Merge pull request #799 from Ajay-aot/FWF-5311/expression-builder-ui-issues
FWF-5311[bugfix]expression builder UI issues
2 parents 6308a6c + ed48513 commit d9ff93f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

forms-flow-theme/scss/_forms.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,17 +304,16 @@ select option:hover {
304304
}
305305

306306
}
307-
307+
.required-icon {
308+
margin-left: 0.188rem;
309+
color: $primary !important;
310+
}
308311
.form-group {
309312
display: flex;
310313
width: 100%;
311314
flex-direction: column;
312315
justify-content: center;
313316

314-
.required-icon {
315-
color: $gray-darkest !important;
316-
}
317-
318317
.with-icon {
319318
padding-right: 3rem !important;
320319
}

forms-flow-theme/scss/_modal.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,13 @@ $lineThin: 1px;
853853
align-items: center;
854854
justify-content: flex-start;
855855
padding: 0.625rem;
856+
857+
}
858+
.tab-variable-section{
859+
.specs{
860+
@include textBase($fontBase, $gray-medium-dark);
861+
margin-left: var(--spacer-050);
862+
}
856863
}
857864

858865
.expression-list-group .form-variable:hover {

0 commit comments

Comments
 (0)