Beoanswer: Text vei 'Verschoben'
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user