Skip to content

Commit

Permalink
highlight recovery phrase selection; (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevingislason authored Jun 15, 2022
1 parent 24745c4 commit 667d644
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ui/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.authorize-summary {
inline-size: 26rem;
margin:0 auto;
margin: 0 auto;
max-width: 22.5rem !important;
overflow-wrap: break-word;
text-align: center;
Expand All @@ -36,7 +36,7 @@
text-align: center;
}

.recovery-phrase-info > p {
.recovery-phrase-info>p {
margin: 0;
}

Expand All @@ -56,6 +56,11 @@
text-align: center;
}

.recovery-phrase::selection {
color: white;
background-color: darkblue;
}

.recovery-phrase-header {
margin-bottom: 0.5rem !important;
}
}

1 comment on commit 667d644

@vercel
Copy link

@vercel vercel bot commented on 667d644 Jun 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.