Beoanswer: Text vei 'Verschoben'

This commit is contained in:
rxf
2026-02-21 09:00:07 +01:00
parent 98580d45d9
commit ede0cce8ba
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "beoanswer_react", "name": "beoanswer_react",
"private": true, "private": true,
"version": "1.0.4", "version": "1.0.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -29,7 +29,7 @@ section {
border-bottom : 1px solid rgb(187, 185, 185); border-bottom : 1px solid rgb(187, 185, 185);
text-align: left; text-align: left;
margin: 0 auto 20px auto; margin: 0 auto 20px auto;
padding: 0 0em 1em 2em; padding: 0 0em 0.5em 2em;
font-weight: bold; font-weight: bold;
} }

View File

@@ -53,6 +53,9 @@ export default function Verschoben({onNext, isCompleted}) {
<button className="okbutton" onClick={handleOK}>OK</button> <button className="okbutton" onClick={handleOK}>OK</button>
</div> </div>
<p style={{ fontWeight: 'normal', fontSize: '0.9em', marginTop: '1.5em' }}>
Falls noch kein Termin bekannt ist, bitte <strong>31.12.2099 20:00</strong> eingeben.
</p>
</section> </section>
<Modal <Modal