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-notification-good {
|
||||||
top: 25px;
|
top: 25px;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -44,7 +43,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.max-size-zero {
|
.max-size-zero {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
|
|
@ -63,8 +61,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -500px);
|
transform: translate(-50%, -500px);
|
||||||
transition:
|
transition: transform 2s ease-in-out;
|
||||||
transform 2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-notification-good.revealed {
|
.top-notification-good.revealed {
|
||||||
|
|
@ -84,7 +81,6 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.badges {
|
.badges {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,8 @@
|
||||||
<title>Invite Details</title>
|
<title>Invite Details</title>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -86,14 +87,12 @@
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div id="sign-up-success" class="top-notification-good">
|
||||||
id="sign-up-success"
|
<img src="/img/circle-check-white.svg" />
|
||||||
class="top-notification-good "
|
<p>
|
||||||
>
|
¡Bien! Hemos dado de alta tu clave de Nostr. Te vamos a redirigir
|
||||||
<img
|
a la seca, espera un momento.
|
||||||
src="/img/circle-check-white.svg"
|
</p>
|
||||||
/>
|
|
||||||
<p>¡Bien! Hemos dado de alta tu clave de Nostr. Te vamos a redirigir a la seca, espera un momento.</p>
|
|
||||||
</div>
|
</div>
|
||||||
<p>¿No tienes cuenta de Nostr?</p>
|
<p>¿No tienes cuenta de Nostr?</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -179,10 +179,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="offer-created-confirmation" class="top-notification-good max-size-zero">
|
<div
|
||||||
<img
|
id="offer-created-confirmation"
|
||||||
src="/img/circle-check-white.svg"
|
class="top-notification-good max-size-zero"
|
||||||
/>
|
>
|
||||||
|
<img src="/img/circle-check-white.svg" />
|
||||||
<p>¡Oferta creada! Puedes verla en tus ofertas.</p>
|
<p>¡Oferta creada! Puedes verla en tus ofertas.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
const { test, expect, hardcodedSessionUuid } = require('./test-setup');
|
const { test, expect, hardcodedSessionUuid } = require('./test-setup');
|
||||||
const { chromium } = require('playwright');
|
|
||||||
|
|
||||||
const SessionCreated = require('../src/models/SessionCreated');
|
const SessionCreated = require('../src/models/SessionCreated');
|
||||||
const SessionRelatedToPublickey = require('../src/models/SessionRelatedToPublickey');
|
const SessionRelatedToPublickey = require('../src/models/SessionRelatedToPublickey');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue