formatting
This commit is contained in:
parent
7e8b27b49d
commit
7f84889968
5 changed files with 14 additions and 19 deletions
|
|
@ -4,7 +4,8 @@
|
|||
<title>Invite Details</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/seca.css" />
|
||||
<%- include("partials/commonStyles") %>
|
||||
<link rel="stylesheet" href="/css/invite.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -86,14 +87,12 @@
|
|||
>
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
id="sign-up-success"
|
||||
class="top-notification-good "
|
||||
>
|
||||
<img
|
||||
src="/img/circle-check-white.svg"
|
||||
/>
|
||||
<p>¡Bien! Hemos dado de alta tu clave de Nostr. Te vamos a redirigir a la seca, espera un momento.</p>
|
||||
<div id="sign-up-success" class="top-notification-good">
|
||||
<img src="/img/circle-check-white.svg" />
|
||||
<p>
|
||||
¡Bien! Hemos dado de alta tu clave de Nostr. Te vamos a redirigir
|
||||
a la seca, espera un momento.
|
||||
</p>
|
||||
</div>
|
||||
<p>¿No tienes cuenta de Nostr?</p>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -179,10 +179,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="offer-created-confirmation" class="top-notification-good max-size-zero">
|
||||
<img
|
||||
src="/img/circle-check-white.svg"
|
||||
/>
|
||||
<div
|
||||
id="offer-created-confirmation"
|
||||
class="top-notification-good max-size-zero"
|
||||
>
|
||||
<img src="/img/circle-check-white.svg" />
|
||||
<p>¡Oferta creada! Puedes verla en tus ofertas.</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue