Implement:
- reactive quick links, - componentised settings
This commit is contained in:
parent
b61b110c0b
commit
7ca8e26054
@ -12,7 +12,7 @@
|
|||||||
<form action={variables.action}>
|
<form action={variables.action}>
|
||||||
<input class="form-input" type="text" id="input-headcode" name={variables.queryName} placeholder={variables.placeholder}>
|
<input class="form-input" type="text" id="input-headcode" name={variables.queryName} placeholder={variables.placeholder}>
|
||||||
<br>
|
<br>
|
||||||
<button class="form-button" type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
</Island>
|
</Island>
|
||||||
|
|
||||||
@ -29,7 +29,7 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
.form-button {
|
button {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user