Format
This commit is contained in:
parent
30240edf00
commit
f82d015e52
@ -64,7 +64,7 @@
|
|||||||
top: 5px;
|
top: 5px;
|
||||||
right: 0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0px
|
gap: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
<Card config={upstreamConfig}>
|
<Card config={upstreamConfig}>
|
||||||
<form action={config.formAction}>
|
<form action={config.formAction}>
|
||||||
<input type="text" name={config.fieldName} placeholder={config.placeholder} maxlength={config.maxLen} autocomplete="off">
|
<input type="text" name={config.fieldName} placeholder={config.placeholder} maxlength={config.maxLen} autocomplete="off" />
|
||||||
<br>
|
<br />
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
</Card>
|
</Card>
|
||||||
@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
input:hover {
|
input:hover {
|
||||||
box-shadow: var(--box-shadow-dark);
|
box-shadow: var(--box-shadow-dark);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user