Skip to content

Commit

Permalink
Tidy up styling
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 13, 2022
1 parent 48189a5 commit 6824d9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const Title = styled.div`
-webkit-font-smoothing: auto;
background-color: var(--w-color-secondary-50);
color: var(--w-color-secondary);
text-transform: uppercase;
padding: 0.9em 0 0.9em 95px;
font-size: 0.95em;
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ const SegmentValue = styled.div`
`;

const ActionButton = styled.button`
text-transform: uppercase;
font-size: 0.8em;
font-weight: bold;
color: var(--w-color-secondary);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const EditorToolbox: FunctionComponent<EditorToolboxProps> = ({
};

return (
<ToolboxWrapper>
<ToolboxWrapper className="w-mt-4">
<ToolWrapper className="w-tabs__panel">
<p>
{gettext('Download PO file and input translations offline')}
Expand Down

0 comments on commit 6824d9d

Please sign in to comment.