Skip to content

Commit

Permalink
#6140 Fix creator page title gaps and color
Browse files Browse the repository at this point in the history
Fixes #6140
  • Loading branch information
novikov82 committed Nov 26, 2024
1 parent ac83f64 commit 9e58074
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/survey-creator-core/src/components/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ svc-page {
margin-top: calcSize(2);

.sd-page__title {
margin: calcSize(3) 0 0 0;
color: var(--ctr-survey-page-header-title-color-placeholder, $foreground-dim);
margin-top: calcSize(3);
gap: calcSize(0.5);
}

.sd-page__description {
margin-bottom: calcSize(1);
}

.sd-page__num {
color: var(--ctr-survey-page-header-title-color-placeholder, $foreground-light);
}
Expand Down

0 comments on commit 9e58074

Please sign in to comment.