Skip to content

Commit

Permalink
Uplift of #4668 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed Mar 2, 2020
1 parent b281af4 commit 2766315
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export const SiteRemovalNotification = styled<{}, 'header'>('header')`
border-radius: 8px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
background-color: #fff;
width: 100%;
max-width: 500px;
height: 100px;
align-items: center;
padding: 30px 60px;
display: flex;
justify-content: space-between;
display: grid;
grid-auto-flow: column;
grid-auto-columns: auto;
grid-gap: 15px;
`

export const SiteRemovalText = styled<{}, 'span'>('span')`
Expand Down

0 comments on commit 2766315

Please sign in to comment.