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