Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Aug 24, 2023
1 parent 4214d46 commit 14ce677
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/defaultV2-theme/blocks/sd-dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@
}
}

.sv-popup.sv-popup--dropdown.sv-popup--dropdown {
.sd-list__item-body {
line-height: multiply(1.5, $font-editorfont-size);
font-size: $font-editorfont-size;
}
}

[dir="rtl"],
[style*="direction:rtl"],
[style*="direction: rtl"] {
Expand Down
4 changes: 2 additions & 2 deletions src/defaultV2-theme/blocks/sd-paneldynamic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
font-family: var(--font-family, $font-family);
font-size: $font-editorfont-size;
line-height: multiply(1.5, $font-editorfont-size);
color: $foreground-light;
color: $font-questiondescription-color;
overflow-x: hidden;
white-space: nowrap;

Expand All @@ -198,7 +198,7 @@
}

.sd-tab-item.sd-tab-item--pressed {
color: $foreground;
color: $font-questiontitle-color;
box-shadow: inset 0px -2px 0px $primary;
}

Expand Down
2 changes: 2 additions & 0 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@

.sd-table__cell--header {
font-weight: 600;
color: $font-questiontitle-color;
vertical-align: top;
padding: calcSize(1.5) calcSize(1);

Expand Down Expand Up @@ -232,6 +233,7 @@

.sd-table__cell--row-text {
font-weight: 600;
color: $font-questiontitle-color;
text-align: left;
min-width: calcSize(12);
padding: calcSize(1.5) calcSize(1);
Expand Down
2 changes: 1 addition & 1 deletion src/defaultV2-theme/blocks/sd-tagbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

.sd-tagbox-item_clean-button-svg {
display: flex;
display: block;
padding: calcSize(0.5);
width: calcSize(2);
height: calcSize(2);
Expand Down

0 comments on commit 14ce677

Please sign in to comment.