Skip to content

Commit

Permalink
fix(date-picker): title and close icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee committed May 31, 2023
1 parent 9142b68 commit 1c757f8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ duet-date-picker {
--font-size-heading: var(--telekom-typography-font-size-body);
--font-size-select-label: var(--telekom-typography-font-size-body);
--radius-day: var(--telekom-radius-standard);
--font-size-day: var(--telekom-typography-font-size-body);
--font-size-day: var(--telekom-typography-font-size-caption);
--font-size-table-header: var(--font-size-day);
--font-weight-table-header: var(--telekom-typography-font-weight-extra-bold);
--focus-outline: var(--telekom-line-weight-highlight) solid
Expand Down Expand Up @@ -266,7 +266,6 @@ duet-date-picker .duet-date__cell {
}
duet-date-picker .duet-date__mobile {
margin-left: 0;
width: 100%;
padding: var(--telekom-spacing-unit-x1) 0 var(--telekom-spacing-unit-x3) 0;
}

Expand Down Expand Up @@ -406,6 +405,10 @@ duet-date-picker .duet-date__day:hover::before {
}
}

duet-date-picker .scale-date-picker__popup-heading {
padding: var(--telekom-spacing-unit-x2);
}

@media (max-width: 35.9375em) {
duet-date-picker .scale-date-picker__popup-heading {
display: none;
Expand Down

0 comments on commit 1c757f8

Please sign in to comment.