Skip to content

Commit

Permalink
feat(BTS-167): orders the css properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rapahaeru committed Apr 1, 2019
1 parent 6d3373a commit 1b34687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/SnackBar/SnackBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ const ActionButton = styled(Button)`
`;

const ActionsSection = styled.div`
display: flex;
align-items: center;
display: flex;
`;

const DialogBlock = styled.section`
position: fixed;
bottom: 0;
left: 0;
position: fixed;
width: 100%;
`;

Expand Down

0 comments on commit 1b34687

Please sign in to comment.