-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Criação do componente contribuicao_valor.php [Issue #767]
- Loading branch information
1 parent
9eb280e
commit cdf667a
Showing
2 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
<div class="wrap-input100"> | ||
<label for="valor" class="label-input100">Com quanto deseja contribuir? <span class="obrigatorio">*</span></label> | ||
<input type="number" class="input100" name="valor" id="valor" placeholder="Digite o valor da sua contribuição"> | ||
</div> | ||
<div class="container-contact100-form-btn"> | ||
<button class="contact100-form-btn btn-acao" id="avanca-valor"> | ||
AVANÇAR | ||
<i class="fa fa-long-arrow-right m-l-7" aria-hidden="true"></i> | ||
</button> | ||
</div> |