Skip to content

Commit

Permalink
fix(telekom-mobile-flyout-canvas): close button position and color
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed Jan 27, 2023
1 parent 01c33f5 commit c289864
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
text-decoration: none;
}

/* temporary */
[part~='close-button'] {
position: absolute;
top: 6px;
right: 10px;
top: var(--telekom-spacing-unit-x2);
right: var(--telekom-spacing-unit-x4);
--color-ghost: var(--telekom-color-text-and-icon-standard);
}

[part~='body'],
Expand Down

0 comments on commit c289864

Please sign in to comment.