Move button styling into a component
This commit is contained in:
parent
3b226fd242
commit
6465c9f7fd
3 changed files with 21 additions and 4 deletions
|
@ -19,7 +19,7 @@ use: [posts]
|
|||
<label for="message" class="db mb1">Message</label>
|
||||
<textarea name="message" class="w-100 pa2 mb3 ba b--black-50" rows="5" required></textarea>
|
||||
|
||||
<button class="b ph3 pv2 input-reset ba b--black bg-transparent pointer f6" type="submit">
|
||||
<button class="button" type="submit">
|
||||
Send email
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue