formatting
This commit is contained in:
parent
7e8b27b49d
commit
7f84889968
5 changed files with 14 additions and 19 deletions
0
src/public/css/invite.css
Normal file
0
src/public/css/invite.css
Normal file
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
.top-notification-good {
|
||||
top: 25px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.max-size-zero {
|
||||
max-width: 0;
|
||||
max-height: 0;
|
||||
|
|
@ -63,8 +61,7 @@
|
|||
align-items: center;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -500px);
|
||||
transition:
|
||||
transform 2s ease-in-out;
|
||||
transition: transform 2s ease-in-out;
|
||||
}
|
||||
|
||||
.top-notification-good.revealed {
|
||||
|
|
@ -84,7 +81,6 @@
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
.badges {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
const { test, expect, hardcodedSessionUuid } = require('./test-setup');
|
||||
const { chromium } = require('playwright');
|
||||
|
||||
const SessionCreated = require('../src/models/SessionCreated');
|
||||
const SessionRelatedToPublickey = require('../src/models/SessionRelatedToPublickey');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue