Use NES.css to style share link (#2104)

* Use NES.css to style share link

* Run pretty

Co-authored-by: Alban Bruder <alban.bruder@uni-weimar.de>
This commit is contained in:
Alban Bruder 2022-04-20 10:42:01 +02:00 committed by GitHub
parent 10c56872fb
commit 576a2b89cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,13 @@
{#if !canShare}
<section class="share-url not-mobile">
<h3>{$LL.menu.invite.description()}</h3>
<input type="text" readonly id="input-share-link" class="link-url" value={location.toString()} />
<input
type="text"
readonly
id="input-share-link"
class="link-url nes-input is-dark"
value={location.toString()}
/>
<button type="button" class="nes-btn is-primary" on:click={copyLink}>{$LL.menu.invite.copy()}</button>
</section>
{:else}