Skip to content

Commit

Permalink
Merge pull request #2061 from Bonymol-aot/bugfix/FWF-3334-fix-css-issues
Browse files Browse the repository at this point in the history
FWF-3334: [Bugfix] Fixed css issues
  • Loading branch information
shuhaib-aot authored May 23, 2024
2 parents 33848bc + 2b6a2fa commit c42d7e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions forms-flow-web/src/components/Modeler/Modeler.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,25 @@
.card-border {
border-left: solid 1px $gray-200;
}

.card-header.bg-default .card-title {
color: $white;
}

.card-header .card-title {
color: $dark;
}


.bg-default {
background-color: $primary-700;
border: $primary-700;
color: $white !important;
}

.text-muted{
color: $gray-700 !important;
}
.select-style {
margin-bottom: 21px;
margin-top: 10px;
Expand Down
1 change: 1 addition & 0 deletions forms-flow-web/src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $primary-300: var(--ff-primary-300);
$primary-400: var(--ff-primary-400);
$primary-500: var(--ff-primary-500);
$primary-600: var(--ff-primary-600);
$primary-700: var(--ff-primary-700);
$danger-100: var(--ff-danger-100);
$danger-200: var(--ff-danger-200);
$secondary: var(--ff-secondary);
Expand Down

0 comments on commit c42d7e6

Please sign in to comment.