Skip to content

Commit

Permalink
made a button for Joe
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan committed Jun 10, 2022
1 parent fae58ce commit ded4ddf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
33 changes: 18 additions & 15 deletions pages/setup/phrase/Phrase.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,23 @@
</div>
</div>
<UiSpacer :height="45" />
<span class="copy-text-container" @click="copyPhrase">
<clipboard-icon class="copy-text" size="1x" />
<TypographyText
class="copy-text"
:text="$t('pages.settings.accounts.copy_phrase')"
:size="6"
/>
</span>

<UiSpacer :height="20" />
<InteractablesButton
full-width
:text="$t('pages.phrase.done')"
:action="confirm"
/>
<div class="columns is-mobile">
<div class="column">
<InteractablesButton
full-width
:text="$t('pages.settings.accounts.copy_phrase')"
:action="copyPhrase"
>
<clipboard-icon size="1x" />
</InteractablesButton>
</div>
<div class="column">
<InteractablesButton
full-width
:text="$t('pages.phrase.done')"
:action="confirm"
/>
</div>
</div>
</div>
</div>
8 changes: 0 additions & 8 deletions pages/setup/phrase/Phrase.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
}
}
}
.copy-text {
display: inline-block;
vertical-align: middle;
}

.copy-text-container {
cursor: pointer;
}

@media only screen and (max-width: @mobile-breakpoint) {
.container {
Expand Down

0 comments on commit ded4ddf

Please sign in to comment.