Skip to content

Commit

Permalink
Fixed surveyjs/private-tasks#316 - header remarks (#7200)
Browse files Browse the repository at this point in the history
* Fixed surveyjs/private-tasks#316 - cover remarks 2

* update etalons surveyjs/private-tasks#316 - cover remarks 2

* fix list item styles  surveyjs/private-tasks#316 - cover remarks 2

---------

Co-authored-by: tsv2013 <tsv2013@noreply.github.com>
Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
3 people committed Oct 20, 2023
1 parent e5bb8ae commit 049286f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/defaultV2-theme/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
.sv-header__cell--center {
.sv-header__cell-content {
min-width: 100%;
left: 50%;
transform: translateX(-50%);
}
}

Expand All @@ -87,6 +89,10 @@

.sv-header__logo {
display: flex;

img {
display: block;
}
}

.sv-header__title {
Expand Down
2 changes: 2 additions & 0 deletions src/defaultV2-theme/blocks/sd-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@
.sd-list__item-body {
line-height: multiply(1.5, $font-editorfont-size);
font-size: $font-editorfont-size;
font-weight: $font-editorfont-weight;
font-family: $font-editorfont-family;
}
}

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 049286f

Please sign in to comment.