Skip to content

Commit

Permalink
fix(stylings): small alignment issue with the slider value elm height
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 17, 2020
1 parent 1b1cea2 commit 5a453b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/common/src/styles/_variables-theme-salesforce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,13 @@ $date-editor-clear-button-icon-vertical-align: initial !default;
$date-editor-clear-button-icon-height: 14px !default;
$date-editor-clear-button-icon-width: 14px !default;
$editor-focus-box-shadow: 0 0 3px $primary-color !default;
$editor-modal-input-editor-height: 28px !default;
$editor-modal-container-radius: var(--lwc-borderRadiusMedium, 0.25rem) !default;
$editor-modal-close-btn-outside-color: #ffffff !default;
$editor-modal-close-btn-outside-font-size: 36px !default;
$editor-modal-close-btn-outside-right: -7px !default;
$editor-modal-close-btn-outside-top: -32px !default;
$editor-modal-footer-btn-height: 28px;
$editor-modal-header-border-bottom: var(--lwc-borderWidthThick, 2px) solid var(--lwc-colorBorder, rgb(221, 219, 218)) !default;
$editor-modal-slider-editor-value-min-height: calc(#{$editor-modal-input-editor-height - 2px}) !default;
$editor-modal-title-font-size: var(--lwc-fontSize7, 1.25rem) !default;
$editor-modal-title-font-weight: var(--lwc-fontWeightLight, 300) !default;
$editor-modal-title-line-height: var(--lwc-lineHeightHeading, 1.25) !default;
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ $editor-modal-large-editor-footer-line-height: 12px !default;
$editor-modal-large-editor-count-color: $large-editor-count-color !default;
$editor-modal-large-editor-count-font-size: 10px !default;
$editor-modal-large-editor-count-margin: 0 !default;
$editor-modal-slider-editor-value-min-height: $editor-modal-input-editor-height !default;
$editor-modal-slider-editor-value-min-height: 100% !default;
$editor-modal-title-font-color: #333333 !default;
$editor-modal-title-font-size: 20px !default;
$editor-modal-title-font-weight: 500 !default;
Expand Down
Binary file not shown.

0 comments on commit 5a453b8

Please sign in to comment.