Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
adjust font for the close button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yurist38 committed Aug 8, 2017
1 parent d2ae93e commit 31a51f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/slidingPanel/slidingPanelHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@
box-shadow: none;
color: var(--tx-generic-color-secondary-darker);
cursor: pointer;
font-family: Arial, sans-serif;
font-size: 40px;
font-weight: 400;
height: 25px;
line-height: 25px;
overflow: visible;
padding: 0;
position: absolute;
right: var(--tx-sliding-panel-panel-padding);
text-align: right;
top: 16px;
top: 20px;
width: 20px;

&:hover {
Expand Down

0 comments on commit 31a51f4

Please sign in to comment.